Skip to content

Releases: DNXLabs/terraform-aws-ecs

4.4.0

24 Jul 05:53

Choose a tag to compare

Currently, the aws_lb_listener is provisioned using the default SSL policy "ELBSecurityPolicy-2016-08" for HTTPS Listeners. Adding this var we can select the desired policy, but it still setting "ELBSecurityPolicy-2016-08" as the default policy.

variable "alb_ssl_policy" {
  default     = "ELBSecurityPolicy-2016-08"
  description = "Select a SSL policy for the ALB Listener"
}

4.3.2

03 Jul 07:08

Choose a tag to compare

• Added AWS Backup tags

4.3.1

22 Jun 11:15

Choose a tag to compare

BUGFIXES

  • Option to disable latency alarm when threshold is set to zero

4.3.0

02 May 07:48

Choose a tag to compare

FEATURES

  • Adding alarm for low credit balance on EFS

4.2.1

01 May 06:03

Choose a tag to compare

  • Fix bug on internal ALB missing inbound rule on ECS node

4.2.0

23 Apr 01:50

Choose a tag to compare

  • Adding optional internal ALB for private APIs

4.1.0

13 Apr 05:44

Choose a tag to compare

  • Scheduler to scale ASG to zero outside business hours

4.0.0

07 Apr 02:24
a6ec7c0

Choose a tag to compare

  • Blue-green using test listener
  • Allow real blue-green with manual cutover

3.3.1

27 Mar 05:14

Choose a tag to compare

  • Improving how alarms deal with missing data and adjusting anomaly detection

3.3.0

26 Mar 02:56

Choose a tag to compare

  • Adding more cloudwatch alarms for cluster resources