We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598aecf commit efba9eeCopy full SHA for efba9ee
ec2/spark_ec2.py
@@ -308,7 +308,8 @@ def parse_args():
308
"requires that.")
309
parser.add_option(
310
"--instance-initiated-shutdown-behavior", default="stop",
311
- choices=["stop", "terminate"])
+ choices=["stop", "terminate"],
312
+ help="Whether instances should terminate when shut down or just stop")
313
314
"--instance-profile-name", default=None,
315
help="IAM profile name to launch instances under")
0 commit comments