AWS Security, Encryption, and Threat Detection

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:00 PM on 7/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

In-Flight Encryption (TLS/SSL)

Encrypts data on the client side before sending and decrypts on the server.

2
New cards

Server-Side Encryption at Rest

Data is received in plaintext, then encrypted by the server upon arrival.

3
New cards

Client-Side Encryption

Data is encrypted before sending and decrypted only after the receiving client gets it.

4
New cards

AWS KMS Integration Standard

The default service for encryption at rest across S3, EBS, RDS, and SSM.

5
New cards

KMS Symmetric Keys (AES-256)

Uses a single key to encrypt and decrypt; default choice for AWS services.

6
New cards

KMS Asymmetric Keys (RSA & ECC)

Consists of a Public Key (downloadable) and a Private Key (remains in KMS).

7
New cards

AWS Owned Keys

Free, default keys used internally by AWS services (e.g., SSE-S3).

8
New cards

AWS Managed Keys

Free keys named aws/service-name that automatically rotate every 1 year.

9
New cards

Customer Managed Keys (Created)

Cost $1/month; support automatic rotation (must be enabled) or on-demand rotation.

10
New cards

Customer Managed Keys (Imported)

Cost $1/month; support manual rotation only using key aliases.

11
New cards

KMS Key Policy Requirement

You cannot grant access to a KMS key without a Key Policy.

12
New cards

KMS Multi-Region Keys

Identical KMS keys in different regions sharing the same key ID and material.

13
New cards

SSM Parameter Store

Secure storage for configuration values and secrets; supports hierarchy and TTL policies.

14
New cards

AWS Secrets Manager

Service for secrets like database credentials; features automatic Lambda-based rotation.

15
New cards

KMS vs. CloudHSM Tenancy

KMS is multi-tenant; CloudHSM is single-tenant (dedicated hardware).

16
New cards

KMS vs. CloudHSM Network

KMS uses an AWS managed endpoint; CloudHSM is deployed inside your VPC.

17
New cards

AWS Certificate Manager (ACM)

Provisions and deploys free public TLS certificates with auto-renewal starting 60 days before expiration.

18
New cards

AWS WAF (Web Application Firewall)

Operates at Layer 7 to inspect and block SQLi, XSS, and bad IPs.

19
New cards

AWS Shield Standard vs. Advanced

Standard is free L3/L4 protection; Advanced is $3,000/month with 24/7 SRT support.

20
New cards

AWS Firewall Manager

Centrally manages WAF rules, Shield, and Security Groups across an AWS Organization.

21
New cards

Amazon GuardDuty

Threat detection service using ML on CloudTrail, VPC Flow, and DNS logs.

22
New cards

Amazon Inspector

Automated vulnerability scanner for EC2 instances, ECR container images, and Lambda code.

23
New cards

Amazon Macie

Uses ML and pattern matching to discover and protect sensitive data/PII in S3.