NOTE: This repo contains only the documentation for the private BoltsOps repo code. Original file: https://github.com/boltops-pro/terraspace-pro-eks/blob/master/README.md The docs are publish so they are available for interested subscribers. For access to the source code, you can become a BoltOps subscriber. See: https://learn.boltops.com
This repo contains an example AWS reference architecture. It uses the Terraspace Framework and a combination of OSS and BoltOps Pro modules.
To deploy all the infrastructure stacks:
terraspace all up
To deploy individual stacks:
terraspace up vpc # where vpc is app/stacks/vpc
To create multiple environments like dev and prod
TS_ENV=dev terraspace all up # default
TS_ENV=prod terraspace all up
The example stacks included deploys:
- VPC: Virtual Private Network
- EC2 Instance:
To use more modules, add them to the Terrafile.