I have set up a RDS instance with Multi-AZ support. It ended up in eu-west-1a. It is setup with "Publically available = YES"
I have a EC2 instance in eu-west-1c, from which I want to access the RDS database.
I do this to test connectivity:
nc -zv <db>.eu-west-1.rds.amazonaws.com 3306
.. which times out.
Doing the same command from outside AWS works fine though.
So question is: how can I setup security groups to allow me to connect to a RDS from a EC2 instance in another AZ?