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

aws-rds: CDK to support default engine version for Aurora MySQL Version 3 "3.04.2"

Open aashishgk7760 opened this issue 1 year ago • 1 comments

Describe the feature

Hello Team ,

Currently CDK does not show option to select the Engine version 3.04.2 [1]

[1] https://github.com/aws/aws-cdk/blob/v2.140.0/packages/aws-cdk-lib/aws-rds/lib/cluster-engine.ts

Use Case

default engine version for Aurora MySQL Version 3 "3.04.2"

Proposed Solution

Update the below class name to include "3.04.2"

export class AuroraMysqlEngineVersion { public static readonly VER_3_04_2 = AuroraMysqlEngineVersion.builtIn_8_0('3.04.2'); }

Other Information

N/A

Acknowledgements

  • [X] I may be able to implement this feature request
  • [ ] This feature might incur a breaking change

CDK version used

2.140.0

Environment details (OS name and version, etc.)

Mac OS

aashishgk7760 avatar May 08 '24 18:05 aashishgk7760

The feature request appears to be valid. Per Database engine updates for Amazon Aurora MySQL version 3, version 3.04.2 appears to be default version when instance is created using AWS console.

@aashishgk7760 Feel free to contribute PR for this change.

Thanks, Ashish

ashishdhingra avatar May 08 '24 18:05 ashishdhingra

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] avatar May 24 '24 16:05 github-actions[bot]

Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one.

aws-cdk-automation avatar Jul 25 '24 21:07 aws-cdk-automation