ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

88 / 465

Question 88:

A company is running a web application that has a high amount of dynamic content. The application has MySQL as its database. The company is looking to implement a caching solution for clients requesting the application. What is the best possible solution and why?

Answer options:

A.Offload the DNS to Route 53; Route 53 has DNS servers worldwide and routes the request to the closest region which reduces DNS latency.
B.Create an ElastiCache cluster, write code that caches the correct dynamic content and places it in front of the RDS dynamic content. This will reduce the amount of time it takes to request the dynamic content since it is cached.
C.Create a CloudFront distribution, enable query string forwarding and set the TTL to 0. This will keep TCP connections live from CloudFront to the origin, reducing the time it takes for a TCP handshake to occur.
D.Create a CloudFront distribution, disable query string forwarding and set the TTL to 0. This will keep TCP connections live from CloudFront to the origin, reducing the time it takes for a TCP handshake to occur.