AWS CLI modify-db-cluster fails with unsupported DbClusterInstanceClass #9077
Labels
bug
This issue is a bug.
closed-for-staleness
p2
This is a standard priority issue
rds
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the bug
When trying to modify restored cluster using AWS CLI I'm getting error:
An error occurred (InvalidParameterCombination) when calling the ModifyDBCluster operation: DbClusterInstanceClass isn't supported for DB engine aurora-postgresql even though db.serverless is on the list when I do
aws cli describe-db-instance-options
for aurora-postgresql engine in eu-west-1 region.Regression Issue
Expected Behavior
I should be able to modify db cluster instance class to db.serverless
Current Behavior
An error occurred (InvalidParameterCombination) when calling the ModifyDBCluster operation: DbClusterInstanceClass isn't supported for DB engine aurora-postgresql.
Reproduction Steps
aws cli modify-db-cluster aurora-postgres-cluster-restored --db-cluster-instance-class db.serverless
Possible Solution
No response
Additional Information/Context
No response
CLI version used
1.36.3, 2.21.2, 1.22
Environment details (OS name and version, etc.)
Linux 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 22.04
The text was updated successfully, but these errors were encountered: