Skip to content

yunyanggit/goldbase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Goldbase Quick Start 💸

If you want to try the Goldbase CloudFormation stacks, this is way easier than figuring out what you need to do from that pdf.

Prereqs:

To get yourself going:

  • clone this repo
  • change the variable values below
  • run the cloudformation command
az1="choose-an-availabilty-zone"
az2="choose-a-different-availabilty-zone-in-same-region"
dbpass="a-secure-password"
# if you already have cloudtrail set up, leave this as false
newaccount=false

aws cloudformation create-stack --stack-name goldbase-$(date +%Y%m%d%H%M%S) \
  --template-body file://main-webapp-linux.json \
  --disable-rollback \
  --capabilities="CAPABILITY_IAM" \
  --parameters \
    ParameterKey=pKeyName,ParameterValue=$keyname \
    ParameterKey=pRegionAZ2Name,ParameterValue=$az1 \
    ParameterKey=pRegionAZ1Name,ParameterValue=$az2 \
    ParameterKey=pCreateCloudTrail,ParameterValue=$newaccount \
    ParameterKey=pDBPassword,ParameterValue=$password

It'll take about 30m for everything to get up and running (and probably like 25 of those are RDS.)

About

goldbase cfn templates

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors