2回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
How are you "disturpting" a AWS network that you believe will cause a Auora Failover?
Many Aurora features apply to the failover mechanism. For example, Aurora detects database problems and activates the failover mechanism automatically when necessary.
Aurora will fail over when it detects an issue with its self. Not communicaiton issues between your clients and the Aurora instance
0
You can test the Aurora failovers using fault injection queries. Please a look at the below URL. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.FaultInjectionQueries.html
回答済み 1年前
関連するコンテンツ
- 質問済み 6年前
- AWS公式更新しました 2年前
Hi Gary, Thank you very much for your quick response, I'm using the AWS FIS with 'aws:network:disrupt-connectivity' and disrupting one subnet(availability zone AZc) where Aurora serverless v2 writer instance also (availability zone AZc) exist. Will it not make any disrupt on my db instance ? If not Is there any way i can make a issue on the writer instance so I can check the failover scenario ?
Afraid that FIS test has no impact on Aurora. This test could be utitlised test ALB/NLB fail over however not for aurora.