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 !

質問済み 1年前545ビュー
2回答
1
承認された回答

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

AWS
回答済み 1年前
profile picture
エキスパート
レビュー済み 1年前
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
エキスパート
回答済み 1年前
profile picture
エキスパート
レビュー済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ