mefellows / muxy

Chaos engineering tool for simulating real-world distributed system failures
MIT License
823 stars 31 forks source link

Can I use muxy on Fargate containers #24

Closed balajipothula closed 3 years ago

balajipothula commented 4 years ago

How can I use muxy on Fargate containers? Do I have to setup a packet dealy server?

mefellows commented 4 years ago

Sorry I missed this. I've never tried it on Fargate, but I imagine you could. As long as you can run a docker container with this you could start it.

One challenge for network shaping is that I think you'd need the --all linux capability, which I'm fairly confident would not be available on Fargate, so I think that wouldn't work.