
Answer-first summary for fast verification
Answer: Enable encryption in transit using SSL/TLS for all connections to the DynamoDB table.
To ensure the confidentiality and integrity of data in transit for Amazon DynamoDB, it is essential to enable encryption in transit using SSL/TLS for all connections to the DynamoDB table. This encrypts the data as it moves between the client and the DynamoDB service. Encryption at rest options (A and B) protect data when stored but do not address data in transit. DynamoDB Streams (D) help in capturing changes to the table items but do not provide any encryption or protection for data in transit.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is using Amazon DynamoDB to store and access data. To ensure the confidentiality and integrity of data in transit, which of the following steps should you take?
A
Enable DynamoDB encryption at rest using the default AWS owned key.
B
Enable DynamoDB encryption at rest using a customer-managed key from AWS KMS.
C
Enable encryption in transit using SSL/TLS for all connections to the DynamoDB table.
D
Enable DynamoDB Streams to capture changes to the table items.
No comments yet.