I have created a AWS RDS Postgresql db instance in one VPC and I need to "move" it to another VPC. I created a snapshot of the original db instance. Re-created it in a new VPC (using terraform).
How can I retrieve one particular database from my initial db instance snapshot into the new DB Instance?