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 stack prefix wildcard support for snapshot purging #27

Open
cliffano opened this issue Aug 7, 2018 · 0 comments
Open

Add stack prefix wildcard support for snapshot purging #27

cliffano opened this issue Aug 7, 2018 · 0 comments

Comments

@cliffano
Copy link
Collaborator

cliffano commented Aug 7, 2018

Currently Stack Manager snapshots purging supports StackPrefix parameter, but this is not good enough because a team wants to manage a number of environments from a single stack manager. Other than that, another problem is that stack prefix is often not known during the creation of Stack Manager.

We need to introduce a stack prefix wildcard support. This way user can:

  1. define a stack prefix wildcard, e.g. myorg-* , which will then only purge snapshots taken from environments with stack prefix which fits the wildcard regex
  2. leave the wildcard as empty, which will then purge the snapshots across the account

This new stack prefix wildcard support will provide a boundary support for Stack Manager, essentially allowing multiple teams to have one Stack Manager each, with the wildcard as the boundary.

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

No branches or pull requests

1 participant