ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

179 / 465

Question 179:

To follow the new security compliances, your company has hired an external auditor to assess the security perimeter around your SaaS platform. The application, S3 and DynamoDB are running in multiple regions, and the application uses load balancers within each region for high availability. The instances load sensitive configurations from an S3 bucket at the start, and the DynamoDB is used as a primary database. The auditor has advised tightening the security groups and NACLs based on the application requirement and use the private network instead of using the public endpoints to access the AWS services. Your team decided to use the VPC Endpoints as it uses the AWS internal network for all the communication. After a detailed examination, they realize that the data used for the applications also need to be replicated in different regions. Please select three valid options, including the modification for endpoints and objects replications across regions.

Answer options:

A.Configure the DynamoDB Global Tables to replicate the data into multi-regions.
B.Create VPC Endpoints for S3 and DynamoDB.C.Use the NAT Gateway for all the egress communication to these AWS services. 
D.Set up VPC gateway endpoint for S3 and interface endpoint for DynamoDB to communicate with these services over the private AWS network.
E.Use the S3 Cross-Region Replication to save the configurations in the multiple regions.