ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

182 / 465

Question 182:

Your company runs a popular map service as a SaaS platform. Your dynamic multi-page application users are spread across the world, but not all of them heavily use the system. So the load is high in some of the regions but not all. The application uses the NoSQL database and runs it on a cluster of EC2 machines and using the custom tools to replicate the data across different regions. The current database size is around 10PB. As the popularity of the application grows, the database is also growing rapidly. Now the application is serving millions of requests from your SaaS platform. The management has decided to develop a plan to re-design the architecture dynamically, both from the application availability and infrastructure cost perspective. Please suggest the necessary changes. Select 3 Options.

Answer options:

A.Route53 with Latency-based routing policy to redirect to the lowest latency region and deploy the application into regions from where the heavy load is generating.
B.Migrate the application on S3 and use CloudFront edge locations to serve the requests.
C.Use DynamoDB global tables to replicate the data into multiple regions.
D.Deploy the ElastiCache to cache the requests to the DynamoDB table.
E.Use RDS with the Read Replicas into multiple regions, application servers will use the read replicas to serve the traffic.