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.
関連するコンテンツ
- 質問済み 8年前

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