aws-cdk icon indicating copy to clipboard operation
aws-cdk copied to clipboard

fix(rds): changing engine versions would fail to update on DBInstances that were part of a DBCluster

Open joshlartz opened this issue 3 years ago • 2 comments

Engine version should not be set on instances that are part of a cluster. The cluster is responsible for this setting and throws an API error when an update is attempted on them.

closes #22180


All Submissions:

Adding new Unconventional Dependencies:

  • [x] This PR adds new unconventional dependencies following the process described here

New Features

  • [x] Have you added the new feature to an integration test?
    • [x] Did you use yarn integ to deploy the infrastructure and generate the snapshot (i.e. yarn integ without --dry-run)?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

joshlartz avatar Sep 22 '22 03:09 joshlartz

gitpod-io[bot] avatar Sep 22 '22 03:09 gitpod-io[bot]

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

mergify[bot] avatar Sep 26 '22 15:09 mergify[bot]

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

mergify[bot] avatar Sep 26 '22 16:09 mergify[bot]

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: bad754b878a75217d81811a6658dd12224455fc6
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

aws-cdk-automation avatar Sep 26 '22 16:09 aws-cdk-automation