Guide to IAM Flashcards
It enables you to securely control access to AWS services
and resources for your users.
AWS Identity and Access Management (IAM)
IAM consists of the following?
Users
Groups
Roles
The _______________ is created when you first set up your AWS account. The account has complete admin access.
root account
New users have _______________ when first created.
no permissions
IAM is universal, not regional. True or False
True
New Users are assigned _______________ when first created.
Access Key ID & Secret Access Keys
Access key ID & Secret Access Key cannot use the to Login in to the AWS
Management Console, True or False
True
You can use Access key ID & Secret Access to access AWS via the?
APIs and Command Line
Viewing Access Keys
You only get to view Access key ID & Secret Access Key once. If
you lose them, you have to regenerate them. So, save them in a
secure location.
Use MFA
Always setup Multifactor Authentication (MFA) on your root
account.
Password Rotation
You can create and customize your own password rotation
policies.
It allows users to authenticate with a web identity provider, like Google, Facebook, or Amazon.
Web Identity Federation
An _______________ is exchanged for temporary AWS credentials, allowing users to assume an IAM role.
authentication token
It is an Identity Broker which handles interaction between your applications and the Web ID provider.
Cognito
Provides sign-up, sign-in and guest user access
Cognito
Syncs user data for a seamless experience across your devices
Cognito
It is the AWS-recommended approach for Web ID Federation
Cognito
Cognito uses _______________ to manage user sign-up and sign-in directly, or via Web Identity Providers.
Cognito User Pools
Cognito push synchronization uses SNS to ______________________ associated with a single user ID.
send a silent push
It enable you to provide temporary AWS credentials.
Identity Pools
Enabling access to AWS services like S3 or DynamoDB.
Identity Pools
We can use a ______________________ to enable anonymous access to DynamoDB.
Cognito identity pool
What is the 3 different types of IAM Policies?
Managed Policy
Customer Managed Policy
Inline Policy
It is the type of IAM Policies that AWS-managed default policies.
Managed Policy