Skip to content

Commit

Permalink
chore(rds): deprecate unsupported engine version 3.03 for aurora mysql (
Browse files Browse the repository at this point in the history
aws#31386)

### Reason for this change



Aurora MySQL version 3.03 (3.03.0 - 3.03.3) is deprecated now.

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.30Updates.html

### Description of changes



Deprecated the versions and no longer use the versions in integ tests.

### Description of how you validated changes



### 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*
  • Loading branch information
go-to-k authored Sep 11, 2024
1 parent e91eec2 commit 9ab27b6
Show file tree
Hide file tree
Showing 56 changed files with 1,629 additions and 1,104 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"EngineVersion": "8.0.mysql_aurora.3.03.0",
"EngineVersion": "8.0.mysql_aurora.3.07.1",
"MasterUserPassword": "7959866cacc02c2d243ecfe177464fe6",
"MasterUsername": "admin",
"VpcSecurityGroupIds": [
Expand All @@ -448,7 +448,7 @@
"DatabaseInstance1844F58FD": {
"Type": "AWS::RDS::DBInstance",
"Properties": {
"CACertificateIdentifier": "rds-ca-2019",
"CACertificateIdentifier": "rds-ca-rsa4096-g1",
"DBClusterIdentifier": {
"Ref": "DatabaseB269D8BB"
},
Expand All @@ -471,7 +471,7 @@
"DatabaseInstance2AA380DEE": {
"Type": "AWS::RDS::DBInstance",
"Properties": {
"CACertificateIdentifier": "rds-ca-2019",
"CACertificateIdentifier": "rds-ca-rsa4096-g1",
"DBClusterIdentifier": {
"Ref": "DatabaseB269D8BB"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9ab27b6

Please sign in to comment.