
Answer-first summary for fast verification
Answer: Set up an Amazon CloudFront distribution., Create a read replica for the RDS DB instance.
To improve the performance of the web application, setting up an Amazon CloudFront distribution (Option B) can cache static content at edge locations, reducing the load on the origin server and decreasing latency for end-users. Creating a read replica for the RDS DB instance (Option D) can help distribute the read traffic from the primary database, thus improving the overall read performance and reducing latency for database interactions. These actions address both the static content delivery and the database performance issues causing slow page loads.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A global ecommerce company on AWS faces slow page loads for its web application, which includes both static and dynamic content, and uses an Amazon RDS database for OLTP data. What two actions should a solutions architect consider to improve performance?
A
Configure an Amazon Redshift cluster.
B
Set up an Amazon CloudFront distribution.
C
Host dynamic web content in Amazon S3.
D
Create a read replica for the RDS DB instance.
E
Configure a Multi-AZ deployment for the RDS DB instance.
No comments yet.