What does IAM stand for?
Identity Access Management
What are some of the features of IAM (9)
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 a Role?
How broad is the IAM namespace?
IAM has a GLOBAL namespace
Which account is the root account in IAM?
What are Access Key ID and Secret Access Key? How are you assigned them? What can they be used for?
What permissions does a user have when first created?
A New user has NO permissions when first created (think least privileges)
How would I set up to be automatically notified if my account spending goes over a certain amount?
Create a billing alarm in CloudWatch
At a very high level, what does IAM do?
IAM allows you to manage users and their level of access to the AWS console
What access does the root account have?
The root account has complete admin access (god mode)