Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.