aws-cdk
aws-cdk copied to clipboard
aws-rds: CDK to support default engine version for Aurora MySQL Version 3 "3.04.2"
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
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
⚠️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.
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.