1 個回答
- 最新
- 最多得票
- 最多評論
1
Hello.
Is it possible that Aurora Serverless has a multi-AZ configuration and the subnet where RDS Proxy is running is different from the subnet where Aurora Serverless's primary is running?
RDS Proxy always connects to the primary instance, so if the primary instance is in a different subnet, communication may become impossible due to network ACLs.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy-endpoints.html
In other words, please check to see if you are in a state like the image below.
相關內容
- 已提問 9 個月前

Well, that actually makes perfect sense. I didn't think about the cross-az traffic. Thanks!