Hard1 markMultiple Choice
AWS SAP-C02 · Question 71 · Domain 4.2: New Architecture Design
A company is migrating a legacy application that relies on multicast networking. AWS VPCs do not natively support multicast. Which THREE approaches can be used to support this workload on AWS? (Select THREE)
A company is migrating a legacy application that relies on multicast networking. AWS VPCs do not natively support multicast. Which THREE approaches can be used to support this workload on AWS? (Select THREE)
Answer options:
A.
Use AWS Transit Gateway Multicast.
B.
Deploy a software-based multicast overlay network on EC2 instances.
C.
Refactor the application to use Amazon SNS (publish/subscribe) instead of multicast.
D.
Enable the 'Multicast' flag on the VPC settings.
E.
Use an Application Load Balancer.
F.
Use AWS Direct Connect to route multicast traffic directly to the VPC router.
How to approach this question
Identify workarounds and native solutions for multicast.
Full Answer
While VPCs drop multicast, you can use Transit Gateway Multicast, build an overlay network, or refactor the app to use cloud-native pub/sub (SNS).
Common mistakes
Assuming VPCs natively support multicast routing.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert