terraform-aws-ecs-cluster
terraform-aws-ecs-cluster copied to clipboard
Terraform module for building an ECS cluster in AWS
Authors: @jonassvalin @gryff We have migrated the module to use launch_template instead of the deprecated launch_configuration. Most of the values were a 1-to-1 match from attributes in the configuration. Two...
Hello! Due to AWS recommendations to use aws_launch_template instead of aws_launch_configuration looks like it needs to change this module a little bit. https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-config.html Even in the page of Launch configurations...
This ecs-cluster module does not ignore line endings in e.g. cluster.tpl so when I do `terraform init` plus `terraform plan` the "aws_launch_configuration" gets replaced because I am on a Mac...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.14.1 to 2.15.0. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.15.0 Fix a false positive for RSpec/RepeatedDescription when different its block expectations are used. ([@ydah]) Add...
Hi! I added the option of use just the cluster_name
How can integrate the SNS topic with the autoscaling group in this ECS module and send a notification if new EC2 server provisioned
As of version 3.68.0, the Terraform AWS provider supports [specifying account settings flags](https://github.com/hashicorp/terraform-provider-aws/issues/10168). ([Docs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_account_setting_default)) Is it possible to set the `awsvpcTrunking` flag for the container instance role through this module?...
Hi Team Default root volume encryption for the cluster on rest is disabled. The infoblocks cluster supports no input argument for root volume encryption.