Problem: Deployment fails due to unsupported RDS engine version
You might encounter the error Cannot find version for aurora-postgresql during deployment of the guidance in certain regions. This occurs because the guidance deploys RDS engine version 13.9 by default, and this version may not be available in the specified region.
Resolution
-
Search the RDS engine versions with the following AWS CLI.
aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[].[EngineVersion]' --output text --region <region> -
Select an RDS engine version (it is advisable to choose the closest version to 13.9) from the provided list.
-
Configure the
druidMetadataStoreConfigby using the selected RDS engine version. -
Deploy the guidance again.