springboot application needs to connect AWS RDS postgres database
I have a springboot application which runs locally for now. But plans to move EC2 or ECS. I am trying to connect AWS RDS postgres from my springboot application. RDS postgres is in private VPC which have few security groups rule configured. So what configuration i need to do now to access AWS postgres from my local and also from EC2/ECS.
I have a springboot application which is running local windows machine that needs to connect AWS RDS postgres database
I have a springboot application which runs locally for now. But plans to move EC2 or ECS. I am trying to connect AWS RDS postgres from my springboot application. RDS postgres is in private VPC which have few security groups rule configured. So what configuration i need to do now to access AWS postgres from my local and also from EC2/ECS.