- The AWS profile is configured on the machine from which the deployment scripts are run (For example
aws configure
- An S3 bucket in the region of the DB deployment, for which the aws credentials used in step 1 has get, put and list permissions
cp profiles/rds-oracle.tfvars.example profiles/rds-oracle.tfvars
./deploy.sh -c all -p rds-oracle
Instructions to deprovision the RDS instance and associated resources created via the deployment script
./teardown.sh -c all -p rds-oracle