Skip to content
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

Open
chughrahul opened this issue Mar 12, 2024 · 6 comments
Open

Capacity Provider Creation #742

chughrahul opened this issue Mar 12, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@chughrahul
Copy link

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.

@chughrahul chughrahul added the enhancement New feature or request label Mar 12, 2024
@JohnPreston
Copy link
Member

Thanks for the PR.
Just so I am clear, you want to create a new Capacity Provider from an existing ASG?
Would you like to also be able to create new ASGs based on an existing Launch Template?
Would you like for compose-x to have an opinionated "default" LT/ASG config?

I used to have implemented that with SpotFleet but then Fargate <3

@chughrahul
Copy link
Author

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.
Any idea how I can achieve this?

@chughrahul
Copy link
Author

Hi @JohnPreston ,
Is there any solution for the issue I mentioned?

@JohnPreston
Copy link
Member

That will be a new feature :)

@JohnPreston
Copy link
Member

Will add for 1.2.0

@JohnPreston
Copy link
Member

Will be done via #754

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants