Skip to content

Latest commit

 

History

History

vpc-public-without-bastion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

VPC with bastion

Configuration in this directory creates one VPC with three private and three public subnet, three NAT gateways (one in each public subnet) and an autoscaled bastion host behind an ELB.

Usage

To run this example you need to execute:

$ terraform init
$ terraform plan
$ terraform apply

Note that this example may create resources which can cost money (AWS Elastic IP, for example). Run terraform destroy when you don't need these resources.

Requirements

Name Version
terraform >= 1.0
aws >= 5

Providers

No providers.

Modules

Name Source Version
aws_vpc ../.. n/a

Resources

No resources.

Inputs

No inputs.

Outputs

No outputs.