What does IAM stand for?
Identity Access Management
What are the key features of IAM?
What are Users and Groups? What is the key relationship between them?
What are IAM Policies?
Policies are comprised of policy documents, which are JSON docs that give permissions to a user, group, or role.
What is an IAM Role, and what is its purpose in AWS?
A Role is a custom “label” assigned to an AWS resource.
It allows one part of AWS to do something with another part.
How broad is the IAM namespace?
IAM has a global namespace
What permissions does an IAM user have when first created?
A new user has NO permissions when first created (think least privileges)
At a very high level, what does AWS IAM do?
IAM allows you to manage users and their level of access to the AWS console
Which account is the root account in IAM?
What access does the root account have?
The root account has complete admin access (god mode)
What are Access Key ID and Secret Access Key used for?
Can you Access Key ID and Secret Access Key be used to log in to the AWS CLIs/API?
Yes
Can your Access Key ID and Secret Access Key be used to log in to the AWS console?
No
How are you assigned an Access Key ID and Secret Access Key?
If you lose your AWS Access Key ID and Secret Access Key, how can you recover them?
You can’t!
(You’ll need to generate a new pair)