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

Allow the addition of all host from an AWS auto scaling group with one command #49

Open
ecstasy2 opened this issue May 11, 2016 · 3 comments

Comments

@ecstasy2
Copy link

I think this could be a great addition to this tool and I could contribute a PR if that is a welcome addition.

@andrewchilds
Copy link
Owner

That sounds great! Would this command handle removing instances that no longer exist in the auto scaling group as well?

@ecstasy2
Copy link
Author

Was thinking of a command that would create a cluster based on an autoscaling group.
I don't know if the current implementation allows for that, but basically before running a command on a cluster we would update the list of instances in it before continuing. Which mean that the user won't need to add/update instances at all.

@andrewchilds
Copy link
Owner

andrewchilds commented May 14, 2016

That makes sense. So once you get a list of ec2 instances, you can just overwrite (or create) the cluster data. Any thoughts about command name? overcast aws sync-auto-scaling-group [cluster] [auto-scaling-group-name]?

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

No branches or pull requests

2 participants