IAM Flashcards
Service Roles
Every AWS service has an associated role.
Cross Account Roles
Allows IAM users from one of your AWS accounts to access this account.
Identity Provider Role
Allow users from web identity providers to access this account. (Oauth, OpenID, Facebook, Google) Grant API access to SAML providers.
Are IAM roles Global or regional?
Roles are Global, you cannot create a regional Role.
Roles assigned to instances
Roles can be assigned to both a running and none running instance.
What is IAM?
Identity and Access Management is a Featura of your AWS account that enables you to manage access to AWS services and resources securely.
What do Policies manage?
1) Users (physical people) 2) Groups (Functions(admins,devs)) & Teams (engineering) 3) Roles. (internal usage within AWS resources)
What is IAM Federation?
Enterprises can integrate their own repository of users with IAM using the SAML standard.
What entities can you find in IAM?
- Users - Groups - Roles - Policies
What is a User Access Key ID & Secret Access Key?
Keys created to access resources via APIs and CLI, but differente that the User Console password. You can only view them once: after that, if lost, you have to regenerate them.
What is an IAM Policy?
It’s a document that provides a formal statement of one or more permissions.