Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Releases: skyscrapers/terraform-ecs

Fix prometheus deployment strategy

02 Apr 08:30
cac7ad9
Compare
Choose a tag to compare
Set minimum health percent to 0 for prometheus (#21)

* Set minimum health percent to 0 for prometheus

In the current setup, Prometheus uses a single efs file system, which means that there can only be one Prometheus container running simultaneously in the cluster.

Without this the rolling updates don't work because ECS cannot drain the node where Prometheus is working

* Clarify comment

Update default teleport version to 3.1.8

01 Apr 15:45
Compare
Choose a tag to compare
2.0.3

Update default teleport version and user-data module

2.0.2

29 Nov 10:44
46aa198
Compare
Choose a tag to compare
Bump teleport_bootstrap_script to v3.3.5 (#18)

2.0.1

28 Nov 08:57
ebad182
Compare
Choose a tag to compare

Minor Monitoring update:

  • Fixes alertmanager slack username

2.0.0 Adding monitoring for ECS

13 Nov 17:26
Compare
Choose a tag to compare

This release adds Monitoring for ECS. More details about this release can be found in the associated PR #16

1.3.0 adding user-data

16 Jul 14:56
2bddf19
Compare
Choose a tag to compare

This release introduces the user-data module that allows to create some basic configurations to connect the ecs node to the cluster, add a security iptable patch and (if available) connect the node directly to teleport for remote accessing.

1.2.2 Introduce a shorter IAM role name

13 Jul 15:04
4b9ad24
Compare
Choose a tag to compare

Shorten IAM role name by removing terraform.env var from it

1.2.1

03 Jul 10:01
85415d6
Compare
Choose a tag to compare

This release just adds the ecs_instance_profile_arn output for the ecs-cluster module

1.2.0: Module to create an ECR repository with attached policies (#11)

24 May 08:34
Compare
Choose a tag to compare
* Module to create an ECR repository with attached lifecycle policy and IAM pull & push policies.

* Made variables & outputs names consistent with underscores.

* Using aws_iam_policy_document data source.

* Making the ecr repository lifecycle policy optional.

* Dropped the `repository_description` variable.

1.1.1

20 Feb 11:03
a3c5292
Compare
Choose a tag to compare
use a list for sg