Hey Everyone, So we have setup our project in typescript.
I'm attempting to Upgrade my RDS Engine version to 15.10 from 14.10 in AWS.
The function when called creates all the related resources like Parametergroup, subnet group, security group and RDS based on args provided.
The parameter group and RDS engine version are decided by same argument named version.
However only a new parameter group gets created the RDS version doesn't gets updated for some reason. I tried this multiple times.
I even provided args like
allowMajorVersionUpgrade
and
applyImmediately
. But there's no luck.
Can anyone please help me with this?
I'm attaching details for better understanding.
If you will take a look at the screenshot only the parameter group name is getting updated in the RDS instance.
But the source code clearly shows that engine version should have been updated as well.
P.S: I have enabled
skipFinalSnapshot
.