Covers features and elements of IAM
- What is IAM?
- Groups, Users and Roles
- IAM Policies
- MFA
- IAM Federation
- IAM Features
Get the details last from the understanding
What is IAM?
To manage, control and govern authentication, authorization and access control mechanisms of identities to your resources within AWS Account.
IAM Components
- Users
- Groups
- Roles
- Policies
- Access control and mechanisms.
IAM is globally avaliable AWS services, ie. IAM is not regionally available services and we can create regional specific policies and accesses to an AWS resources.
Without IAM there is no way of maintaining security or control access to the resources. IAM provides components to manage access, but it is only as strong as we configure it. The responsibility of implementing secure, robust and tight security within AWS is ours.
You can find the IAM services under security, Identity and compliance.
All services -> Security, Identity and compliance -> IAM (Manage access to AWS resources)
IAM Responsibilities:
- How secure your access control procedures must be?
- How much should admin restrict users access?
- How complex password policies must be?
- Resource should use MFA or not?
Admin can architect and implement upto the policies and security guidances from the company or self.
Restrictions and access are purely based on our own security standards and policies within our information and security management systems.
Elements of AWS
Other resources:
aws.plainenglish.io
Top comments (0)