aurora in aws no longer supported as engine
General
Escalation
General
Escalation
Description
How to test
Create RDS instance in the us-east-2 or eu-central-1 region
open RDS discovery page in PMM
RDS instance should be visible
How to document
None
Activity
Show:
Puneet Kala April 4, 2023 at 1:34 PM
@Yoni Sade @Rik Wasmus thanks a lot for bringing this up, we are working on this and would get it available in the next release.
Yoni Sade April 4, 2023 at 11:11 AM
Cannot add any RDS instance now with that same error above
Aaditya Dubey March 27, 2023 at 11:28 AM
Hi @Rik Wasmus,
Thank you for the report and PR, Sending the concern to engineering for further review and updates.
Rik Wasmus March 23, 2023 at 2:36 PM
Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Rik Wasmus
Rik WasmusPriority
Components
Needs QA
Yes
Needs Doc
No
Planned Version/s
Fix versions
Story Points
1
Regression Issue
Yes
Found by Automation
Yes
Affects versions
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created March 23, 2023 at 2:33 PM
Updated March 5, 2024 at 11:50 PM
Resolved April 6, 2023 at 9:37 AM
With the removal of support for aurora with mysql 5.6, AWS has stopped supporting the call to describe db engine versions with engine type aurora.
This blocks adding new aurora nodes, even with new(er) versions.
$ aws rds describe-db-engine-versions --engine aurora --region eu-central-1 An error occurred (InvalidParameterValue) when calling the DescribeDBEngineVersions operation: Unrecognized engine name: aurora
aurora-mysql remains supported as normal
PR seems easy enough to make, will follow.