IAM & AWS CLI Flashcards
What does IAM stand for?
Identity & Access Management
Is IAM a regional or global service?
Global
What is the root account?
It is created by default when you create an account and shouldn’t be used or shared (except to initially set up account)
What are users in IAM?
One user represents one person within your organization, and can be grouped
What are groups in IAM?
A group of users
Do users have to belong to a group in IAM?
No (although it is best practice to assign users to groups)
Can a user belong to multiple groups in IAM?
Yes
Can a group in IAM contain other groups?
No, only users
How are permissions handled in IAM?
What is the least privilege principle?
Don’t give more permissions than a user needs
How does policy inheritance work?
What are the elements of an IAM policy?
What can you define in an IAM password policy?
What are two defense mechanisms to protect IAM users?
Password policies and multi-factor authentication (MFA)
What should you add MFA (multi-factor authentication) to?
Root account and IAM users