IAM Flashcards
Power User access allows….
Access to all AWS services except for management of groups and users within IAM.
What level of access does the root account has? (Read only, Power user, Administrator or No access)
Administrator access
Are IAM configurations global or regional?
Global
Can you log in to the AWS web console using the Access Key Id and Secret Access Key?
No. You must generate a password for the user and supply the user with this password, as well as the unique link to sign in to the AWS console.
What is an additional way to secure IAM for both the root login and new users alike?
Implement MFA (multi factor authentication) for all accounts
By default, when you create a new user in the IAM console, what level of access do they have?
No access to any AWS service
In what language are policy documents written in?
JSON
What are IAM groups?
A collection of users under a set of permissions
What are IAM roles?
IAM roles are a secure way to grant permissions to entities that you trust, such as:
- IAM user in another account
- Application code running on an EC2 instance that needs to perform actions on AWS resources
- Etc.
Using SAML you can give your federated users SSO access to the AWS Management Console (true or false)
True
When editing permissions (policies and ACLs), to whom does the concept of the “Owner” refer?
The “Owner” refers to the identity and email address used to create the AWS account.