AWSでアプリをBeanstalkからデプロイしたときに表示されたDBコネクションエラー
WARN o.h.e.jdbc.internal.JdbcServicesImpl - HHH000342: Could not obtain connection to query metadata : Cannot create PoolableConnectionFactory (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
パケットがサーバに届いていない。権限問題と思われ
↓
原因
セキュリティグループの設定漏れで、アクセス元からのポート接続ができない状態でしたので
設定修正しました。