spring-cloud-aws
spring-cloud-aws copied to clipboard
Support connect to RDS databases using SSL
The JDBC URL created by Spring Cloud AWS doesn't have SSL parameters and doesn't allow applications to pass additional parameters in the EnableRdsInstance annotation or cloud.aws.rds. properties. Ideally, it should also set up AWS RDS CA automatically (if the app chooses to use SSL).