Bird
0
0

After enabling encryption at rest on an existing DynamoDB table, what happens to the data that was already stored?

medium📝 query result Q4 of 15
DynamoDB - Security and Access Control
After enabling encryption at rest on an existing DynamoDB table, what happens to the data that was already stored?
AThe table must be deleted and recreated to encrypt existing data
BExisting data remains unencrypted until manually re-encrypted
CExisting data is automatically encrypted without downtime
DEncryption only applies to new data written after enabling
Step-by-Step Solution
Solution:
  1. Step 1: Understand DynamoDB encryption at rest behavior

    When encryption at rest is enabled, DynamoDB transparently encrypts all data, including existing data.
  2. Step 2: Confirm no manual action needed

    No manual re-encryption or table recreation is required; encryption is seamless.
  3. Final Answer:

    Existing data is automatically encrypted without downtime -> Option C
  4. Quick Check:

    Encryption applies to all data immediately [OK]
Quick Trick: Encryption at rest encrypts all existing data automatically [OK]
Common Mistakes:
MISTAKES
  • Assuming existing data remains unencrypted
  • Thinking table recreation is necessary

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes