I want to connect from a EC2 in US VPC to a private RDS in a EU VPC. The AWS docs don't seem to mention this scenario - does anyone know if it's possible?
Thanks,
I want to connect from a EC2 in US VPC to a private RDS in a EU VPC. The AWS docs don't seem to mention this scenario - does anyone know if it's possible?
Thanks,
AWS does not have an integrated, managed solution to cross-region VPC connectivity.
The "AWS Answers" document Multiple Region Multi-VPC Connectivity explains some of the options currently available.
You can use HAProxy to expose your SQL RDS to a remove client via the open Internet. You'll want to secure this!
Alternatively you can set up a VPN connection so you can route between the two VPCs.