Connect to private Amazon RDS without EC2
I see a lot of articles online where EC2 is involved, but since my backend is essentially serverless I have not found much information how to access my RDS once it is turned private. Can anyone point me in the right direction?
Current state:
- Public MySQL RDS
- RDS is accessed by a MySQL client on my local machine (MySQL Workbench) and AWS Lambda functions via my web application (both connecting via SSL)
Future state:
- Private MySQL RDS
- Private RDS would continue to be accessed by only my local machine and only the noted AWS Lambda functions via my web application (I assume continuing to use SSL?)
from Recent Questions - Stack Overflow https://ift.tt/2W8RKEX
https://ift.tt/eA8V8J
Comments
Post a Comment