awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
957 stars 188 forks source link

Rds options orderable instance fix #460

Closed brtrvn closed 1 year ago

brtrvn commented 1 year ago

Work around the unexpected case of a database engine version returned from describe-db-engine-versions not returning from describe-orderable-db-instance-options.

This is likely due to "eventual consistency" in RDS as older versions are deprecated, but it was an uncaught exception for our custom resource and was breaking install.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license