ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

290 / 310

Question 290:

Your company has a requirement to host an application. The application would be hosted on an EC2 Instance and interacting with a DynamoDB table. There is a security requirement to ensure that all data on the DynamoDB table is encrypted at rest. How can you achieve this with the least number of steps and ensure that all types of data are encrypted?

Answer options:

A.No actions are required as the data stored in Amazon DynamoDB is encrypted at rest by default.
B.Enable encryption at rest for the DynamoDB table. Then enable encryption of the underlying indexes.
C.Enable encryption at rest for the DynamoDB table. Then enable encryption of the underlying keys.
D.Enable encryption at rest for the DynamoDB table. Then enable encryption of the underlying keys and indexes.