AWS Accounts Flashcards
What is the technical name given to users in AWS?
Identities
What is IAM?
Identity and Access Management - Users, Groups and Roles can be created and given FULL or LIMITED permissions.
Can you use the same IAM to all different AWS regions?
Yes
What 3 different types of identity objects are possible in IAM?
Users, Groups and Roles
What does IAM?
- Manages Identities
- Authenticate (prove you are who you claim)
- Authorize (allow or deny access)
What are IAM main characteristics?
- No cost
- Global resilience service
- ALLOW or DENY its identities on an AWS account
What is IAM Access Key?
A Long-Term credential
How many passwords can an IAM User have?
1 username and 1 password
How many access keys can a IAM user have?
Maximum of 2 access keys.
What are the components of an IAM Access Key?
Access Key ID and Secret Access Key
Can you use Access Keys with IAM roles?
No