IAM Identity and Access Management Flashcards
What does IAM stand for
Identity and Access Management, Global Service
What account should not be used
The Root account
When should you use the root account
When setting up your account
What are users
People within your org. and can be grouped
Can groups contain other groups?
No just users
what is the version variable in a IAM policy
Details about the version of the policy, awlways include “2012-10-17”
What is the id variable in the IAM policy structure
an identifier for the policy (optional)
What is the statement in a IAM Policy structure
one or more individual statements (required)
What is the SID in a statement of a IAM Policy Structure
an identifier for the statement (optional)
What is the SID in a statement of a IAM Policy Structure
Whether the statement allows or denies access (Allow, Deny)
What is the Principal in a statement of a IAM Policy Structure
account/user/role to which this policy applied to
What is the Action in a statement of a IAM Policy Structure
List of actions this policy allows or denies
What is the Resource in a statement of a IAM Policy Structure
List of resources to which the actions applied to
What is the Condition in a statement of a IAM Policy Structure
Conditions for when this policy is in effect (optional)
In AWS how can you setup a password policy
Requiring a minimum password length Require specific character types like -including uppercase letter -lowercase letters -numbers -non-alphanumeric characters Allow all IAM users to change their own passwords Require users to change passwords Prevent password re-use
What is the main benefit of MFA
If a password is stolen or hacked, the account is not compromised
What is a Virtual MFA device
uses a software application to generate an authentication code.