Description
Currently some code in RDS Operators use boto waiters and some uses a custom _await_status, the former is preferred over the later (waiters are vetted code provided by the boto sdk, they have features like exponential backoff, etc). See this discussion thread for more details/context.
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct