hotosm / OpenMapKitServer

OpenMapKit Server is the lightweight server component of OpenMapKit that handles the collection and aggregation of OpenStreetMap and OpenDataKit data.
http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

Add auto-terminate to CloudFormation template #118

Closed willemarcel closed 5 years ago

willemarcel commented 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.

arunasank commented 5 years ago

Related: https://github.com/hotosm/tasking-manager/issues/1456

Working on fixing ^. We can apply the same fix to OMK, once that's done. 👍