terraform-aws-ecs icon indicating copy to clipboard operation
terraform-aws-ecs copied to clipboard

This terraform module builds an Elastic Container Service(ECS) Cluster in AWS.

Results 10 terraform-aws-ecs issues
Sort by recently updated
recently updated
newest added

This change support using a custom CIDR range for ALB, so you can block public access while still being able to use most of the scenarios. - Use alb_sg_custom_cidr_blocks to...

Issue related to the initiative: Project Checkov

### Contact Details (optional) [email protected] ### Summary Hello, I just checked the package and noticed that there is no way to add more than one path for ALB. Most of...

feature-request
Amazon Q development agent

### Contact Details (optional) _No response_ ### Summary The objective os this issue is to force the usage of Instance Metadata Service Version 2 into our EC2 instances. The terraform...

enhancement
good first issue
Hacktoberfest

Problem: Sometimes EC2 hosts freeze and stay in a state that ASG does not replace them. Possible solution: use health_check_type=elb so machine gets replaced if it freezes (might need to...

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request,...

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request,...

Terraform errors if the `default_tags` block have the same tag as the tags on a resource. A better way to manage this is to put all tags on the `default_tags`...

…imized - Add spot_allocation_strategy variable to _variables.tf with default value 'price-capacity-optimized' - Update asg.tf to use the new variable in instances_distribution block - Remove spot_instance_pools parameter as it's not compatible...

This pull request adds path-based routing capabilities to the ECS module, allowing multiple services to run within a single ECS cluster while routing traffic based on URL paths. The key...