-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/ami-copy-regions: Try waiting on all AMIs
- Unbuffer stdout so stderr isn't confusingly first - Use a tuple instead of dict so that we can add the AMIs to a set - Try a --dry-run first so that we verify we have permissions (this may be the issue?) - Finally and perhaps most importantly, wait for every AMI at least once. This way if the first one is slow, we'll move on to the next.
- Loading branch information
Showing
1 changed file
with
47 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters