Giter Club home page Giter Club logo

aws-starter's People

Contributors

gitter-badger avatar tuxofil avatar

Watchers

 avatar  avatar  avatar

aws-starter's Issues

Race condition during instance launch

How it looks:

2015-07-07 00:48:59 aws-starter I node1: launched i-44739b8d at us-west-2. Wait until it starts...
2015-07-07 00:49:04 boto E 400 Bad Request
2015-07-07 00:49:04 boto E <?xml version="1.0" encoding="UTF-8"?>
<Response><Errors><Error><Code>InvalidInstanceID.NotFound</Code><Message>The instance ID 'i-44739b8d' does not exist</Message></Error></Errors><RequestID>aae8e674-5adc-4500-8bb4-cde6eff3e5b7</RequestID></Response>
2015-07-07 00:49:04 aws-starter E EC2ResponseError: 400 Bad Request
<?xml version="1.0" encoding="UTF-8"?>
<Response><Errors><Error><Code>InvalidInstanceID.NotFound</Code><Message>The instance ID 'i-44739b8d' does not exist</Message></Error></Errors><RequestID>aae8e674-5adc-4500-8bb4-cde6eff3e5b7</RequestID></Response>
Traceback (most recent call last):
  File "/usr/bin/aws-starter", line 82, in launch_catched
    launch(*args)
  File "/usr/bin/aws-starter", line 158, in launch
    if not wait_for_instance(instance, max_wait_time):
  File "/usr/bin/aws-starter", line 277, in wait_for_instance
    if instance.update() == 'running':
  File "/usr/lib/python2.7/dist-packages/boto/ec2/instance.py", line 413, in update
    rs = self.connection.get_all_reservations([self.id], dry_run=dry_run)
  File "/usr/lib/python2.7/dist-packages/boto/ec2/connection.py", line 682, in get_all_reservations
    [('item', Reservation)], verb='POST')
  File "/usr/lib/python2.7/dist-packages/boto/connection.py", line 1182, in get_list
    raise self.ResponseError(response.status, response.reason, body)
EC2ResponseError: EC2ResponseError: 400 Bad Request
<?xml version="1.0" encoding="UTF-8"?>
<Response><Errors><Error><Code>InvalidInstanceID.NotFound</Code><Message>The instance ID 'i-44739b8d' does not exist</Message></Error></Errors><RequestID>aae8e674-5adc-4500-8bb4-cde6eff3e5b7</RequestID></Response>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.