Security in the AWS Cloud Flashcards

1
Q

What is the principal of least privilege?

A

Get only the necessary permissions to do the job.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

What is a Federated Identity?

A

Identities federated from your IDP. Manage employees through your IDP and use SSO. My A-Account as an example to access AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is AWS responsible for?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the customer responsible for?

A

Security in the cloud.

Properly configuring the service and applications, as well as ensuring your data is secure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Authentication?

A

Authentication ensures the user is who they say they are.

When you create an AWS account you sign in with an email and password.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Authorization?

A

What actions can you perform?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain AWS root user credentials.

A

2 sets of credentials

  1. Email and password for AWS Console access
  2. Access Keys
    2a. Access key ID
    2b. Secret access key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are best practices for the root user?

A
  1. Choose a strong password
  2. Never share your password or access keys
  3. Disable and delete access keys
  4. Do not use a root user for admin daily tasks
  5. Set up multi factor authentication asap.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly