aurora_cf
- aurora.sh - bash script that pass values to yaml
- aurora.yaml: CloudFormation that will create an aurora instance in WEST REGION
- CRR.yaml: Cloudformation that will create a read-replica in EAST REGION
To create a new aurora database
- Login to AWS
- To run the cloudformation, run: aurora.sh <aws_profile>
NOTE: Stack names have to conform to this naming scheme appname-env
aurora.sh <aws_profile> servicename: Examples: app1, app2, app3 env: dev/qa/e2e/prf/prd aws_profile: The profile name in your credentials file region: us-west-2 | us-east-2