Question 64:
Your company is going to develop an application in .NET Core with DynamoDB. There is a requirement that all data needs to be encrypted at rest. If the DynamoDB table has already been created, what else is needed to achieve this?
Answer options:
A.No additional configurations are required since server-side encryption is enabled on all DynamoDB table data. B.Enable encryption on the existing table. C.You cannot enable encryption at rest. Consider using the AWS RDS service instead. D.You cannot enable encryption at rest. Consider using the S3 service instead.