What datasource url to use in my springboot application running in EC2 instance for it to connect to private RDS instance in same VPC?
I have a springboot application which uses mySql database. I have set up an EC2 Instance and a private RDS instance. When I was making the RDS instance, in connectivity section I connected it to my Ec2 instance which added some security groups on both ends by itself.
What datasource url to give to my springboot application running in EC2 instance for it to connect to private RDS instance in same VPC?
I have a springboot application which uses mySql database. I have set up an EC2 Instance and a private RDS instance. When I was making the RDS instance, in connectivity section I connected it to my Ec2 instance which added some security groups on both ends by itself.