ecs

anrim/ecs/aws

Terraform Module HCL AWS

A Terraform module that creates an ECS Docker cluster and services

Install
module "ecs" {
source = "anrim/ecs/aws"
version = "1.0.9"
}
plain text: /constructs/tfmod-anrim-ecs-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

AWS ECS Terraform Module Features [x] Create an ECS cluster using the cluster sub-module [x] Create an ALB using the alb sub-module [x] Create an ECS service using the service sub-module [ ] Support awsvpc task networking mode for simple service discovery between services using Route 53 [ ] Support Fargate (managed ECS cluster, run containers without having to manage an ECS cluster) Usage `` module "vpc" { source = "terraform-aws-modules/vpc/aws" version = "~> 1.26.0" name = "app-dev" cidr = "10.10.10.0/24" azs = ["us-east-1a", "us-east-1b", "us-east-1c"] private_subnets = ["10.10.10.0/27", "10.10.10.32/27", "10.10.10.64/27"] public_subnets = ["10.10.10.96/27", "10.10.10.128/27", "10.10.10.160/27"] enable_nat_gateway = true single_nat_gateway = true tags = { Environment = "dev" Owner = "me

Details
FrameworkTerraform Module
LanguageHCL
Version1.0.9
Cloud AWS
★ Stars56
Forks70
Total downloads10.8k
Examples1
Submodules3
LicenseNOASSERTION
Namespaceanrim
Updated