rds: AuroraPostgresEngineVersion
contains invalid versions
#32457
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Describe the bug
As per doc https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html, we can get the available Aurora postgres versions with the following command:
aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[].[EngineVersion]' --output text --region aws-region
Given the output, at least
AuroraPostgresEngineVersion.VER_16_6
is not supported yet.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
AuroraPostgresEngineVersion contains already available versions.
Current Behavior
AuroraPostgresEngineVersion contains not-yet-available versions.
Reproduction Steps
Deployment of Aurora cluster with
AuroraPostgresEngineVersion.VER_16_6
fails.Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.170.0
Framework Version
No response
Node.js Version
22
OS
macos
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: