github cloudposse/terraform-aws-ecs-alb-service-task 0.56.0
v0.56.0

latest releases: 0.75.0, v0, 0.74.0...
2 years ago
Add ECS Service with ignore desired_count @realrill (#116)

what

  • Add ignore_desired_count aws_ecs_service that has lifecycle setup to ignore desired_count changes

why

  • Desired count is a rough estimate that can be volatile during peak hours of the service that the containers serve
  • Autoscaling policies may have scaled the number of tasks to above/below the desired count, so on a deployment of a new feature/change we don't want the desired count to be reset

references

  • No GitHub Issue for this as far as I'm aware

Don't miss a new terraform-aws-ecs-alb-service-task release

NewReleases is sending notifications on new releases.