This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
Multi ECS Cluster Support
Lots of updates. Added some clean up as well as new features, this is also a breaking change as it changes ecs_cluster_id
which takes a string to ecs_cluster_ids
which takes a list.
- ability to span vault across two ECS Clusters to avoid downtimes when a cluster is cycling due to AMI or other large update ( somewhat a result of the AWS Autoscaling API Issue of March 22 2018)
- Set a log retention period
- extra_tags map which adds tags to resources
- lb_deregistration_delay to allow users to tune the behavior of the task deregistration
- service_minimum_healthy_percent set to 50% by default