SAP-C02 第 481 题
题目
A company's web application has reliability issues. The application serves customers globally. The application runs on a single Amazon EC2 instance and performs read-intensive operations on an Amazon RDS for MySQL database. During high load, the application becomes unresponsive and requires a manual restart of the EC2 instance. A solutions architect must improve the application's reliability. Which solution will meet this requirement with the LEAST development effort?
中文翻译:
某公司的 Web 应用程序存在可靠性问题。该应用程序为全球客户提供服务。该应用程序在单个 Amazon EC2 实例上运行,并在 Amazon RDS for MySQL 数据库上执行读取密集型操作。在高负载期间,应用程序变得无响应,需要手动重新启动 EC2 实例。解决方案架构师必须提高应用程序的可靠性。哪种解决方案能够以最少的开发工作满足此要求?
选项
A. Create an Amazon CloudFront distribution. Specify the EC2 instance as the distribution’s origin. Configure a Multi-AZ deployment for the RDS for MySQL database. Use the standby DB instance for the read-intensive operations.
中文翻译:
创建 Amazon CloudFront 分配。指定 EC2 实例作为分配的来源。为 RDS for MySQL 数据库配置多可用区部署。使用备用数据库实例进行读取密集型操作。
B. Run the application on EC2 instances that are in an Auto Scaling group. Place the EC2 instances behind an Elastic Load Balancing (ELB) load balancer. Replace the database service with Amazon Aurora. Use Aurora Replicas for the read-intensive operations.
中文翻译:
在 Auto Scaling 组中的 EC2 实例上运行应用程序。将 EC2 实例放置在 Elastic Load Balancing (ELB) 负载均衡器后面。将数据库服务替换为 Amazon Aurora。使用 Aurora 副本进行读取密集型操作。
C. Deploy AWS Global Accelerator. Configure a Multi-AZ deployment for the RDS for MySQL database. Use the standby DB instance for the read-intensive operations.
中文翻译:
部署 AWS 全球加速器。为 RDS for MySQL 数据库配置多可用区部署。使用备用数据库实例进行读取密集型操作。
D. Migrate the application to AWS Lambda functions. Create read replicas for the RDS for MySQL database. Use the read replicas for the read-intensive operations.
中文翻译:
将应用程序迁移到 AWS Lambda 函数。为 RDS for MySQL 数据库创建只读副本。使用只读副本进行读取密集型操作。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 在 Auto Scaling 组中的 EC2 实例上运行应用程序。将 EC2 实例放置在 Elastic Load Balancing (ELB) 负载均衡器后面。将数据库服务替换为 Amazon Aurora。使用 Aurora 副本进行读取密集型操作。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运...