IAM Flashcards
T or F I am allows you to manage users and their level of access to the AWS console
True
What are the major benefits of IAM?
- Centralized control of your AWS account. 2.Shared access to your AWS account 3. Granular permissions 4. identify Federation 5. multifactor authentication 6. temp access for users, devices, and services 7. allows password rotation 8. integrates with many AWS services 9. PCI and DSS compliant
IAM users
people
IAM Groups
A collection of users under 1 set of permissions
IAM Roles
You create roles and can assign them to resources
IAM Policies
A document that defines one or more permissions
T or F IAM is not universal and applies to specific regions
False IAM is universal and it does not apply to regions at this time.
The ____ account is simply the account created when first setup your AWS account.
root
T or F The root account has complete admin access
True
T or F New users have basic permissions when first created
False New users have no permissions when first created
New users are assigned ____ and ____ when first created.
access key ID and secret access keys
Can you use the access key and secret access key to login to the AWS management console?
No, they cannot be used to log into the console. They are not the same as a password.
What can you use the Access key ID and secret access key for?
They can be used to access AWS via the APIs and command line.
T or F You can view your Access Key ID and secret access key anytime by logging into the AWS console and checking IAM.
False They can only be viewed once. You need to store them in a secure location. If you lose them, you have to create new keys.
Always setup _____ on the root account
MFA
T or F You can create and customize your own password rotation policy
True
_____ allow you to not use Access Key IDs and Secret Access Keys
Roles
T or F Roles are preferred over IAM accounts from a security perspective
True
Roles are controller by _______
policies
T or F You can change a policy on a role and it takes some time to propagate.
False, changes are instant.