What is the main benefit of multi factor authorization (MFA)?
If a password is stolen or hacked, the account is not compromised
What are the MFA devices option in AWS?
Should you share Access Keys?
No. AK are secret, just like a password. Because colleagues can generate their own AK as well.
How can users access AWS?
What can you do with AWS CLI?
What is AWS CLI?
A tool that enables you to interact with AWS services using commands in your command-line shell
What is AWS SDK?
A tool that enables you to access and manage AWS services programmatically
What is an API?
Mechanisms that enable two software components to communicate with each other using a set of definitions and protocols.
What does API stand for?
Application Programming Interface
What is AWS CloudShell?
A browser based, pre authenticated shell that you can launch directly from the AWS Management Console.
What is an IAM role?
A secure way to grant permissions to entities that you trust
What are common IAM Roles?
What security tools can you use in IAM?
* IAM Access Advisor (user-level)
What is IAM Credentials Report?
Audits all users
What is IAM Access Advisor?
Audits specific users
Never share ___ users or ______ Keys
IAM - Access
What security tool should you use to audit permissions of your account?
IAM Credentials Report
Use ______ ____ for Programmatic Access (CLI/SDK)
Access Keys
Create and use _____ for giving permissions to AWS services
Roles
Don’t use the ____ _______ except for AWS account setup
Root account
Assign users to ______ and assign ___________ to groups
Groups - Permissions
What are IAM Policies?
JSON documents that outlines permissions for users or groups
Roles are given to..
EC2 instances or AWS services
Groups contain _____ only.
Users