Results 1 to 4 of 4

Thread: Ensemble/Juju connecting to EC2

  1. #1
    Join Date
    Jun 2006
    Location
    Germany
    Beans
    31
    Distro
    Ubuntu 9.10 Karmic Koala

    Ensemble/Juju connecting to EC2

    I'm trying to connect to EC2 via Juju, and I am following the simple instructions.

    juju bootstrap
    works and gives me a new instance

    but
    juju status
    gives me


    2011-09-25 10:24:05,028 INFO Connecting to environment.
    2011-09-25 10:24:11,882 ERROR SSH forwarding error: bind: Cannot assign requested address

    Cannot connect to machine i-c80a91a8 (perhaps still initializing): could not connect before timeout after 2 retries
    2011-09-25 10:24:35,446 ERROR Cannot connect to machine *** (perhaps still initializing): could not connect before timeout after 2 retries



    I don't know where to start looking for a solution.

  2. #2
    Join Date
    Jun 2006
    Location
    Germany
    Beans
    31
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Ensemble/Juju connecting to EC2

    I can connect manually to EC2 via
    ssh -v -i tmp/mykey.pem ubuntu@ec2-50-19-42-6.compute-1.amazonaws.com

    But how do I tell Juju about the key and the username it's supposed to use?
    Last edited by jrings; September 25th, 2011 at 09:15 PM.

  3. #3
    Join Date
    Oct 2004
    Location
    Hockeytown, MI
    Beans
    561
    Distro
    Ubuntu

    Re: Ensemble/Juju connecting to EC2

    Look at the log in the instance, I had an issue last week where the instance was trying to install the ensemble ppa, which is now 404 so my instances would just sit there.

    I think this week the rename issues should be sorted out.

  4. #4
    Join Date
    Aug 2010
    Beans
    261
    Distro
    Ubuntu

    Re: Ensemble/Juju connecting to EC2

    There was a bug that prevented the juju ec2 instance from bootstrapping completely. Upgrade juju to latest and try again. If it doesn't work, visit #juju on irc and shout

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •