
Answer-first summary for fast verification
Answer: By using the default encryption options provided during table creation.
The correct answer is D. When creating a DynamoDB table, if no specific encryption options are provided, it uses the default encryption setting, which is server-side encryption with AWS owned keys. This ensures data at rest is encrypted with keys managed by AWS without needing to specify a key ARN in the creation process.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a developer using the AWS CLI create an Amazon DynamoDB table with server-side encryption using an AWS owned key?
A
By creating an AWS KMS customer managed key and specifying its ARN in the KMSMasterKeyId parameter.
B
By creating an AWS KMS AWS managed key and specifying its ARN in the KMSMasterKeyId parameter.
C
By creating an AWS owned key and specifying its ARN in the KMSMasterKeyId parameter.
D
By using the default encryption options provided during table creation.
No comments yet.