Identity Access Management (IAM) Flashcards
List 4 steps to secure your AWS Root Account
- Enable multi-factor authentication
- Create and admin group for administrators, and assign the appropriate permissions to this group
- Create user accounts for your administrators
- Add your users to the admin group
True or false? IAM is region specific.
False. IAM is universal. It does not apply to regions at this time
This is the account created when you first set up your AWS account and it has complete admin access.
The root account
What are the default permissions for new users?
New users have no permissions when first created.
You cannot use _____ and _______ to log into the console. However, you would use them to access AWS via the APIs and Command line.
Access key ID, secret access key
True or False: If you loose your Access key ID you can recover it from the AWS console.
False. If you loose your Access key ID, secret access key you have to regenerate them. So, save them in a secure location.
What capability does IAM federation provide?
IAM federation allows you to combine your existing user account (ie. Active Directory Account) to log into AWS
Identity federation uses the _____ standard.
SAML, which is essentially active directly
What does the “EAR” in a policy document stand for?
Effect, Action, Resource
The principle of _______ is described as only assigning a user the minimum amount of permissions that they need to do their job.
Least Privilege
True or False? AWS requires MFA to be enabled for all users.
False. Though it is highly recommended as a best practice.
What is the single best thing you can do to secure the root account in AWS?
Enable multi-factor authentication (MFA)