IAM Flashcards
What is IAM and what does it do or provide?
Centralized control of your AWS account
Shared Access to your AWS account
Granular Permissions
Identity Federation (AD, FaceBook, LinkedIn)
Multi-factor Authentication
Provide temporary access for users/devices and services where needed.
Allows you to set up password rotation policy
Integrates with many different AWS services
Supports PCI DSS Compliance
regarding IAM, what is a User?
an End User or person
regarding IAM, what is a Group?
a collection of users. Each inherits the permissions of the group.
regarding IAM, what is a Policy?
Policies are made up of documents, called Policy documents. These documents are in JSON format and give permissions to what a User/Group/Role is able to do.
regarding IAM, what is a Role?
Assigned to AWS resources
IAM is a Global service (T/F)?
True
The ‘root account’ has ______ privilege
Full Admin
What are the two types of access a user account can have?
a) Programatic
b) Users
Access Key ID & Secret Access Keys are used for ______ login.
Programmatic