mattzcarey / aws-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful scripts for deploying and tearing down AWS infrastructure

Before running any of these scripts:

  • Make sure aws cli by running aws --version
  • Make scripts executable by running chmod +x ./scripts/*.sh
  • Setup aws credentials by running aws configure or using Leapp
  • In redeploy.sh, change the STAGE and REGION to the desired values. Update account names to match your aws account names/profiles or uncomment default.

To run redeploy script:

  • Run ./scripts/redeploy-stack.sh

About


Languages

Language:Shell 100.0%