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

An IoT company collects data from thousands of sensors that are deployed in the Unites States and South Asia. The sensors use a proprietary communication protocol that is built on UDP to send the data to a fleet of Amazon EC2 instances. The instances are in an Auto Scaling group and run behind a Network Load Balancer (NLB). The instances, Auto Scaling group, and NLB are deployed in the us-west-2 Region.

Occasionally, the data from the sensors in South Asia gets lost in transit over the internet and does not reach the EC2 instances.

Which solutions will resolve this issue? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Using AWS Global Accelerator with the existing NLB improves the availability and performance of the application by routing traffic to the optimal endpoint. Setting up a second deployment of EC2 instances and NLB in the ap-south-1 Region with latency routing minimizes delays for South Asia traffic. The other options do not effectively address the packet loss issue or improve latency for South Asia sensors.