Security and Compliance Flashcards

1
Q

What are AWS’ responsibilities?

A

Global Infrastructure –
 Regions
 Edge locations
 Availability Zones

Data centers where your data resides
 Buildings under high security, you can’t even go there and look at the servers
o Networking Components
 Generators
 Uninterruptible power supply (UPS)
 Computer room air conditioning (CRAC) units
 Fire suppression

Software managing service
 RDS
 S3
 ECS
 Lambda
 Patching of hot operating systems
 Data access endpoints

Examples:
 Language version of Lambda
 Updating the firmware on the underlying EC2 hosts
 Managing the network infrastructure
 Physically destroying storage media at end of life

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

What are your responsibilities?

A

You are responsible for how the services are implemented and managing your application data

Application Data – includes encryption options

Security Configuration –
 your account and API calls
 rotating credentials
 restricting internet access from your VPCs

Patching – guest operating system (OS), which includes updates and security patches

Identity and Access Management – application security and identity and access management

Network Traffic – protection, which includes security group firewall configuration

Installed Software – your application code, installed software, and more. You should frequently scan for and patch vulnerabilities in your code.

Examples:
 Encryption of EBS volumes
 Taking DB backups in RDS
 Ensuring data is encrypted at rest
 Patching the guest operating system for EC2

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

What are your responsibilities on the EC2 Shared Responsibility Model?

A

Installed applications

Patching the guest operating system

Security controls

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

What are AWS’ responsibilities on the EC2 Shared Responsibility Model?

A

ECS service

Patching the host operating system

Security of the physical server

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

What are your responsibilities on the Lambda Shared Responsibility Model?

A

Security Code

Storage of sensitive data

IAM for permissions

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

What are AWS’ responsibilities on the Lambda Shared Responsibility Model?

A

Lambda service

Upgrading Lambda languages

Lambda endpoints

Operating system

Underlying Infrastructure

Software dependencies

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

What are the shared responsibilities for Patch Management?

A

AWS – Patching infrastructure

You – Patching guest OS applications

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

What are the shared responsibilities for Configuration management?

A

AWS – Configuring infrastructure devices

You – Configuring databases and applications

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

What are the shared responsibilities for Awareness and Training?

A

AWS employees

Your employees

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

What does the AWS Trust & Safety team for?

A

Reporting spam, DDoS attack, intrusion attempt from a IP address, content illegally distributed

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

Under the shared responsibility model, which task is AWS’ responsibility when managing AWS Lambda functions?

A

Managing the Lambda runtime environment

AWS is responsible for the Lambda runtime environment.

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

Which is the most efficient AWS feature that allows a company to restrict IAM users from making changes to a common administrator IAM role created in all accounts in their organization?

A

Service control policies (SCPs)

AWS Organizations provides central governance and management for multiple accounts. Organization SCPs allow you to create permissions guardrails that apply to all accounts within a given organization. Service control policies (SCPs)

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