A programmatic way to automate testing Failover with Aurora DB cluster?

0

Quick question, we are running load tests and wanted to include testing failovers. Current we manually have to hit a button in the RDS dash board, but is there any programmatic way to do this easily, using say C++ , REST or GRPC

  • Please select the answer as Accepted Answer if you feel that it has provided the response to your query. Thanks !

posta un anno fa545 visualizzazioni
2 Risposte
1
Risposta accettata

Yes, either you can use API call for FailoverDBCluster or use AWS CLI command failover-db-cluster.

AWS
con risposta un anno fa
profile picture
ESPERTO
verificato un anno fa
1

Hi, what about AWS Fault Injection Simulator ?

See this blog for its used with RDS: https://aws.amazon.com/blogs/devops/chaos-experiments-on-amazon-rds-using-aws-fault-injection-simulator/

About FIS: https://aws.amazon.com/fis/

It should bring you the automation and repeatability that you are looking for

profile pictureAWS
ESPERTO
con risposta un anno fa
profile picture
ESPERTO
verificato un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande