DNXLabs / terraform-aws-ecs

This terraform module builds an Elastic Container Service(ECS) Cluster in AWS.
https://modules.dnx.one/
Apache License 2.0
29 stars 31 forks source link

Automatically replace frozen EC2 #1

Open adenot opened 5 years ago

adenot commented 5 years ago

Problem: Sometimes EC2 hosts freeze and stay in a state that ASG does not replace them.

Possible solution: use health_check_type=elb so machine gets replaced if it freezes (might need to have a healthcheck container)