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

A finance company runs multiple applications on Amazon EC2 instances in two VPCs that are within a single AWS Region. The company uses one VPC for stock trading applications. The company uses the second VPC for financial applications. Both VPCs are connected to a transit gateway that is configured as a multicast router.

In the stock trading VPC, an EC2 instance that has an IP address of 10.128.10.2 sends trading data over a multicast network to the 239.10.10.10 IP address on UDP Port 5102. The company recently launched two new EC2 instances in the financial application VPC. The new EC2 instances need to receive the multicast stock trading data from the EC2 instance that is in the stock trading VPC.

Which combination of steps should the company take to meet this requirement? (Choose three.)

Answer options

Correct answer: A, D

Explanation

The correct steps involve adding the new EC2 instances to the multicast group and creating an association to the subnets for multicast traffic. Option A is necessary to allow the new instances to receive data, and option D ensures that the subnets are correctly configured for multicast. Options B and E are incorrect as they do not address the necessary multicast group membership and subnet associations needed for data reception.