Q24 — AWS SAA-C03 第3章
第 24/65 题 | ← 返回第3章
Q154.一家快速发展的全球电子商务公司正在 AWS 上托管其 Web 应用程序. Web 应用程序包括静态内容和动态内容.该网站将联机事务处理 (OLTP) 数据存储在 Amazon RDS 数据库中.该网站的用户遇到页面加载缓慢的问题.解决方案架构师应该采取哪些行动组合来解决这个问题? (选择两个.)
- A. 配置 Amazon Redshift 集群.
- B. 设置 Amazon CloudFront 分配. ✓
- C. 在 Amazon S3 中托管动态 Web 内容.
- D. 为 RDS 数据库实例创建只读副本. ✓
- E. 为 RDS 数据库实例配置多可用区部署.
正确答案: B. 设置 Amazon CloudFront 分配., D. 为 RDS 数据库实例创建只读副本.
解析
B. Set up an Amazon CloudFront distribution. This will help to improve the performance of the web application by caching frequently accessed static content at edge locations around the world, reducing latency for users.D. Create a read replica for the RDS DB instance. This will improve the performance of the web application by offloading read traffic from the primary RDS instance to the read replica, allowing for greater scalability and less contention for resources.Option A is not relevant because Amazon Redshift is a data warehousing solution that is not suitable for OLTP workloads.Option C may be useful for hosting static web content but not necessarily for improving the performance of dynamic content.Option E is also useful for providing high availability and disaster recovery for the RDS DB instance but may not necessarily improve the performance of the web application. B.建立一个Amazon CloudFront发行版。这将通过在世界各地的边缘位置缓存频繁访问的静态内容来帮助提高web应用程序的性能,从而减少用户的延迟。D.为RDS DB实例创建读副本。这将通过将读流量从主RDS实例卸载到读副本来提高web应用程序的性能,从而实现更大的可伸缩性和更少的资源争用。选项A不相关,因为Amazon Redshift是一个数据仓库解决方案,不适合OLTP工作负载。选项C对于托管静态web内容可能有用,但对于改进动态内容的性能不一定有用。选项E对于为RDS DB实例提供高可用性和灾难恢复也很有用,但不一定能提高web应用程序的性能。