-
Notifications
You must be signed in to change notification settings - Fork 16
rds wait db-cluster-available #137
Comments
Marking this as an enhancement request, thanks! |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
It would be nice to have all |
+1 |
2 similar comments
+1 |
+1 |
More than 1 year since the request and the AWS team couldn't make the enhancement. |
+1 |
Correct command is :
|
+1 |
+infinity |
+1 |
2 similar comments
+1 |
+1 |
+1 |
I'll pause uploads, then.
Have a good day.
Regards,
R.
…Sent from my iPhone
On 18 Aug 2020, at 5:28 AM, Cristian Alejandro Rojas ***@***.***> wrote:
+1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
+1 |
1 similar comment
+1 |
Very Plus One. +1 |
+1 |
+1 p-p-p-p-please |
+1 |
This would be a huge enhancement! |
Hi everyone, thanks for your patience regarding this feature request. There is clearly a lot of demand to add this. I raised this internally with the RDS team and currently waiting on a response. In the meantime, I’ll go ahead and transfer this to our shared SDK repository as it is a cross-SDK request. |
P54131834 |
I received an update from the RDS team that they have added this feature request to their backlog. We can’t provide a specific timeline for when this would be implemented but it is something they will try to prioritize. |
Bash code, as an interim solution
One-liner for convenience
|
Still no solution? |
You can implement your own custom waiter to support db-cluster operations
https://docs.aws.amazon.com/code-samples/latest/catalog/python-demo_tools-custom_waiter.py.html |
Hi all thanks again for your patience. A new waiter model had been added for DBClusterAvailable: The new waiter is available starting in these versions:
Please update your version of the CLI/SDK and let us know if you run into any issues using this. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
🎉 |
AWS allows to create a copy-on-write clone of an existing Aurora cluster (docs). When this is done it takes a few minutes before the cluster is available. It would be great if there was a extra
rds wait
command added to the current list that works for "clusters" . Example usage:This would make scripting things easier. Currently I have a poor workaround:
The text was updated successfully, but these errors were encountered: