I would like to deploy udp multicast sender and receiver on ECS Fargate within the same VPC. I follow Transit gateway multicast instruction but seems works only for EC2.
I'm wondering is ECS fargate support multicast?
AWS mentions
A non-Nitro instance cannot be a multicast sender
Is fargate use non-Nitro instance by default? or is it configurable?
Very appreciate for any helps, thanks
Here's a blog post on AWS on how to set up udp multicast on ECS:
https://github.com/aws-samples/amazon-ecs-multicast-sample
The page states that the following requirements must be met:
The page also states that Fargate is not yet supported, only on instance backed ECS clusters. So looks like the answer is no.