如何解决 create MySQL 5.5.53 read replica with error InvalidParameterCombination, Status 400?

How to resolve create MySQL 5.5.53 read replica with error InvalidParameterCombination, Status 400?

今天我尝试为 MySQL 5.5.53 RDS 创建只读副本,它给我以下错误

Cannot find version 5.5.53 for mysql (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterCombination;

在 UI 版本中创建只读副本无效。我试过AWS cli模式来创建

aws rds create-db-instance-read-replica --db-instance-identifier <read_replica_name> --source-db-instance-identifier <master-server-name> --db-instance-class <class-name> --availability-zone <zone> --no-multi-az --auto-minor-version-upgrade --no-publicly-accessible  --vpc-security-group-ids <vpc-id>

它奏效了。

我今天在尝试为我的一个 RDS 实例加载“修改”页面时遇到此错误。我发现当我从 CloudFormation 堆栈中的“资源”选项卡导航到实例时会发生这种情况,但当我从 RDS 控制台中的“实例”列表导航到实例时不会发生这种情况。 (这两个路径确实会产生不同的 URL,但看起来是同一个页面。)

我想我会添加这个以防它是你的错误消息背后的原因,或者其他人像我一样搜索并找到这个问题。