Skip to content

Commit 32e9b02

Browse files
authored
chore(rds): deprecate unsupported aurora mysql versions (#30282)
### Reason for this change The following Aurora MySQL versions are no longer supported by RDS: - 5.7.mysql_aurora.2.07.9 - 5.7.mysql_aurora.2.07.10 - 8.0.mysql_aurora.3.01.0 - 8.0.mysql_aurora.3.01.1 - 8.0.mysql_aurora.3.02.0 - 8.0.mysql_aurora.3.02.1 - 8.0.mysql_aurora.3.02.2 - 8.0.mysql_aurora.3.02.3 See - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.30Updates.html ### Description of changes Marked the unsupported Aurora MySQL versions as deprecated and fixed failing integ tests. I have also confirmed that these versions are not configurable via the RDS console. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 3a59d78 commit 32e9b02

File tree

21 files changed

+376
-420
lines changed

21 files changed

+376
-420
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-id.js.snapshot/Default.assets.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-id.js.snapshot/Default.template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
"S3Bucket": {
490490
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
491491
},
492-
"S3Key": "18d379b052acd60e0d086d5b19d9bef956ebc0bd018c5570960125aab0c7f837.zip"
492+
"S3Key": "bde7b5c89cb43285f884c94f0b9e17cdb0f5eb5345005114dd60342e0b8a85a1.zip"
493493
},
494494
"Timeout": 900,
495495
"MemorySize": 128,
@@ -582,7 +582,7 @@
582582
"Ref": "DatabaseSubnets56F17B9A"
583583
},
584584
"Engine": "aurora-mysql",
585-
"EngineVersion": "8.0.mysql_aurora.3.01.0",
585+
"EngineVersion": "8.0.mysql_aurora.3.06.0",
586586
"MasterUserPassword": {
587587
"Fn::Join": [
588588
"",
@@ -625,7 +625,7 @@
625625
"DBClusterIdentifier": {
626626
"Ref": "DatabaseB269D8BB"
627627
},
628-
"DBInstanceClass": "db.t3.small",
628+
"DBInstanceClass": "db.t3.medium",
629629
"Engine": "aurora-mysql",
630630
"PromotionTier": 0
631631
},

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-id.js.snapshot/asset.18d379b052acd60e0d086d5b19d9bef956ebc0bd018c5570960125aab0c7f837/__entrypoint__.js

Lines changed: 0 additions & 147 deletions
This file was deleted.

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-id.js.snapshot/asset.18d379b052acd60e0d086d5b19d9bef956ebc0bd018c5570960125aab0c7f837/index.js

Lines changed: 0 additions & 81 deletions
This file was deleted.

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-id.js.snapshot/asset.bde7b5c89cb43285f884c94f0b9e17cdb0f5eb5345005114dd60342e0b8a85a1/__entrypoint__.js

Lines changed: 155 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-id.js.snapshot/cdk.out

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-id.js.snapshot/instanceIdentifiersTestDefaultTestDeployAssertC062AEBE.assets.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-instance-id.js.snapshot/integ.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)