Skip to content

Releases: jetbrains-infra/terraform-aws-ecs-cluster

Bug fix

06 Nov 11:34
Compare
Choose a tag to compare

In some cases you can face the following error:

│ Error: updating Auto Scaling Group (CLUSTER_NODES_20231104105143509000000009): InvalidParameter: 1 validation error(s) found.
│ - minimum field size of 1, UpdateAutoScalingGroupInput.DesiredCapacityType.

This fix sets the ASG desired_capacity_type parameter to its default value units.

Allow running cluster without nat service

06 Nov 11:30
Compare
Choose a tag to compare

Now it's possible to spin up ECS clusters in internet faced networks without NAT service.

New optional parameter was introduced: nodes_with_public_ip = false

Small improvements

07 Jul 11:15
6da0f25
Compare
Choose a tag to compare

Since now you can avoid specification of the default capacity strategy.

Bugfix

17 Nov 14:14
de0e907
Compare
Choose a tag to compare
  • [*] Do not recreate the security group if the corresponding data resource was updated.

Bugfix

28 Dec 14:48
55692e5
Compare
Choose a tag to compare

Ignore changes to aws_autoscaling_group.ecs_nodes desired_capacity

arm64 & lifecycle hooks support

04 Oct 17:43
Compare
Choose a tag to compare
v0.5.2

feat: arm64 support

Support of on-demand part of cluster

25 Aug 08:59
e618f26
Compare
Choose a tag to compare
Merge pull request #5 from pkos98/on-demand-base-capacity

implement support for "on_demand_base_capacity"

Introduce user data support

03 Mar 14:20
Compare
Choose a tag to compare
v0.5.0

chore: Update default version of lt for each update

Bugfix

11 Oct 17:19
Compare
Choose a tag to compare

Disabled scale-in should be set for the capacity provider as well as for ASG.

Small improvements

18 Aug 20:28
Compare
Choose a tag to compare
  • Activate automatic node draining if ECS nodes are spot instances
  • Allow disabling scale-in protection for ECS nodes ASG