How can I cause a failover on an Aurora Serverless v1 DB Cluster with no instances?

0

End goal: I'm trying to demonstrate the ability of an application to continue operations after a database failover without manual intervention.

Specs:

  • Db family: aurora-mysql5.7
  • Db engine ver: 2.11.1

Some Attempts:

  • aws rds failover-db-cluster. This results in "You cannot failover DB Cluster with Aurora Serverless"
  • aws rds stop-db-cluster. States it's "not supported for these configurations"
  • modifying the cluster capacity to 0. Only allows for values between 1 - 256

My understanding is I can't use a cluster failover command as with Aurora Serverless the process is automatic. Are there any changes I could make which could guarantee a failover would occur under normal circumstances?

1 回答
0

When you have 2 instances in an aurora cluster, you can restart the writer and this will automatically promote the reader to a writer and the old writer becomes a reader.

That would be your failover demonstration.

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则