https://github.com/datacite/terraform-aws-ecs-service
Creates and manages aws ecs services
https://github.com/datacite/terraform-aws-ecs-service
Last synced: 5 months ago
JSON representation
Creates and manages aws ecs services
- Host: GitHub
- URL: https://github.com/datacite/terraform-aws-ecs-service
- Owner: datacite
- Created: 2023-12-12T12:26:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T16:53:07.000Z (over 2 years ago)
- Last Synced: 2025-09-11T10:47:07.856Z (10 months ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# -terraform-aws-ecs-service
Module for creating a aws ecs service
- Runs an ECS Service with attached default load balancer or not
- Creates a default target group for the service if required (var.setup_alb)
- Creates a default listener for the service if required (var.setup_alb)
- Sets up cloudwatch logs
- Supports either task definitions to be managed via terraform state or externally (var.managed_externally)
- Can specify container definitions or by default will use a basic nginx for initial setup. (var.container_definitions)