bash-my-aws / bash-my-aws

Bash-my-AWS provides simple but powerful CLI commands for managing AWS resources

Home Page:https://bash-my-aws.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add changeset support to stack-functions

mbailey opened this issue · comments

CloudFormation changesets have appeal:

  • show whether a resource will be replaced (breaking references from things like SecurityGroups)
  • they won't apply if another change happens to stack since the changeset was created (confirm this)

good idea, not implemented