kickstarter / cfn-flow

A practical workflow for AWS CloudFormation
168 stars 15 forks source link

Cleanup can't consistently find it's previous stacks #13

Open talaris opened 8 years ago

talaris commented 8 years ago

Sometimes if names are similar it thinks that backing stacks should be cleaned up too. Maybe we could use an extra tag or something to link together versions of stacks.

Finding stacks to clean up
Are you sure you want to shut down elk-logstash-1445471608? y
Deleted stack elk-logstash-1445471608
Are you sure you want to shut down elk-logstash-elb? n
ktheory commented 8 years ago

For now, the backing stack needs to have a different service name (presumably in a different cfn-flow.yml config) than the rest of the stacks.

On Wed, Oct 21, 2015 at 8:17 PM Kyle Burckhard notifications@github.com wrote:

Sometimes if names are similar it thinks that backing stacks should be cleaned up too. Maybe we could use an extra tag or something to link together versions of stacks.

Finding stacks to clean up Are you sure you want to shut down elk-logstash-1445471608? y Deleted stack elk-logstash-1445471608 Are you sure you want to shut down elk-logstash-elb? n

— Reply to this email directly or view it on GitHub https://github.com/kickstarter/cfn-flow/issues/13.