Skip to content

boltops-pro-docs/infra-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This repo contains only the documentation for the private BoltsOps Pro repo code. Original file: https://github.com/boltopspro/infra-aws/blob/master/README.md The docs are publish so they are available for interested customers. For access to the source code, you must be a paying BoltOps Pro subscriber. If are interested, you can contact us at contact@boltops.com or https://www.boltops.com

AWS Reference Architecture

This repo contains an example AWS reference architecture. It uses the Terraspace Framework and a combination of OSS and BoltOps Pro modules.

Deploy

To deploy all the infrastructure stacks:

terraspace all up

To deploy individual stacks:

terraspace up vpc # where vpc is app/stacks/vpc

Dev and Prod Environments

To create multiple environments like dev and prod

TS_ENV=dev  terraspace all up # default
TS_ENV=prod terraspace all up

Stacks Included

The example stacks included deploys:

  • VPC: Virtual Private Network
  • EC2 Instance:

Terrafile

To use more modules, add them to the Terrafile.

About

Public documentation for boltopspro/infra-aws

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published