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

add ability to lookup multiple cloudformation stacks by tag #67

Open
Guslington opened this issue Dec 7, 2021 · 0 comments · May be fixed by #68
Open

add ability to lookup multiple cloudformation stacks by tag #67

Guslington opened this issue Dec 7, 2021 · 0 comments · May be fixed by #68

Comments

@Guslington
Copy link
Contributor

At the moment a scheduled job has to be created for each stack that needs to be stopped and started or other additional automation has to be build to facilitate the stack lookup.

This functionality could be added to cfn_manage to lookup up a group of stacks based upon a common tag key and value placed on the stack

for example

cfn_manage stop-environment --tag StopStack=true
cfn_manage start-environment --tag StartStack=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants