stelligent / mu

A full-stack DevOps on AWS framework
https://getmu.io
MIT License
974 stars 135 forks source link

Does mu support ECS with EC2 launch type instead of Fargate? #425

Open JoHuang opened 5 years ago

JoHuang commented 5 years ago

Hi

I only see EC2 provider in examples. Wondering if mu supports ECS-EC2 provider.

Thanks, Jo

chris-d-edwards commented 5 years ago

Hi Jo,

the example here https://github.com/stelligent/mu/wiki/Environments is for ECS on EC2, if you wanted to use fargate you would define the provider as ecs-fargate, or EC2 for only ec2 instances.