You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/modules/ecs-daemon-service"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/modules/ecs-daemon-service"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
-
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/releases/tag/v1.3.0"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
18
+
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/releases/tag/v1.4.0"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
20
20
This Terraform Module creates an [ECS Daemon Service](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html)
21
21
that you can use to deploy exactly one task on each active container instance that meets all of the task placement constraints
@@ -33,7 +33,7 @@ environment variables to set, and so on. To actually run an ECS Task, you define
33
33
34
34
## How do you create an ECS cluster?
35
35
36
-
To use ECS, you first deploy one or more EC2 Instances into a "cluster". See the [ecs-cluster module](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/modules/ecs-cluster)
36
+
To use ECS, you first deploy one or more EC2 Instances into a "cluster". See the [ecs-cluster module](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/modules/ecs-cluster)
Set enable to 'true' to prevent the task from attempting to continuously redeploy after a failed health check. Set rollback to 'true' to also automatically roll back to the last successful deployment. If this setting is used, both 'enable' and 'rollback' are required fields.
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/modules/ecs-deploy"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/modules/ecs-deploy"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/releases/tag/v0.37.0"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
@@ -48,7 +48,7 @@ The `run-ecs-task` script assumes you already have the following:
48
48
resource](https://www.terraform.io/docs/providers/aws/r/ecs_task_definition.html). You'll need to know the family
49
49
name and revision of the ECS Task Definition you want to run.
50
50
51
-
Check out the [deploy-ecs-task example](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/examples/deploy-ecs-task) for working sample code of both of the above.
51
+
Check out the [deploy-ecs-task example](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/examples/deploy-ecs-task) for working sample code of both of the above.
52
52
53
53
To run the ECS Task Definition `db-backup` at revision `3` in an ECS Cluster named `ecs-stage` in `us-west-2`, use the
54
54
following command:
@@ -95,11 +95,11 @@ container instead of the command configured in the Task Definition.
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/modules/ecs-fargate"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/modules/ecs-fargate"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/releases/tag/v0.24.1"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
@@ -23,11 +23,11 @@ guide in [the release notes](https://github.com/gruntwork-io/terraform-aws-ecs/r
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/modules/ecs-scripts"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/modules/ecs-scripts"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/releases/tag/v0.32.1"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
@@ -31,7 +31,7 @@ You can install the helpers using the [Gruntwork Installer](https://github.com/g
For an example, see the [Packer](https://www.packer.io/) template under [/examples/example-ecs-instance-ami/build.json](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/examples/example-ecs-instance-ami/build.json).
34
+
For an example, see the [Packer](https://www.packer.io/) template under [/examples/example-ecs-instance-ami/build.json](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/examples/example-ecs-instance-ami/build.json).
35
35
36
36
## Using the configure-ecs-instance helper
37
37
@@ -79,11 +79,11 @@ Run `configure-ecs-instance --help` to see all available options.
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/modules/ecs-service-with-alb"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/modules/ecs-service-with-alb"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/releases/tag/v0.24.1"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
@@ -23,11 +23,11 @@ guide in [the release notes](https://github.com/gruntwork-io/terraform-aws-ecs/r
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.3.0/modules/ecs-service-with-discovery"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v1.4.2/modules/ecs-service-with-discovery"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
17
17
18
18
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/releases/tag/v0.24.1"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
@@ -23,11 +23,11 @@ guide in [the release notes](https://github.com/gruntwork-io/terraform-aws-ecs/r
0 commit comments