Create an IGMP multicast domain using Amazon VPC Transit Gateways
If you have not already done so, review the available multicast domain attributes. For more information, see Multicast domains in Amazon VPC Transit Gateways.
To create an IGMP multicast domain using the console
Open the Amazon VPC console at https://console.amazonaws.cn/vpc/
. -
On the navigation pane, choose Transit Gateway Multicast.
-
Choose Create transit gateway multicast domain.
-
For Name tag, enter a name for the domain.
-
For Transit gateway ID, choose the transit gateway that processes the multicast traffic.
-
For IGMPv2 support, select the checkbox.
-
For Static sources support, clear the checkbox.
-
To automatically accept cross-account subnet associations for this multicast domain, select Auto accept shared associations.
-
Choose Create transit gateway multicast domain.
To create an IGMP multicast domain using the Amazon CLI
Use the create-transit-gateway-multicast-domain
aws ec2 create-transit-gateway-multicast-domain --transit-gateway-id
tgw-0xexampleid12345
--options StaticSourcesSupport=disable,Igmpv2Support=enable