Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the solution that requires the minimum operational effort to fulfill these requirements?
A
Set up AWS loT Core. For each device, create a corresponding Amazon MQ queue and provision a certificate. Connect each device to 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 NLConnect each device to theNLB.
C
Set up AWS loT Core. For each device, create a corresponding AWS loT thing andprovisiona certificate.Connecteach device to AWsloT Core.
D
Set up an Amazon API Gateway HTTP API and a Network Load Balancer (NLB) Create integration between APl Gateway and the NLB. Configure a mutual TLS certificate authorizer on the HTTP APi. Run an MQTT broker on an Amazon EC2 instance that theNLBtargets.Connect each device to the NLB.