0
0
DynamoDBquery~5 mins

Encryption at rest and in transit in DynamoDB - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does encryption at rest mean in DynamoDB?
Encryption at rest means that the data stored in DynamoDB tables is automatically encrypted on the disk. This protects your data from unauthorized access if someone tries to read the storage directly.
Click to reveal answer
beginner
What is encryption in transit in DynamoDB?
Encryption in transit means that data moving between your application and DynamoDB is encrypted using secure protocols like TLS. This keeps your data safe from eavesdropping while it travels over the internet.
Click to reveal answer
intermediate
How does DynamoDB handle encryption at rest by default?
DynamoDB automatically encrypts all data at rest using AWS owned keys unless you choose to use your own customer managed keys for more control.
Click to reveal answer
beginner
Why is encryption in transit important when using DynamoDB?
Encryption in transit protects your data from being intercepted or read by attackers while it moves between your app and DynamoDB. It ensures privacy and data integrity during communication.
Click to reveal answer
intermediate
Can you disable encryption at rest in DynamoDB?
No, encryption at rest is always enabled in DynamoDB to protect your data. You can choose the key type (AWS owned or customer managed), but you cannot turn off encryption at rest.
Click to reveal answer
What protects DynamoDB data stored on disk from unauthorized access?
AEncryption in transit
BBackup copies
CAccess keys
DEncryption at rest
Which protocol is commonly used to encrypt data in transit between your app and DynamoDB?
AFTP
BTLS
CHTTP
DSMTP
Can you turn off encryption at rest in DynamoDB?
ANo, it is always enabled
BOnly for certain tables
COnly during backups
DYes, anytime
What is the benefit of using customer managed keys for encryption at rest in DynamoDB?
AMore control over key management
BFaster queries
CLower cost
DNo encryption needed
Encryption in transit protects data when it is:
AStored on disk
BBeing backed up
CMoving between client and DynamoDB
DDeleted permanently
Explain the difference between encryption at rest and encryption in transit in DynamoDB.
Think about where the data is when each encryption applies.
You got /3 concepts.
    Describe how DynamoDB ensures your data is secure using encryption.
    Consider both storage and communication security.
    You got /4 concepts.