What does IAM stand for?
Identity and Access Management
Can a group contain another group?
No
Do users have to belong to a group?
No, but it’s not best practice
Can users belong to multiple groups?
Yes
What kind of service is IAM (global or regional)?
Global
What are the MFA options on AWS?
What is an IAM role?
An IAM entity that defines a set of permissions for making requests to AWS services, and will be used by an AWS service
True or False: IAM User groups can contain IAM users and other user groups
False. IAM User Groups can only contains IAM Users
What are the fields in the IAM Policy Structure
Version: (YYYY-MM-DD)
Id: Optional
Statement:
Principal: account/user/role to which
policy is applied
Effect: Allow/Deny access
Action: List of allow/deny actions
Resource: Resource the action is applied to
Sid: statement Id - Optional
How can you audit IAM usage?
By creating a IAM credentials report and using the IAM access advisor service.