base2Services / base2Services/cfn-start-stop-stack
add ability to lookup multiple cloudformation stacks by tag
Open
cfn-manage
enhancement
wontfix
- Dominant language
- Ruby
- Stars
- 11
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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
```sh
cfn_manage stop-environment --tag StopStack=true
cfn_manage start-environment --tag StartStack=true
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.