You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aurora): replace deprecated instanceProps and resolve critical issues (#1208)
* fix: resolve critical Aurora CDK issues
- Add validation for required vpcId and subnetIds props
- Set default username to 'clusteradmin' when not provided
- Update to latest Aurora engine versions (PostgreSQL 15.4, MySQL 3.04.0)
- Fix typo in secret description (Crendetials -> Credentials)
- Use validated instanceType variable in cluster creation
- Add app.synth() call to generate CloudFormation templates
- Update example with realistic placeholder values
* fix: replace deprecated instanceProps with writer/readers
- Use new writer and readers properties instead of deprecated instanceProps
- Create writer instance and reader instances based on replicaInstances count
- Move vpc, vpcSubnets, and securityGroups to cluster level
- Replace instanceIdentifierBase with clusterIdentifier
* fix: update subnet_id to avoid construct conflict
---------
Co-authored-by: Sunil Yadav <ysunio@amazon.com>
0 commit comments