terraform-aws-ecs-cluster
terraform-aws-ecs-cluster copied to clipboard
Terraform module for building an ECS cluster in AWS
EBS encryption enabled Default it was disabled
After the creation of the new cluster, it enabled default detailed monitoring of EC2 instances, which caused the high AWS bill. 
It turns out that `aws_autoscaling_attachment` is very dodgy and is best avoided. This simple change allows one to add the target groups directly to the ASG. Closes #18
To allow for ingress we need load balancers that are attached to the ASG used to manage the ECS cluster. I had attempted to do this with `aws_autoscaling_attachment` but the...
Hello, I was wondering how you use the YAML defined in terraform-aws-ecs-cluster/config/defaults.yaml to invoke the terraforn init ..., terraforn plan ..., terraform apply ... I love to use YAML to...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 2.28.0. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.28.0 Extract RSpec Rails cops to a separate repository, rubocop-rspec_rails. The rubocop-rspec_rails repository is a dependency...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.0 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@flavorjones) Changed [CRuby] XML::Reader sets...
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.59.0 to 1.62.1. Release notes Sourced from rubocop's releases. RuboCop 1.62.1 Bug fixes #12761: Fix a false positive for Style/HashEachMethods when the key block argument of Enumerable#each...
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.19.0 to 1.19.1. Release notes Sourced from git's releases. Release v1.19.1 v1.19.1 (2024-01-13) Full Changelog Changes since v1.19.0: f97c57c Announce the 2.0.0 pre-release (#682) Changelog Sourced from...