-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EngineLifecycleSupport when scanning AWS::RDS #31787
Comments
Per CreateDBInstance, EngineLifecycleSupport:
To reproduce the issue,
It appears that error is thrown here during stack creation. generateStack() invokes |
Same thing can be replicated on Ubuntu with CDK version 2.173.3, trying to generate typescript |
Describe the bug
When I run the following command I get an error about EngineLifecycleSupport
cdk migrate --language python --from-scan --stack-name cdkMigrateFromScan --filter resource-type-prefix="AWS::RDS::" --ignore-errors --debug --trace --verbose
Returns the following error
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
Create a migrated CDK project of an RDS Database.
Current Behavior
Fails with Error see above.
Reproduction Steps
Have an rds database with the option then try to create a migration with the command above.
Possible Solution
Do not fail on that property. I looked for it and can not find it in the Web Console so I can not remove it.
Additional Information/Context
No response
CDK CLI Version
2.162.1 (build 10aa526)
Framework Version
No response
Node.js Version
v20.18.0
OS
WIndows 11
Language
Python
Language Version
3.12.6
Other information
No response
The text was updated successfully, but these errors were encountered: