Security in the AWS Cloud Flashcards
What is the principal of least privilege?
Get only the necessary permissions to do the job.
What is a Federated Identity?
Identities federated from your IDP. Manage employees through your IDP and use SSO. My A-Account as an example to access AWS.
What is AWS responsible for?
Security of the cloud.
Protecting and securing AWS regions, AZ, and data centers, do to the security of the building.
Physical equipment that runs AWS services.
What is the customer responsible for?
Security in the cloud.
Properly configuring the service and applications, as well as ensuring your data is secure.
What is Authentication?
Authentication ensures the user is who they say they are.
When you create an AWS account you sign in with an email and password.
What is Authorization?
What actions can you perform?
Explain AWS root user credentials.
2 sets of credentials
- Email and password for AWS Console access
- Access Keys
2a. Access key ID
2b. Secret access key
What are best practices for the root user?
- Choose a strong password
- Never share your password or access keys
- Disable and delete access keys
- Do not use a root user for admin daily tasks
- Set up multi factor authentication asap.