9_Encrypting Data at Rest

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

1/13

flashcard set

Earn XP

Description and Tags

Flashcards about data encryption at rest using AWS Key Management Service (KMS).

Last updated 2:45 PM on 6/21/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

What is encryption?

The process of using a code (cipher) to turn readable data into unreadable data.

2
New cards

What is symmetric encryption?

Uses the same key to encrypt and decrypt data.

3
New cards

What is asymmetric encryption?

Uses a public key to encrypt and a private key to decrypt the data.

4
New cards

What is envelope encryption?

Encrypting the key used to encrypt your data.

5
New cards

What is client-side encryption(CSE)?

Your application encrypts data before sending it to AWS.

6
New cards

What is server-side encryption (SSE)?

AWS encrypts data on your behalf before writing it to disk.

7
New cards

What is AWS KMS?

A managed service that allows you to create and control keys for encrypting data.

8
New cards

What are cryptographic operations?

API calls that use AWS KMS keys to protect data (e.g., encrypt, decrypt, generate data key).

9
New cards

What is an AWS KMS key?

The primary resource in AWS KMS used to encrypt, decrypt, and re-encrypt data.

10
New cards

Name two important storage services that integrate with AWS KMS.

Amazon S3 and Amazon EBS

11
New cards

Why is protecting data at rest important?

It's an extra layer of protection if your system access has been compromised.

12
New cards

Which type of encryption is faster: Symmetric or Asymmetric?

Symmetric

13
New cards

Which type of encryption is slower: Symmetric or Asymmetric?

Asymmetric

14
New cards

Where is the encrypted key kept after Amazon S3 encrypts an object using a data key?

The encrypted key is kept in the object metadata.