Skip to content

Instantly share code, notes, and snippets.

View moses-gangipogu's full-sized avatar

Moses Gangipogu moses-gangipogu

View GitHub Profile
@moses-gangipogu
moses-gangipogu / vpc-fargate-custom.yaml
Last active July 17, 2018 19:49
custom vpc subnet
Parameters:
EnvironmentName:
Description: Enter VPC Name
Type: String
Default: "defaultName"
Resources:
PubPrivateVPC:
Type: 'AWS::EC2::VPC'
Properties:
@moses-gangipogu
moses-gangipogu / vpc-fargate-dynamic-az.yaml
Last active July 15, 2018 19:38 — forked from lizrice/vpc-fargate.yaml
Cloudformation template for setting up VPC and subnets for Fargate
#Dynamic AZ's
Parameters:
EnvironmentName:
Description: Enter VPC Name
Type: String
Default: "defaultName"
AZ1:
Description: Enter AZ1 Name
Type: String