Create a static source multicast domain using Amazon VPC Transit Gateways - Amazon VPC
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Create a static source 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 a static multicast domain using the console
  1. Open the Amazon VPC console at https://console.amazonaws.cn/vpc/.

  2. On the navigation pane, choose Transit Gateway Multicast.

  3. Choose Create transit gateway multicast domain.

  4. For Name tag, enter a name to identify the domain.

  5. For Transit gateway ID, choose the transit gateway that processes the multicast traffic.

  6. For IGMPv2 support, clear the checkbox.

  7. For Static sources support, select the checkbox.

  8. To automatically accept cross-account subnet associations for this multicast domain, select Auto accept shared associations.

  9. Choose Create transit gateway multicast domain.

To create a static multicast domain using the Amazon CLI

Use the create-transit-gateway-multicast-domain command.

aws ec2 create-transit-gateway-multicast-domain --transit-gateway-id tgw-0xexampleid12345 --options StaticSourcesSupport=enable,Igmpv2Support=disable