I would like to allow access to an RDS for a group of ip's outside the VPC (devs using workbench). However, I would like to leave 'Publicly Accessible' disabled. Is there a way to do this?
Config: Rds_01 is inside vp_01 which has security group rds_sec_01 attached. Mysql rules for open (0.0. etc).
What I have tried:
- Adding ip's to RDS sec group = No luck
- Opening all traffic on port xx = No luck
Any help would be much appreciated.
Thank you