Shared Responsibility Model Flashcards

1
Q

What is the Shared Responsibility Model?

A

AWS is managed security OF the cloud, security IN the cloud is the responsibility of the customer. All resources deployed in your AWS account are your own responsibility. The services themselves are AWS’s responsibility.

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

Examples of AWS responsibilities

A

Global Infrastructure
Hardware, software, networking, and facilities
Managed Services

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

What is AWS global infrastructure?

A

Regions, Availability Zones, Edge locations

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

What resource level areas is AWS responsible for?

A

Compute, Storage, Database, Networking

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

True or False: Controlling access to your data is AWS’s responsibility?

A

False: AWS provides the means to control access. It is your job to ensure the controls are in place.

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

True or False: The applications you install on AWS resources are secured by nature of being on AWS services?

A

False: You must still ensure the security of your applications through IAM, firewalls, ACLs, encryption, and other control mechanisms.

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

True or False: Since AWS is FEDramp compliant, resources built in AWS are, by extension, FEDRamp compliant?

A

False: You must still ensure the resources and services you create are FEDRamp compliant.

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

What are the three service types that affect shared responsibility?

A

Infrastructure
container
abstracted

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

What does the Infrastructure service type include?

A

Compute services suchs as EC2, EBS, Auto Scaling, Amazon VPC.

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

In EC2, what operating system things are you responsible for?

A

Amazon Machine Images (AMIs)
The operating system
Applications

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

In EC2, what data areas are you responsible for?

A

Data in transit
Data at rest
Data stores

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

In EC2, what are some access areas are you responsible for?

A

Credentials (including your keypairs)

Policies and configuration

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

In container services, what are some areas that you are responsible?

A

Network controls, platform identity, non IAM access.

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

What are examples of container services (not to be confused with ECS)

A

RDS, EMR, Elasic Beanstalk

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

What are AWS container services? (Not to be confused with ECS)

A

Managed services where you have access to a service without managing the underlying OS.

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

What are abstracted services?

A

High level storage, databse, and messaging services such as s3, Glacier, DynamoDB, SQS, SES.

17
Q

Why is an abstracted service refered to an an abstracted service?

A

AWS “abstracts” the platform or management layer on which you can build an operate cloud applications. The underlying service components are managed by AWS.

18
Q

True or False: You should have a STRONG understanding of the AWS shared responsibility model and do more research outside of the A Cloud Guru lessons?

A

True

19
Q

True or false: AWS is responsible for OS patching, antivirus, Security group usage on your EC2 instances?

A

False.

20
Q

True or false: You are responsible for OS patching, antivirus, and availability of container services such as RDS.

A

False. AWS is responsible for service availability and maintanence. You are, however, responsible for access into the services you provision.

21
Q

True or False: While AWS is responsible for the availability of services, such as EC2, it is still your responsibility to plan accordingly to ensure an outage does not impact your services?

A

True. AWS services can, and will go down from time to time. Ensure your services are resiliant accoring to your business model. If it can sustain downtime, then AWS standard uptime may work. If your business model is purely online, and each minute of downtime has a sever impact, then plan for that.