mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Improve Auto-Scaler: add extra configurations, key name and security group are now optional
This commit is contained in:
@@ -178,11 +178,9 @@ def run_wizard():
|
||||
),
|
||||
"key_name": get_input(
|
||||
"the Amazon Key Pair name",
|
||||
required=True,
|
||||
),
|
||||
"security_group_ids": input_list(
|
||||
"Amazon Security Group ID",
|
||||
required=True,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user