Security and Compliance Flashcards

1
Q

What are AWS responsibilities in their shared responsibility model?

A

a. AWS global infrastructure
b. Building security
c. Networking components
d. Software

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

What are customer responsibilities in the AWS shared responsibility model?

A

a. Application data
b. Security configuration
c. Patching
d. Responsible for the guest operating system, which includes updates and security patches
e. Identity and access management
f. Network traffic
g. Installed software

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

Who do you contact to report abuse of AWS resources?

A

AWS Trust & Safety team

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

What are the 5 pillars of the AWS Well-Architected Framework?

A
  1. Operational excellence
  2. Security
  3. Reliability
    4 . Performance efficiency
  4. Cost optimization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are permissions of a root user?

A

Can close your account, change email address, and modify your support plan

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

What is an IAM policy?

A

Manages permissions of IAM users, groups and roles by creating a policy document in JSON format

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

What is AWS WebApp Firewall (WAF)?

A

Helps protect your web apps against common web attacks such as cross-site scripting attacks and SQL injection

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

What is AWS Shield?

A

i. Managed DDoS protection service
ii. Always-on detection
iii. The standard version of Shield is free. Provides free protection against common and frequently occurring attacks
iv. Shield Advanced is a premium service: Advanced provides enhanced protections and 24/7 access to AWS experts for free. Integrated with other services such as AWS CloudFront, Route 53, and ELB

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

Which AWS services is supported by AWS Shield Advanced?

A

CloudFront, Route 53, Elastic Load Balancing, and AWS Global Accelerator

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

What is AWS Macie?

A

Helps you discover and protect sensitive data.

i. Uses machine learning
ii. Evaluates S3 environments
iii. Uncovers personally identifiable information

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

What is AWS Config?

A

Allows you to assess, audit, and evaluate the configurations of your resources.

a. Tracks config changes over time
b. Delivers config history file to S3
c. Notifications via SNS of every config change

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

What is AWS GuardDuty?

A

a. Is an intelligent threat detection system that uncovers unauthorized behavior
b. Uses machine learning
c. Built in detection for EC2, S3, and IAM
d. Reviews CloudTrail, VPC flow logs, and DNS logs

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

What is AWS Inspector?

A

a. Works with EC2 instances to uncover and report vulnerabilities. Only works with EC2 instances
b. Agent installed on EC2 instance
c. Reports vulnerabilities found
d. Checks access from the internet, remote root login, vulnerable and software version

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

What is AWS Artifact?

A

a. Offers on-demand access to AWS security and compliance reports
b. Central repository for compliance reports from third party auditors
c. SOC2 reports and PCI reports
d. Lets you review, accept, and manage agreements with AWS

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

What is AWS Keys Management Service (KMS)?

A

a. Allows you to generate, control, and store encryption keys
b. AWS manages encryption keys
c. Automatically enabled for certain services

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

What is AWS CloudHSM (Hardware Security Module)?

A

a. Hardware security model used to generate encryption keys
b. Dedicated hardware for security
c. Generate and manage your own keys
d. AWS does not have access to customer’s keys

17
Q

What is AWS Secrets Manager?

A

a. Allows you to manage and retrieve secrets (passwords or keys)
b. Rotate, manage, and retrieve secretes like DB credentials, API keys, and passwords
c. Encrypt secrets at rest
d. Integrated with services like RDS, RedShift, and DocumentDB