AWS Security Flashcards

1
Q

What is the AWS shared responsibility model?

A

AWS is responsible for infrastructure and Foundation services. (hypervisor down)
Customer is responsible for application, Networking, OS and content. (hypervisor up)

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

IAM Role ?

A

This is a global setting that controls who can access your amazon API.

1) Example: Who can snapshot a disk
2) Example: Create an S3.
3) Example: Create an EC2 instance.

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

Describe IAM Roles ?

A

All IAM Roles use a policy
IAM role has no associated credentials
IAM users, applications and services may assume IAM roles.
IAM is similiar to sudo

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

AWS IAM Best practices?

A

1) delete the aws (root) account
create IAM users
use groups to assign responsibility
use roles whenever possible.

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