Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are designing a system that requires secure access to an Amazon DynamoDB table from multiple EC2 instances. Which of the following approaches would be most effective in ensuring the confidentiality and integrity of data in transit?
A
Use a single DynamoDB table and enable encryption at rest.
B
Create separate DynamoDB tables for each EC2 instance and use a VPN gateway to connect them.
C
Use AWS Systems Manager to forward traffic over secure connections to the DynamoDB table.
D
Enable encryption in transit using SSL/TLS for all connections to the DynamoDB table.