Skip to content

Instantly share code, notes, and snippets.

View praveendevops1337's full-sized avatar
🏠
Working from home

Pj praveendevops1337

🏠
Working from home
View GitHub Profile
@praveendevops1337
praveendevops1337 / vpc-fargate.yaml
Created April 14, 2022 06:55 — forked from lizrice/vpc-fargate.yaml
Cloudformation template for setting up VPC and subnets for Fargate
# Usage:
# aws cloudformation --region <region> create-stack --stack-name <stack name> --template-body file://vpc-fargate.yaml
# This template will:
# Create a VPC with:
# 2 Public Subnets
# 2 Private Subnets
# An Internet Gateway (with routes to it for Public Subnets)
# A NAT Gateway for outbound access (with routes from Private Subnets set to use it)
#