I have my production site in us-east-1 region whereas the DR site in us-east-2 region.
We are using terraform to configure the environment but now stuck at the DB part.
- We want to copy the snapshots of our DB from us-east-1 region to the us-east-2 region using terraform.
- We want to create RDS instance using this copied snapshot in us-east-2 region.
Ultimate Goal --> To create a database in us-east-2 region using a snapshot which is available in us-east-1 region, and all this should be done using terraform.