-
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
(rds): Add support for DB2 in Amazon RDS #28485
Comments
Sounds good! Thank you for your FR and contributions. |
Hello,
But I'm facing the following issue at the
The cloud formation stack deployment seems to fail because of an error thrown by the API. An update is probably necessary on the server side, out of the |
@cedricmillet Want to submit a PR and I'll review? |
@cedricmillet I'm looking for support to provision Db2 via cloudformation and found this issue and a intermediate PR that I think is mostly complete. Anything I can do to help get this support/PR included? Also, RDS for Db2 also now has AWS Marketplace integration as well in addition to BYOL, although my current use case I'm using (IBM) is BYOL. |
Hello @ahilden, L1 constructs defined in my description ( |
Describe the feature
Last month (27, Nov 2023) we announced the general availability of Amazon RDS for DB2. The purpose of this issue is to update DatabaseInstance (+ DatabaseInstanceEngine and related classes/interfaces) and add support for RDS with DB2.
Currently 2 versions are handled :
db2-se-11-5
= DB2 Standard Edition v11.5db2-ae-11.5
= DB2 Advanced Edition v11.5AWS RDS for DB2 official home page
Use Case
Use the AWS CDK to create a RDS Instance with DB2 engine. At the moment the only way to create a DB2 instance is to use CfnInstance with the right
engine
/engineVersion
attributes pair. We also need to provide aCfnDBParameterGroup
with a valid IBM license since only the BYOL (Bring Your Own License) mode is supported.Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.116.1
Environment details (OS name and version, etc.)
Any environment
The text was updated successfully, but these errors were encountered: