IAM 101 Flashcards
What does IAM stand for?
Identity Access Management
What are the Key Features of IAM
- Centralized Control of your AWS account
- Shared Access to your AWS Account
- Granular Permissions Identity Federations (i.e. Active Directory, Facebook, LinkedIn, etc.)
- Multifactor authentication (You should ALWAYS do this)
- temporary access for users/devices and services when necessary
- Custom Password rotation policy
- Integration with many AWS services
- Supports PCI DSS Compliance
What are Users and Groups? What is the key relationship between them?
Users are End-Users (people, employees of an organization, etc.)
Groups are: Collections of Users
Each user in a Group inherits the permissions of the group
What are IAM Policies
Policies are comprised of policy documents, which are JSON docs that give permissions to a USER, GROUP, or ROLE
What is an IAM Role and What is its purpose in AWS?
Role: is a a custom “label” assigned to an AWS resource.
It allows one part of AWS to do something with another part
How broad is the IAM NameSpace?
IAM has a Global NameSpace
What permissions does an IAM user have when first created?
A NEW USER has NO-PERMISSIONS, when first created (think least privileges)
At a very high level, what does AWS IAM do?
IAM allows you to manage users and their level of access to the AWS console
What account is the ROOT ACCOUNT in IAM?
The ROOT ACCOUNT is the account created when you first setup your AWS account.
What access does the ROOT ACCOUNT have?
The ROOT ACCOUNT has complete Admin Access (God Mode)
What are Access Key ID and Secret Access Key used for?
Access key ID and Secrete Access Key are used for:
Programmatic access {AWS APIs & CLI)… think of it as it applies to User-Name/PassWord for programmatic access
Access Key ID & Secret Access Key can NOT be used to log into the console
Can you Access Key ID and Secret Key be used to log into the AWS CLI/API?
YES
Can your access KEY ID and Secret Access Key be used to log into the AWS Console?
NO
How are you assigned an Access Key ID and Secret Access Key?
Access key ID and Secret Access Key are assigned to New-Users upon creation. These Keys can only be viewed ONCE at the the time of creation.
IF you lose your AWS Access key ID and Secret Access Key how can you recover them?
You Can’t Recover AWS Access Key ID and Secret Access keys.
You will need to generate a new pair.