Relative Content

Tag Archive for amazon-rds

Unable to connect to AWS RDS database

After setting up my aws mysql database few months ago with the configured security groups and enabled public access, I was able to connect to it until today. Tested using sqlelectron, couldn’t work. Anybody experiencing this recently?

how to create a database/table in aws via terraform?

I have created a rds via terraform. from a security perspective, can a rds instance be inside a vpc. if yes, do i need to create a route 53 domain name and connect it to a link that is generated by aws to connect to the database?
any examples of setting up database and tables and secure way to connect would be great.