jllovet / devops-toolkit

Tools for automating software development and operations processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add mv tool for after updates to cloudformation resources with retention policy of retain

jllovet opened this issue · comments

Some resources that can be defined in cloudformation require a replacement on update and do not allow modification (for instance with the name of an s3 bucket). The proposed enhancement would move the data stored in the original resource into the final resource after the new version was successfully provisioned.

It should be available to run both standalone (move my resources from location A to location B) and as an option that can be specified during a stack update (after finishing the update, move my resources from A to B).