SAP-C02 学习助手

SAP-C02 第 73 题

API Gateway Lambda EC2 Config Auto Scaling

题目

A company is building a solution in the AWS Cloud. Thousands or devices will connect to the solution and send data. Each device needs to be able to send and receive data in real time over the MQTT protocol. Each device must authenticate by using a unique X.509 certificate. Which solution will meet these requirements with the LEAST operational overhead?

中文翻译:
一家公司正在 AWS 云中构建解决方案。数千台设备将连接到该解决方案并发送数据。每个设备都需要能够通过 MQTT 协议实时发送和接收数据。每个设备必须使用唯一的 X.509 证书进行身份验证。哪种解决方案能够以最少的运营开销满足这些要求?

选项

A. Set up AWS IoT Core. For each device, create a corresponding Amazon MQ queue and provision a certificate. Connect each device to Amazon MQ.

中文翻译:
设置 AWS IoT Core。对于每个设备,创建相应的 Amazon MQ 队列并预置证书。将每个设备连接到 Amazon MQ。

B. Create a Network Load Balancer (NLB) and configure it with an AWS Lambda authorizer. Run an MQTT broker on Amazon EC2 instances in an Auto Scaling group. Set the Auto Scaling group as the target for the NLB. Connect each device to the NLB.

中文翻译:
创建网络负载均衡器 (NLB) 并使用 AWS Lambda 授权方对其进行配置。在 Auto Scaling 组中的 Amazon EC2 实例上运行 MQTT 代理。将 Auto Scaling 组设置为 NLB 的目标。将每个设备连接到 NLB。

C. Set up AWS IoT Core. For each device, create a corresponding AWS IoT thing and provision a certificate. Connect each device to AWS IoT Core.

中文翻译:
设置 AWS IoT Core。对于每个设备,创建相应的 AWS IoT 事物并预置证书。将每个设备连接到 AWS IoT Core。

D. Set up an Amazon API Gateway HTTP API and a Network Load Balancer (NLB). Create integration between API Gateway and the NLB. Configure a mutual TLS certificate authorizer on the HTTP API. Run an MQTT broker on an Amazon EC2 instance that the NLB targets. Connect each device to the NLB.

中文翻译:
设置 Amazon API Gateway HTTP API 和网络负载均衡器 (NLB)。在 API Gateway 和 NLB 之间创建集成。在 HTTP API 上配置相互 TLS 证书授权者。在 NLB 定位的 Amazon EC2 实例上运行 MQTT 代理。将每个设备连接到 NLB。

答案

C

解析

正确答案:C 解析: 本题应选择 C。 正确选项: C. 设置 AWS IoT Core。对于每个设备,创建相应的 AWS IoT 事物并预置证书。将每个设备连接到 AWS IoT Core。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:API Gateway、La...

登录后查看完整解析