SAP-C02 学习助手

SAP-C02 第 382 题

Lambda DynamoDB EC2 RDS SQS Config Auto Scaling

题目

A company that provisions job boards for a seasonal workforce is seeing an increase in traffic and usage. The backend services run on a pair of Amazon EC2 instances behind an Application Load Balancer with Amazon DynamoDB as the datastore. Application read and write traffic is slow during peak seasons. Which option provides a scalable application architecture to handle peak seasons with the LEAST development effort?

中文翻译:
一家为季节性劳动力提供招聘网站的公司的流量和使用量都在增加。后端服务在应用程序负载均衡器后面的一对 Amazon EC2 实例上运行,并以 Amazon DynamoDB 作为数据存储。旺季应用读写流量较慢。哪个选项提供可扩展的应用程序架构,以最少的开发工作来应对旺季?

选项

A. Migrate the backend services to AWS Lambda. Increase the read and write capacity of DynamoDB.

中文翻译:
将后端服务迁移到AWS Lambda。增加DynamoDB的读写能力。

B. Migrate the backend services to AWS Lambda. Configure DynamoDB to use global tables.

中文翻译:
将后端服务迁移到AWS Lambda。配置 DynamoDB 以使用全局表。

C. Use Auto Scaling groups for the backend services. Use DynamoDB auto scaling.

中文翻译:
使用 Auto Scaling 组作为后端服务。使用 DynamoDB 自动缩放。

D. Use Auto Scaling groups for the backend services. Use Amazon Simple Queue Service (Amazon SQS) and an AWS Lambda function to write to DynamoDB.

中文翻译:
使用 Auto Scaling 组作为后端服务。使用 Amazon Simple Queue Service (Amazon SQS) 和 AWS Lambda 函数写入 DynamoDB。

答案

C

解析

正确答案:C 解析: 本题应选择 C。 正确选项: C. 使用 Auto Scaling 组作为后端服务。使用 DynamoDB 自动缩放。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Lambda、DynamoDB、EC2、RDS、SQS、Config。 排除思路...

登录后查看完整解析