Skip to content

This is a terraform module to create an AWS infrastructure (VPC, Public, Private and Secure Subnet for data layer). See description

Notifications You must be signed in to change notification settings

felipesqf/terraform-fargate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform-Fargate-Cluster

This is a terraform module to create an AWS infrastructure (VPC, Public, Private and Secure Subnet for data layer).

Creates the following:

  • VPC
  • 2 Public Subnets, 2 Private Subnets and 2 Secure Subnets in different Availability Zones
  • Route Table
  • NAT Gateway
  • Internet Gateway
  • Route Table and Association
  • ECS Cluster (Fargate)

Required Input

  • region (string)
  • availability_zone (list(string))
  • vpc_name (string)
  • vpc_cidr (string)
  • secure_cidr (list(string))
  • private_cidr (list(string))
  • public_cidr (list(string))
  • number_resources (number)

Commands

  • terraform init
  • terraform plan
  • terraform apply

About

This is a terraform module to create an AWS infrastructure (VPC, Public, Private and Secure Subnet for data layer). See description

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages