-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 MariaDB RDS Proxy #29402
rds: Add support for MariaDB RDS Proxy #29402
Comments
I'll take this. |
@mavdi Did you specify an engine family when creating |
@msambol Yap I was just about to ask exactly the same question :-) |
Yes I did, see below:
|
Closes #29402. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
@pahud Can you reopen this please? |
MariaDB is grouped with MySQL, hence adding `MYSQL` as the engine family for MariaDB. <img width="749" alt="Screenshot 2024-03-08 at 12 02 36 PM" src="https://github.com/aws/aws-cdk/assets/3310356/382d5561-6115-4bc1-a7e7-fb4deda57c73"> Closes #29402. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the bug
Even though MariaDB support has been added to RDS Proxies, this is not reflected in CDK.
Expected Behavior
Given that MariaDB is supported in RDS Proxies, I'd like this to work.
https://aws.amazon.com/about-aws/whats-new/2022/07/amazon-rds-proxy-mariadb-version-10-support/
Current Behavior
Throws an error saying MariaDB support for proxies is not supported.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.131.0 (build 92b912d)
Framework Version
No response
Node.js Version
21.6.2
OS
Mac OS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: