Skip to content

Files

This branch is 815 commits behind widdix/aws-cf-templates:master.

vpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 27, 2017
Feb 17, 2017
Feb 17, 2017
Feb 17, 2017
Feb 17, 2017
Feb 17, 2017
Feb 17, 2017
May 4, 2017
May 4, 2017
Feb 17, 2017
May 3, 2017
May 3, 2017

VPC Templates for AWS CloudFormation

Find the documentation here: http://templates.cloudonaut.io/en/stable/vpc/

Developer notes

RegionMap

To update the region map execute the following lines in your terminal:

$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.03.0.20170417-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n  AMI: '$ami'\n"; done

NAT RegionMap

To update the region map execute the following lines in your terminal:

$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-vpc-nat-hvm-2017.03.0.20170417-x86_64-ebs" --query "Images[0].ImageId" --output "text"); printf "'$region':\n  NATAMI: '$ami'\n"; done

License

All templates are published under Apache License Version 2.0.

Premium Support

We offer Premium Support for our CloudFormation templates: setting up environments based on our templates, adopting templates to specific use cases, resolving issues in production environments. Hire us!

Feedback

We are looking forward to your feedback. Mail to [email protected].

About

A cloudonaut.io project. Engineered by widdix.