You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a cloudformation template which has been created long time ago. It is stopped working after Dec 19,2024 with the following error:
Resource handler returned message: "Cannot invoke "java.lang.Double.doubleValue()"
because the return value of "software.amazon.rds.dbcluster.ServerlessV2ScalingConfiguration.getMinCapacity()" is null
(RequestToken: a498314f-9176-941c-f89b-xyz, HandlerErrorCode: InternalFailure)"
We dont use db.serverless, our instance class DBInstanceClass db.t4g.large
No idea why it hits getMinCapacity error. Is there any change in the RDS cloudformation provider recently?
We have a cloudformation template which has been created long time ago. It is stopped working after Dec 19,2024 with the following error:
We dont use db.serverless, our instance class
DBInstanceClass db.t4g.large
No idea why it hits getMinCapacity error. Is there any change in the RDS cloudformation provider recently?
The text was updated successfully, but these errors were encountered: