Amazon Aurora Serverless (MySQL):如何加密 jdbc 连接?

Amazon Aurora Serverless (MySQL): How to encrypt jdbc connection?

我想将 Amazon Aurora Serverless 与我的 spring 启动应用程序一起使用。我需要加密我的应用程序和 Aurora 之间的 jdbc 连接,不幸的是我没有找到任何与此主题相关的文档。

有人对这个话题有经验吗? 我如何加密 jdbc 连接?

您的无服务器集群应该已经安装了证书。您不需要任何特定的东西来与端点对话 TLS。

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.tls

您可以使用其他客户端设置并强制执行 SSL 验证模式。 (详细信息在上面的文档 link 中)