SAP-C02 学习助手

SAP-C02 第 27 题

API Gateway Lambda DynamoDB Config Global Accelerator

题目

A company is storing data in several Amazon DynamoDB tables. A solutions architect must use a serverless architecture to make the data accessible publicly through a simple API over HTTPS. The solution must scale automatically in response to demand. Which solutions meet these requirements? (Choose two.)

中文翻译:
一家公司将数据存储在多个 Amazon DynamoDB 表中。解决方案架构师必须使用无服务器架构,通过 HTTPS 上的简单 API 公开访问数据。该解决方案必须根据需求自动扩展。哪些解决方案满足这些要求? (选择两个。)

选项

A. Create an Amazon API Gateway REST API. Configure this API with direct integrations to DynamoDB by using API Gateway’s AWS integration type.

中文翻译:
创建 Amazon API Gateway REST API。使用 API Gateway 的 AWS 集成类型配置此 API,使其直接集成到 DynamoDB。

B. Create an Amazon API Gateway HTTP API. Configure this API with direct integrations to Dynamo DB by using API Gateway’s AWS integration type.

中文翻译:
创建 Amazon API Gateway HTTP API。使用 API Gateway 的 AWS 集成类型配置此 API,使其直接集成到 Dynamo DB。

C. Create an Amazon API Gateway HTTP API. Configure this API with integrations to AWS Lambda functions that return data from the DynamoDB tables.

中文翻译:
创建 Amazon API Gateway HTTP API。通过与从 DynamoDB 表返回数据的 AWS Lambda 函数的集成来配置此 API。

D. Create an accelerator in AWS Global Accelerator. Configure this accelerator with AWS Lambda@Edge function integrations that return data from the DynamoDB tables.

中文翻译:
在 AWS Global Accelerator 中创建加速器。使用从 DynamoDB 表返回数据的 AWS Lambda@Edge 函数集成配置此加速器。

E. Create a Network Load Balancer. Configure listener rules to forward requests to the appropriate AWS Lambda functions.

中文翻译:
创建网络负载均衡器。配置侦听器规则以将请求转发到适当的 AWS Lambda 函数。

答案

AC

解析

正确答案:AC 解析: 本题应选择 AC。 正确选项: A. 创建 Amazon API Gateway REST API。使用 API Gateway 的 AWS 集成类型配置此 API,使其直接集成到 DynamoDB。 C. 创建 Amazon API Gateway HTTP API。通过与从 DynamoDB 表返回数据的 AWS Lambda 函数的集成来配置此 API。 选择理由: 该选项最直接地满足题干中的关键约束。做 ...

登录后查看完整解析