https://github.com/willgarcia/terraform-aws-vpc
Basic AWS VPC with 1 public / 1 private subnets and a bastion.
https://github.com/willgarcia/terraform-aws-vpc
aws-vpc terraform
Last synced: 6 months ago
JSON representation
Basic AWS VPC with 1 public / 1 private subnets and a bastion.
- Host: GitHub
- URL: https://github.com/willgarcia/terraform-aws-vpc
- Owner: willgarcia
- Created: 2017-03-02T02:01:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T02:04:16.000Z (over 8 years ago)
- Last Synced: 2025-02-05T06:44:27.426Z (8 months ago)
- Topics: aws-vpc, terraform
- Language: HCL
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VPC terraform
VPC with 1 public / 1 private subnets and a [bastion](https://www.sans.org/security-resources/idfaq/what-is-a-bastion-host/2/11).
## Usage
```
$ source env
$ terraform plan
$ terraform apply
```## Resources
* [http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Scenario2.html]
* [Using SSH Through A Bastion Host Transparently](https://10mi2.wordpress.com/2015/01/14/using-ssh-through-a-bastion-host-transparently/)