Wondering if it is possible to connect an EC2 instance/ application to a RDS instance (MYSQL), and what the connection string should be? There is some discussions here implying that it may be possible but uncertain of the connection string. What's been suggested is db = DAL('mysql//"*connection string - endpoint?*"') but that looks wrong and hasn't worked. Any one clues on this? TIA
--