ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

178 / 465

Question 178:

You have an existing application that runs on your premise and currently uses a non-relational database. Your team has decided to move the application to the cloud environment and the database to DynamoDB to use some of its features like scaling and data streaming. As per the management outline, for post-migration, all the communication between the application and the DynamoDB must be secure and scalable as the load will increase in the near future. EC2 instances should use their private IP addresses to access DynamoDB with no exposure to the public internet. What combinations can be used to design the migration and the post-migration activities, including the secure connection to DynamoDB? Select three options.

Answer options:

A.Migrate the on-premises application to the AWS EC2.
B.Use the HTTP endpoint of the DynamoDB to make sure all the communication is secure.
C.Connect your on-premises network to AWS using the VPN to access the DynamoDB via the VPC endpoints.
D.Host the application in an Auto Scaling group and enable Amazon DynamoDB auto-scaling.
E.Use the VPC gateway endpoint to connect with your DynamoDB.