ecsy
ecsy copied to clipboard
Support Cloudformation ChangeSets
Anything that does a Cloudformation update should do it as a changeset.
I think it only makes sense to use Change Sets when manual (or automatic?) inspection of the planned changes is done before executing the Change Set. Otherwise it's just an update. So, implementing this issue might require substantial ecsy-user-facing changes.
Yeah, will require some thought. Possibly just a way to defer a deploy or an update to a changeset that you can then apply.