Skip to content

Launch script failing #7

Description

@alexraju91

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions