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/v0.38.8/modules/ecs-cluster"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/v0.38.9/modules/ecs-cluster"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/v0.38.8"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/v0.38.9"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
20
20
This Terraform Module launches an [EC2 Container Service
21
21
Cluster](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_clusters.html) that you can use to run
22
-
Docker containers and services (see the [ecs-service module](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/modules/ecs-service/README.adoc)).
22
+
Docker containers and services (see the [ecs-service module](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.9/modules/ecs-service/README.adoc)).
23
23
24
24
**WARNING: Launch Configurations:**[Launch configurations](https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html) are being phased out in favor of [Launch Templates](https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-templates.html). Before upgrading to the latest release please be sure to test and plan any changes to infrastructure that may be impacted. Launch templates are being introduced in [PR #371](https://github.com/gruntwork-io/terraform-aws-ecs/pull/371)
25
25
@@ -32,7 +32,7 @@ ECS and register itself as part of the right cluster.
32
32
33
33
## How do you run Docker containers on the cluster?
34
34
35
-
See the [service module](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/modules/ecs-service/README.adoc).
35
+
See the [service module](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.9/modules/ecs-service/README.adoc).
36
36
37
37
## How do you add additional security group rules?
38
38
@@ -97,7 +97,7 @@ currently no way in ECS to manage IAM policies on a per-Docker-container basis.
97
97
98
98
## How do you make changes to the EC2 Instances in the cluster?
99
99
100
-
To deploy an update to an ECS Service, see the [ecs-service module](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/modules/ecs-service). To deploy an update to the
100
+
To deploy an update to an ECS Service, see the [ecs-service module](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.9/modules/ecs-service). To deploy an update to the
101
101
EC2 Instances in your ECS cluster, such as a new AMI, read on.
102
102
103
103
Terraform and AWS do not provide a way to automatically roll out a change to the Instances in an ECS Cluster. Due to
@@ -127,8 +127,8 @@ To deploy a change such as rolling out a new AMI to all ECS Instances:
If you have your output variables configured as shown in [outputs.tf](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/examples/docker-service-with-elb/outputs.tf)
131
-
of the [docker-service-with-elb example](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/examples/docker-service-with-elb), you can use the `terraform output`
130
+
If you have your output variables configured as shown in [outputs.tf](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.9/examples/docker-service-with-elb/outputs.tf)
131
+
of the [docker-service-with-elb example](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.9/examples/docker-service-with-elb), you can use the `terraform output`
132
132
command to fill in most of the arguments automatically:
133
133
134
134
```
@@ -181,8 +181,8 @@ To deploy a change such as rolling out a new AMI to all ECS Instances:
If you have your output variables configured as shown in [outputs.tf](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/examples/docker-service-with-elb/outputs.tf)
185
-
of the [docker-service-with-elb example](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/examples/docker-service-with-elb), you can use the `terraform output`
184
+
If you have your output variables configured as shown in [outputs.tf](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.9/examples/docker-service-with-elb/outputs.tf)
185
+
of the [docker-service-with-elb example](https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.9/examples/docker-service-with-elb), you can use the `terraform output`
186
186
command to fill in most of the arguments automatically:
187
187
188
188
```
@@ -235,7 +235,7 @@ enable Capacity Providers on an existing ECS cluster that did not have Capacity
235
235
instances to ensure all the instances get associated with the new Capacity Provider.
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/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/v0.38.9/modules/ecs-daemon-service"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.38.7"className="link-button"title="Release notes for only versions which impacted this module.">Release Notes</a>
19
19
@@ -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/v0.38.8/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/v0.38.9/modules/ecs-cluster)
<ahref="https://github.com/gruntwork-io/terraform-aws-ecs/tree/v0.38.8/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/v0.38.9/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/v0.38.8/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/v0.38.9/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/v0.38.8/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/v0.38.9/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
0 commit comments