Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drujensen/terraform-aws-ecs-cluster
Example terraform project for setting up an ECS cluster using FARGATE.
https://github.com/drujensen/terraform-aws-ecs-cluster
Last synced: 10 days ago
JSON representation
Example terraform project for setting up an ECS cluster using FARGATE.
- Host: GitHub
- URL: https://github.com/drujensen/terraform-aws-ecs-cluster
- Owner: drujensen
- Created: 2021-03-08T21:47:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T11:59:28.000Z (8 months ago)
- Last Synced: 2024-10-25T01:35:38.784Z (about 2 months ago)
- Language: HCL
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Security: security.tf
Awesome Lists containing this project
README
# Example Terraform project
This project provides the needed assets to spin up a complete ECS Fargate project.
networking:
- vpc
- public subnet
- private subnet
- multi AZ support
- internet gateway
- routing
- elastic ip
- nat gatewayload balancer:
- alb
- target groupecs:
- cluster
- task definition
- task template
- ecs servicelogging:
- log group
- log streamsecurity:
- roles
- security groupsscaling:
- cloudwatch monitoring
- autoscaling alerts