-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I got the following error while runnig the launch script.
INFO:__main__:collecting AWS resources
INFO:__main__:Creating security groups
INFO:__main__:Creating worker AMI
. None
. None
. None
. None
. None
. None
. None
. None
. None
. None
ERROR:__main__:hit max retries on <bound method ClientCreator._create_api_method.<locals>._api_call of <botocore.client.EC2 object at 0x7ff05ff16ac8>>
Traceback (most recent call last):
File "./launch_cluster/launch.py", line 399, in <module>
launch_manager(config)
File "./launch_cluster/launch.py", line 57, in launch_manager
worker_ami_id = make_worker_ami(config, ec2, [manager_security_group.id, manager_security_group2.id])
File "./launch_cluster/launch.py", line 169, in make_worker_ami
instance = launch_server(config, ec2, security_group_list, size=int(config.worker_ebs_size))
File "./launch_cluster/launch.py", line 321, in launch_server
BlockDeviceMappings=[boot_drive]
File "./launch_cluster/launch.py", line 382, in retry
raise e
Metadata
Metadata
Assignees
Labels
No labels