- Two AWS RDS MySQL databases - moving databases from source to destination.
- Both databases are not publicly accessible, only via an EC2 instance(s) - e.g. you have setup your security groups.
- Can SSH to a target EC2 instance (but of course).
- Sets up two SSH port forwards on local machine - one to source database, another to target.
- Via calls to
transferDatabase()
: