DynamoDB 3 Flashcards
Encryption
How do you encrypt a DDB table at rest?
important
No choice, all tables are encrypted at rest automatically
Encryption
Cost to encrypt your tables?
Free with default AWS Managed KMS key, fee for CMKs
Encryption
What are the limitations if you use a CMK?
Can’t use with DAX
Encryption
How do you turn on encryption for GSIs?
Automatic
Encryption
What is the DDB Encryption Client used for?
important
Client-side encrypting data values
Encryption
Why would you use DDB Encryption Client when the HTTPS connection is encrypted?
important
Your data past the DDB web service endpoint isn’t encrypted in transit within DDB
Encryption
I accidentally deleted my CMK, what happens to my DDB table?
Table backed-up and archived automatically