- To spin up your database, use
iac-rds-pgsql.yml
andiac-rds-params.json
files - Update values in
iac-rds-params.json
to suite your need - From your terminal, execute
bash bash_scripts/create.sh 'your_stack_name_here' iac-rds-pgsql.yml iac-rds-params.json
to spin up your Amazon RDS PostgreSQL database.
- To spin up your database, use
iac-app-server.yml
andiac-app-server-params.json
files - Update values in
iac-app-server-params.json
to suite your need - From your terminal, execute
bash bash_scripts/create.sh 'your_stack_name_here' iac-app-server.yml iac-app-server-params.json
to spin up your EC2 instance and get your application up and running
- To spin up your redis elastic cache cluster, use
iac-elastic-cache.yml
andiac-elastic-cache-params.json
files - Update values in
iac-elastic-cache-params.json
to suite your need - From your terminal, execute
bash bash_scripts/create.sh 'your_stack_name_here' iac-elastic-cache.yml iac-elastic-cache-params.json
to spin up your Redis ElastiCache Cluster up and running