AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 67

An IoT company sells hardware sensor modules that periodically send out temperature, humidity, pressure, and location data through the MQTT messaging protocol. The hardware sensor modules send this data to the company's on-premises MQTT brokers that run on Linux servers behind a load balancer. The hardware sensor modules have been hardcoded with public IP addresses to reach the brokers.
The company is growing and is acquiring customers across the world. The existing solution can no longer scale and is introducing additional latency because of the company's global presence. As a result, the company decides to migrate its entire infrastructure from on premises to the AWS Cloud. The company needs to migrate without reconfiguring the hardware sensor modules that are already deployed across the world. The solution also must minimize latency.
The company migrates the MQTT brokers to run on Amazon EC2 instances.
What should the company do next to meet these requirements?

Answer options

Correct answer: B

Explanation

The correct choice is B because it allows the company to minimize latency and scale globally by leveraging AWS Global Accelerator, which provides optimal routing for the traffic. Options A and C do not provide the same level of performance optimization for a global user base as Global Accelerator does, and option D is not suitable for MQTT traffic, which requires TCP traffic management rather than HTTP distribution.