Exam DVA-C02 All QuestionsBrowse all questions from this 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?

    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
SerialiDrOption: 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 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.

KarBiswaOption: D

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

CrescentSharedOption: D

D is good enough to meet the requirement.

AnandeshOption: D

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

65703c1Option: D

D is the correct answer.