SAP-C02 学习助手

SAP-C02 第 424 题

Route 53 Lambda RDS Aurora CloudWatch Config

题目

A company runs a software-as-a-service (SaaS) application on AWS. The application consists of AWS Lambda functions and an Amazon RDS for MySQL Multi-AZ database. During market events, the application has a much higher workload than normal. Users notice slow response times during the peak periods because of many database connections. The company needs to improve the scalable performance and availability of the database. Which solution meets these requirements?

中文翻译:
一家公司在 AWS 上运行软件即服务 (SaaS) 应用程序。该应用程序由 AWS Lambda 函数和 Amazon RDS for MySQL 多可用区数据库组成。在市场活动期间,应用程序的工作负载比平时高得多。用户注意到高峰期间由于数据库连接较多,响应时间很慢。公司需要提高数据库的可扩展性能和可用性。哪种解决方案满足这些要求?

选项

A. Create an Amazon CloudWatch alarm action that triggers a Lambda function to add an Amazon RDS for MySQL read replica when resource utilization hits a threshold.

中文翻译:
创建一个 Amazon CloudWatch 警报操作,该操作会在资源利用率达到阈值时触发 Lambda 函数添加 Amazon RDS for MySQL 只读副本。

B. Migrate the database to Amazon Aurora, and add a read replica. Add a database connection pool outside of the Lambda handler function.

中文翻译:
将数据库迁移到 Amazon Aurora,并添加只读副本。在 Lambda 处理程序函数外部添加数据库连接池。

C. Migrate the database to Amazon Aurora, and add a read replica. Use Amazon Route 53 weighted records.

中文翻译:
将数据库迁移到 Amazon Aurora,并添加只读副本。使用 Amazon Route 53 加权记录。

D. Migrate the database to Amazon Aurora, and add an Aurora Replica. Configure Amazon RDS Proxy to manage database connection pools.

中文翻译:
将数据库迁移到 Amazon Aurora,并添加 Aurora 副本。配置 Amazon RDS 代理以管理数据库连接池。

答案

D

解析

正确答案:D 解析: 本题应选择 D。 正确选项: D. 将数据库迁移到 Amazon Aurora,并添加 Aurora 副本。配置 Amazon RDS 代理以管理数据库连接池。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Route 53、Lambda、RDS...

登录后查看完整解析