tf_aws_ecs icon indicating copy to clipboard operation
tf_aws_ecs copied to clipboard

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-ecs

Results 10 tf_aws_ecs issues
Sort by recently updated
recently updated
newest added

The user_data.tpl template appends the following line to /etc/sysconfig/docker: ``` echo 'OPTIONS="$${OPTIONS} --storage-opt dm.basesize=${docker_storage_size}G"' >> /etc/sysconfig/docker ``` The amzn2 ECS images use a proper systemd unit to start docker instead...

``` Error: Attribute redefined on .terraform/modules/ecs-cluster/main.tf line 68, in resource "aws_autoscaling_group" "ecs": 68: tags = ["${var.extra_tags}"] The argument "tags" was already set at .terraform/modules/ecs-cluster/main.tf:62,3-7. Each argument may be set only...

This pull request contains modifications allowing the use of spot instances for cluster instances. It also upgrades the configuration to HCL2 for use in Terraform 0.12.

* Gives more control over the egress outbound traffic from the ECS instances

The desired capacity of an autoscaling group can be changed externally due to autoscaling rules. This means that this Terraform resource should not try and change/overwrite this value when updating,...

The module creates a security group allowing all traffic from everywhere. Not sure that's a safe default. There should at least be a warning about this behavior (I don't think...

This is not working for windows. The error I get seemed to be related to the way you are adding an EBS volume? Trying this: ``` data "aws_ami" "win_ecs" {...

Hi @tfhartmann, Could you please migrate this module to https://github.com/terraform-aws-modules/terraform-aws-ecs ? Send pull-requests, and we discuss the process as we go. This module is a good candidate to be very...

Includes a default value of `10m`, which is TF's default as well. We have some ASGs that keep timing out when we adjust capacity.