2 Answers
- Newest
- Most votes
- Most comments
2
Implementing multicast within a single Virtual Private Cloud (VPC) using AWS Transit Gateway is possible Here's is an reference architecture:
https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html once go through these ....
1
Hello,
Implementing multicast within a single Virtual Private Cloud (VPC) using AWS Transit Gateway is possible Here's is an reference architecture:
To read more about Multicast in Transit gateway refer the documentation:
https://docs.aws.amazon.com/vpc/latest/tgw/tgw-multicast-overview.html
Additionally refer this blog post: https://aparna-m2593.medium.com/multicast-in-aws-using-aws-transit-gateway-65161ab9f47d
To implement multicast using a new Transit Gateway (TGW), follow these steps:
- Create a new Transit Gateway and enable multicast.
- Create a multicast domain within the TGW.
- Associate VPC attachments to the multicast domain and select the subnets to include.
- Create a multicast group and choose the ENIs for the multicast senders.
- Register members to the multicast group as multicast receivers.
Relevant content
- asked 10 months ago
- asked 6 years ago
- asked 6 years ago
