2 Respuestas
- Más nuevo
- Más votos
- Más comentarios
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
respondido hace un año
Contenido relevante
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace 4 años
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace 2 años
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.