Closed willemarcel closed 5 years ago
When we update a CloudFormation instance, the old version of the EC2 is not being terminated and a new one started. So we need to add auto-terminate to the cfn template start a new EC2 instance when a update is pushed.
Related: https://github.com/hotosm/tasking-manager/issues/1456
Working on fixing ^. We can apply the same fix to OMK, once that's done. 👍
When we update a CloudFormation instance, the old version of the EC2 is not being terminated and a new one started. So we need to add auto-terminate to the cfn template start a new EC2 instance when a update is pushed.