Ch. 4 - Security in the Cloud Flashcards

1
Q

What is the Shared Responsibility Model?

A

Outlines the different roles and responsibilities where AWS security stops and the customer responsibility begins.

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

What is AWS Artifact?

A

This is a comprehensive list of access-controlled documents/compliance reports that pertain to Security in the AWS Cloud.

Basically a repository for Security documentation relevant to compliance and security in the AWS cloud.

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

How is the AWS Shared Responsibility Model divided at a high-level?

A

AWS - manages the security OF the cloud.

Customer - manages security IN the cloud.

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

What are some examples of what AWS protects in the Shared Responsibility model? (9 options)

A
  • Regions
  • AZs
  • Edge Locations
  • Hardware + Global Infrastructure
  • Compute
  • Storage
  • DBs
  • Networking
  • SW that runs on top of the compute/storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some examples of what the CUSTOMER protects in the Shared Responsibility model?

A

This can be dependent on what services are being run in AWS, but in general, the customer is responsible for:

  • data encryption
  • traffic protection/encryption
  • OS/guest OS on an EC2 (unless RDS)
  • IAM roles

Ex - moving data out of the cloud should be encrypted via HTTPS and not HTTP.

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

What is the “Rule of Thumb” for the Shared Responsibility Model?

A

Can you yourself do what is being asked in the AWS console or in EC2?

  1. If YES - you are likely responsible: creating SEC groups, IAM users, patching an OS, patching a DB instance running on EC2 (not RDS)
  2. If NO - AWS is likely responsible: management of a VPC/DC, physical security for the DC (like cameras), patching an RDS OS.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is considered “middle ground” for the Shared Responsibility model?

A

Encryption.

Ex - AWS might be handling the encryption inside an S3 bucket, but you have to be the one who turns it on in the first place.

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

What is a WAF?

A

Web Application FW in AWS

Used to protect web apps in the cloud from common exploits that aim to affect their availability/security. Inspects traffic at L7.

Basically used to stop people from trying to hack your website. Protection against hackers.

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

What is AWS Shield?

A

A service within AWS to protect from DDoS attacks. It basically safeguards web-apps running in AWS.

This basic functionality is natively turned on in AWS.

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

What are the 2 options for AWS Shield?

A

Standard - this comes natively with any AWS account.

Advanced - provides more features. Also, if you have ADV and get DDoS’d you won’t have to pay for the associated costs incurred via Route53, CloudFront, ELB, etc. as a result of the attack.

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

What is AWS Inspector?

A

It is a security assessment service that helps improve the SEC and compliance in an AWS environment.

Auto-assesses vulnerabilities and deviations from best practices.

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

How is AWS Inspector deployed?

A

Inspector is an agent that runs on all EC2 instances, that goes in and checks for common vulnerabilities.

It will find things like - needed updates/patches for known vulnerabilities and can pump out a full report.

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

What is AWS Trusted Advisor?

A

Trusted Advisor is a service used to help reduce cost, increase performance, improve overall security, and check fault tolerance.

This scans the entire AWS environment, not just EC2’s like AWS Inspector.

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

What is AWS CloudTrail?

A

CloudTrail is used for auditing purposes - it gives visibility into your resources and user activity via tracking all the API calls being made.

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

What is AWS Config?

A

AWS Config provides a detailed view of the configuration of AWS resources in your AWS account.

You can see settings/configs from the past to see how they’ve changed over time.

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

What is the difference between CloudWatch and AWS Config?

A

CloudWatch is all about monitoring performance whereas Config is all about monitoring settings/configs.

17
Q

What is Athena? How is it deployed?

A

Athena is a query service used to analyze/query data located in S3 using standard SQL. It can handle complex queries about traffic in your environment that’s stored on S3 - like how much traffic has gone through a particular VPC or Security Group.

It’s completely serverless and works natively with S3, where it’s used commonly to review log data that’s stored in S3.

18
Q

What is Macie?

A

Macie is a SEC service that uses AI to identify/discover sensitive data within an S3 bucket and helps to prevent identity fraud.

Data points can be Home address, email, SSN, Passport ID, DOB, bank account number, etc.