Commit 7dde875
authored
Make finding cluster nodes more reliable in the face of launch failures (#362)
* tweak type annotation
* factor out common launch spec
* gracefully describe and destroy malformed clusters
* tag instances as part of their creation
i.e. Launch + tag should be atomic, not two separate steps.
* find clusters by name using tags, not security group
* shutdown behavior is for on-demand only
* adjust AWS sleeps
* use tags on create and destroy
* sleep from caller, not inside _create_instances
* print "Launching..." messages from top level
* add changelog1 parent 01f8ef9 commit 7dde875
3 files changed
+178
-165
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments