
Answer-first summary for fast verification
Answer: Data encryption in Amazon DynamoDB using AWS KMS for at-rest security.
The correct answer is A, as Amazon DynamoDB automatically encrypts all user data at rest. This encryption is applied by default and uses encryption keys stored in AWS Key Management Service (AWS KMS), ensuring enhanced security for sensitive data. While AWS does offer other services and features related to security and management, such as patching for EC2 instances, TLS certificate management, and network traffic encryption, these are not performed automatically in the same way as DynamoDB's encryption at rest. Specifically, for EC2 instances, AWS does not automatically patch the customer's operating systems or applications, and for network traffic, while AWS services may provide TLS encryption, it is not an AWS-automated task for the user's own network traffic outside of AWS-managed services.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What automated task is performed by AWS in relation to the options provided?
A
Data encryption in Amazon DynamoDB using AWS KMS for at-rest security.
B
Infrastructure patching for Amazon EC2 instances to maintain security and reliability.
C
Automatic TLS encryption for securing user network traffic in transit.
D
Provisioning and management of TLS certificates for websites via AWS Certificate Manager.
No comments yet.