Improve Auto-Scaler: add extra configurations, key name and security group are now optional

This commit is contained in:
allegroai
2020-12-06 11:20:36 +02:00
parent c3fd3ed7c6
commit 3898563200
3 changed files with 46 additions and 39 deletions

View File

@@ -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,
),
}