AWS Security and Encryption: KMS, SSM Parameter Store, Shield, WAF Flashcards

1
Q

What level of geographic lock do KMS keys exist at?

A

Regional

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

How do you use a KMS key without having to write it in plaintext?

A

You use an API call

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

What service would be used to audit KMS key usage?

A

CloudTrail

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

How do multi-region keys work?

A

You have a primary key in one region and then replica keys in other regions

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

Are multi-region KMS keys the same as global KMS keys?

A

No, global keys don’t exist, and multi-regional keys are just for the specific specified regions

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

What is SSM Parameter store?

A

Secure storage for configurations and secrets with version tracking

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

What is AWS Secrets Manager?

A

A newer service than Parameter Store, specifically designed for storing secrets. Has the capability to force rotation every X days as well as automate secret generation on rotation.

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

What service would be used to manage TLS certificates for in-flight encryption?

A

AWS Certificate Manager

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

Can AWS certificate manager automatically renew TLS certificates?

A

Yes

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

Where should the TLS certificate live for a global CloudFront or API Gateway set up?

A

us-east-1

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

What do you lose if you import a certificate from outside of AWS certificate manager instead of requesting one through it?

A

Automatic renewal feature, although you do get alerts that it will run out

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

What is the goal of the WAF service?

A

To protect against common exploits at layer 7

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

What service is the primary service to protect against DDoS attacks?

A

AWS Shield

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

Why use Shield Advanced?

A

Protects against more sophisticated attacks, 24/7 team, insured against higher fees that result from DDoS attacks

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

What is the purpose of the firewall manager service?

A

Baseline rules across all accounts in an organisation and automate firewall application to newly created resources

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

What is Amazon GuardDuty?

A

ML powered anomaly detection in logs to protect your AWS account

17
Q

What is Amazon Inspector?

A

A service that runs automated security assessments on certain other services, such as EC2 instances, container images and lambda functions

18
Q

What is Amazon Macie?

A

ML powered service that scans S3 bucket data and notifies when it contains PPI

19
Q

What are the differences between using SSE-S3 keys and SSE-KMS keys?

A

SSE-S3 keys are much more controlled by AWS and less by the user
SSE-KMS keys are auditable through CloudTrail, SSE-S3 keys aren’t
Both keys can be automatically rotated over time through