A company is using Amazon DynamoDB and wants to ensure that all data is automatically encrypted at rest. What is the default encryption status for a new DynamoDB table?
Default encryption uses AWS-owned KMS keys.
Why this answer
All new DynamoDB tables are encrypted at rest by default using an AWS-owned key. Option A is wrong because encryption is not optional; it is always enabled by default. Option B is wrong because encryption is enabled by default, not disabled.
Option D is wrong because the default key is AWS-owned, not a customer-managed key.