Topic 1 Question 416
2 つ選択A rapidly growing global ecommerce company is hosting its web application on AWS. The web application includes static content and dynamic content. The website stores online transaction processing (OLTP) data in an Amazon RDS database The website’s users are experiencing slow page loads.
Which combination of actions should a solutions architect take to resolve this issue?
Configure an Amazon Redshift cluster.
Set up an Amazon CloudFront distribution.
Host the dynamic web content in Amazon S3.
Create a read replica for the RDS DB instance.
Configure a Multi-AZ deployment for the RDS DB instance.
ユーザの投票
コメント(15)
- 正解だと思う選択肢: BD
To resolve the issue of slow page loads for a rapidly growing e-commerce website hosted on AWS, a solutions architect can take the following two actions:
- Set up an Amazon CloudFront distribution
- Create a read replica for the RDS DB instance
Configuring an Amazon Redshift cluster is not relevant to this issue since Redshift is a data warehousing service and is typically used for the analytical processing of large amounts of data.
Hosting the dynamic web content in Amazon S3 may not necessarily improve performance since S3 is an object storage service, not a web application server. While S3 can be used to host static web content, it may not be suitable for hosting dynamic web content since S3 doesn't support server-side scripting or processing.
Configuring a Multi-AZ deployment for the RDS DB instance will improve high availability but may not necessarily improve performance.
👍 7Buruguduystunstugudunstuy2023/03/25 - 正解だと思う選択肢: BD
Cloud Front and Read Replica
👍 4acts2682023/03/21 - 正解だと思う選択肢: BD
Cloudfront and Read Replica. We don't need HA here.
👍 3Akademik62023/03/22
シャッフルモード