aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
27 stars 43 forks source link

[DBInstance] Fail fast when DBInstance fails to join a domain #432

Closed khebul closed 1 year ago

khebul commented 1 year ago

This PR addresses the situation when DBInstance fails to join a domain. Previously, DBInstance would wait in stabilization maximum allowed amount of time. Now, if DBInstance has failed to join a domain, CFN handler would fail immediately and inform the customer of the fault.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.