Hello. I have an AWS Aurora RDS which I am upgradi...
# general
f
Hello. I have an AWS Aurora RDS which I am upgrading from serverless v1 to serverless v2. The AWS documentation suggests that the equivalent way to do this in the AWS CLI is to use the
--engine-mode
and
--allow-engine-mode-change
parameters in
modify-db-cluster
(I have confirmed this works via the CLI). If I change my aws.rds.Cluster's
engineMode
value from "serverless" to "provisioned" and try a
pulumi up
, the process fails ("DB Cluster already exists") as it tries to replace the cluster. There doesn't seem to be an equivalent to the
allow-engine-mode-change
parameter in the aws.rds.Cluster definition in the Pulumi documentation. I am using Pulumi version 3.70.0.
Hello, Just wondered if anyone could provide any assistance with my issue. Thanks.