It'd be nice to have wait commands for rds cluster creation, rds cluster deletion, rds cluster snapshot creation
http://docs.aws.amazon.com/cli/latest/reference/rds/wait/index.html
From the documentation:
Available Commands
db-instance-available
db-instance-deleted
db-snapshot-completed
Seems reasonable. There are API's that will allow us to do that as well:
Marking as feature request
This will be particularly useful for cross-region-replica Aurora clusters since cluster creation appears to take much longer, and current guidance is to create the instances only after the cluster is in an Available
state.
Good Morning!
We're closing this issue here on GitHub, as part of our migration to UserVoice for feature requests involving the AWS CLI.
This will let us get the most important features to you, by making it easier to search for and show support for the features you care the most about, without diluting the conversation with bug reports.
As a quick UserVoice primer (if not already familiar): after an idea is posted, people can vote on the ideas, and the product team will be responding directly to the most popular suggestions.
We鈥檝e imported existing feature requests from GitHub - Search for this issue there!
And don't worry, this issue will still exist on GitHub for posterity's sake. As it鈥檚 a text-only import of the original post into UserVoice, we鈥檒l still be keeping in mind the comments and discussion that already exist here on the GitHub issue.
GitHub will remain the channel for reporting bugs.
Once again, this issue can now be found by searching for the title on: https://aws.uservoice.com/forums/598381-aws-command-line-interface
-The AWS SDKs & Tools Team
Based on community feedback, we have decided to return feature requests to GitHub issues.
Is there an update on this feature request? I'm interested in this functionality as well.
This command is a must have when you have to coordinate cloudformation stack update after a cluster snapshot (for ex, when you are migrating to a newer aurora version)
aws rds create-db-cluster-snapshot --db-cluster-snapshot-identifier migration-aurora57-v1 --db-cluster-identifier xyz
aws rds wait db-sanpshot-completed --db-snapshot-identifier migration-aurora57-v1
The wait command immediately returns with code 2524
I would like this feature to happen as well.
+1
+1
Most helpful comment
Is there an update on this feature request? I'm interested in this functionality as well.