What is the correct way to do it in the free tier? I have a project done using Node and MySQL, it is on my localhost. I made a RDS and i conected the DB by it, but unfortunally i couldnt afford to pay the public key directly on the RDS. So i saw that another way to do it it’s by the conection between VPC, EC2 and RDS. But i watched tens of tutorials, inclding AWS’s channel on youtube, creating VPCs, EC2 instances, RDS instances, adding the IP of the EC2 in the Inbound rules, trying to conect with MySQL Workbench by SSH… I could even conect the RDS with the EC2, installing MySQL on the virtual PC, but i couldnt make it work in general. I dont have idea how to put my MySQL project online using AWS and make a good connection. Everytime i try to conect in Workbench it gives me a error of timeout
- Create a new VPC with sub routes, private and public ones
- Add the ip to the security group on the RDS with the right ports
- I just don’t have idea what to do now
Yuri França is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.