hackoregon / civic-devops

Master collection point for issues, procedures, and code to manage the HackOregon Civic platform
MIT License
11 stars 4 forks source link

Add ECS volume setting to cloudformation #164

Closed iant01 closed 6 years ago

iant01 commented 6 years ago

Currently when the ecs volume size is changed manually, if the instance is replaced due to and update or an instance dies or is manually stopped, the volume changes are lost. Adding the setting to the instance launch configuration enables a central place to make the change, cause it to be pushed out by autoscaler and makes sure that if an instance is replaced it has the same volume size and does not return to the default 22 GB size.

iant01 commented 6 years ago

merge/pull 37 submitted.

MikeTheCanuck commented 6 years ago

Presume you meant to link to this PR https://github.com/hackoregon/hackoregon-aws-infrastructure/pull/37