Section 24: AWS Security & Encryption Flashcards

1
Q

What is AWS KMS(Key Management Service)

A
  • It manage your keys which is used to access your data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

KMS - Customer Master Key(CMK) Types

A

1) Symmetric(AES-256 keys)
- First offering of KMs, single encryption key used to decrypt and encrypt.
- AWS services that are integrated with KSM use symmetric CMK’s
- You never get access to the Key unencrypted

2)Asymmetric(RSA & ECC key pairs)
- Public(Encrypt) and private(decrypt) pair
- Used for Encryption/Decryption or Sign/Verify operations
- Use case: encryption outside of AWS by users who can not call KSM API

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

SSM Parameter Store
P270

A
  • Secure storage for configuration and secrets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AWS Secret manager

A
  • Newer service, meant for storing secrets
  • Capability to force rotation of secrets every X days
  • Automate generation of secrets on rotation
  • Integration with Amazon RDS(MySsql, PostgreSQL,Auroro)
  • Secret are encrypted uisng KSM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

AWS Shield

A
  • AWS Shield Standard is for free.
  • Its a service which protect you agains DDOS attack.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AWS WAF (Web Application Firewall)

A
  • Protects your web application from common web exploits(Layer 7)
  • Deploy on Allication LoadBlaancer, API Gateway, CloudFront
  • Define Web ACL(Web Access Control List)
    - Rules can include:IP Address, HTTP headers
    - Protects from common attack - SQL Injection and Cross Site Scripting
    - Size contraints, geo match
    - Rate based rules for DDos protection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Amazon GuardDuty?

A
  • Intelligent Threat discovery to Protect AWS accounts.
  • Uses Machine Learning algorithms,anomaly detection, 3rd party data
  • Can protect against CryptoCurrenct attacks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Amazon Inspector?

A
  • Automated Security assessments for EC2 intsances and Containers pushed to Amazon ECR
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Amazon Macie?

A

It is a fully managed data security and data privacy service that uses machine learning and pattern matching to discover and protect your sensitive data in AWS.

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