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 !

asked 10 months ago519 views
2 Answers
1
Accepted Answer

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

AWS
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago
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
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions