Update awstools.py

This commit is contained in:
Sagar Karandikar 2019-10-06 14:43:39 -07:00 committed by GitHub
parent 4649ad6465
commit 630fc44f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ def launch_instances(instancetype, count, instancemarket, spotinterruptionbehavi
This will launch instances in avail zone 0, then once capacity runs out, zone 1, then zone 2, etc.
"""
# now, check if we're in tutorial mode and override if necessary
aws_resource_names_dict = aws_resource_names()
keyname = aws_resource_names_dict['keyname']
securitygroupname = aws_resource_names_dict['securitygroupname']