我正在尝试将数据从 AWS aurora mysql 流式传输/迁移到 BigQuery。通过遵循本文档创建到对等 VPN 网关的高可用性 VPN 网关,我能够 ping 私有和公有子网,反之亦然 - 通过实例/虚拟机。
问题出在数据流上。这是配置文件
连接详情 主机或 IP:aws_cluster_endpoint 端口:3306 用户名:DB_USER 密码:DB_PASSWORD
加密类型:无 连接方式:私有连接(VPC 对等)
测试结果:
Test failed We timed out trying to connect to the data source. Make sure that the hostname and port configuration is correct, and that the data source is available.
我尝试使用此文档来获取证书/SSL
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
放到加密类型上,还是不行,测试失败。
我尝试的另一个是这个私人连接仍然测试结果失败。我认为这仅适用于 GCP 环境。
Make sure that the hostname and port configuration is correct
主机或 IP:aws_cluster_endpoint 端口:3306
难道是这样吗
aws_cluster_endpoint
,您需要使用 ${aws_cluster_endpoint}
)其他可能的原因: 3) 由于某些资源未启用,出现连接超时。 4) 某些网络不包含Datastream 5)错误的DB_USER和DB_PASSWORD是超时的原因