DVA-C02 Exam QuestionsBrowse all questions from this exam

DVA-C02 Exam - Question 288


A developer is creating an Amazon DynamoDB table by using the AWS CLI. The DynamoDB table must use server-side encryption with an AWS owned encryption key.

How should the developer create the DynamoDB table to meet these requirements?

Show Answer
Correct Answer: 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 an AWS owned key. This option does not require specifying a key ARN in the creation process, making it the simplest and most straightforward way to ensure data at rest is encrypted using keys managed by AWS.

Discussion

5 comments
Sign in to comment
SerialiDrOption: D
Mar 7, 2024

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 managed keys (SSE with AWS owned key). This option does not require specifying a key ARN in the creation process, making it the simplest and most straightforward way to ensure data at rest is encrypted using keys managed by AWS.

CrescentSharedOption: D
Feb 21, 2024

D is good enough to meet the requirement.

KarBiswaOption: D
Mar 3, 2024

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html

65703c1Option: D
May 24, 2024

D is the correct answer.

AnandeshOption: D
Jul 21, 2024

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html You can switch between key types at any time