Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing 2 regressions in 0.9.1 #128

Merged
merged 2 commits into from
May 26, 2015
Merged

Fixing 2 regressions in 0.9.1 #128

merged 2 commits into from
May 26, 2015

Conversation

tyler-ball
Copy link
Contributor

Fixes #121
Fixes #127

Also setting the network interface to delete_on_termination of the instance so there aren't orphan devices hanging around

\cc @fnichol @kplimack @litjoco

@user_data = File.read(config[:user_data])
else
@user_data = config[:user_data]
end
@user_data = Base64.encode64(@user_data)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, that seems to be a low-level concern that we need to deal with as a user of the sdk. Ah well

@fnichol
Copy link
Contributor

fnichol commented May 22, 2015

Yep, LGTM! 👍

@kplimack
Copy link

any idea when this will get merged?

tyler-ball added a commit that referenced this pull request May 26, 2015
@tyler-ball tyler-ball merged commit af92e78 into master May 26, 2015
@tyler-ball tyler-ball deleted the tball/bugs branch May 26, 2015 15:36
@kplimack
Copy link

@tyler-ball Thanks!

@litjoco
Copy link

litjoco commented May 26, 2015

Thank you 👍

@kplimack
Copy link

I'm having trouble now with the ec2-instance being created and immediately
terminated while TK is waiting for it to become ready. i've created a new
issue for it. #130

On Tue, May 26, 2015 at 10:15 AM, litjoco notifications@github.com wrote:

Thank you [image: 👍]


Reply to this email directly or view it on GitHub
#128 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants