-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capacity Provider Creation #742
Comments
Thanks for the PR. I used to have implemented that with SpotFleet but then Fargate <3 |
Yes I want to create new Capacity Provider from an existing ASG as I deploy my services on EC2. Even better if I would be able to create new ASG based on existing Launch Template, map capacity providers to it and create a cluster with that capacity provider. |
Hi @JohnPreston , |
That will be a new feature :) |
Will add for 1.2.0 |
Will be done via #754 |
Hi @JohnPreston
Is there any method that can create a new Capacity Provider from an existing auto scaling group? Or even better, if the auto scaling group can be created from the compose-x along with the capacity provider? If yes, can you please provide a template for how it can be done?
Use case-
I'm creating a compose-x from my docker compose so as to deploy every service from start to end on aws. These include cluster creation (platform - EC2 containers), service creation, auto scaling group, capacity providers, load balancers etc.
The text was updated successfully, but these errors were encountered: