I am able to access AWS MySQL running on Kubernetes (required access keyId and secret key while setup & configuration).
Errors
When connecting with Spring Boot application to MySQL, I am getting errors:
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Screenshot:
How can I fix this?