VyOS SSTP on AWS ECS

I’m wondering if anyone has had any experience running a cluster of VyOS tasks on AWS ECS?

The tasks would run a docker image of VyOS, ideally with Fargate but it appears the --priviledged flag is absolutely necessary. (Not supported with Fargate)

The alternative is to use an EC2 based docker host which would run multiple instances of the VyOS container.

What are the networking implications, given multiple VyOS instances need to make changes to the host networking settings?