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

Support AWS in addition to VirtualBox #11

Merged
merged 2 commits into from
Dec 19, 2014

Conversation

devalih
Copy link
Contributor

@devalih devalih commented Oct 23, 2014

Steps to provision to aws/ec2 machine.

$ cat > env.sh
export AWS_KEY=""
export AWS_SECRET=""
export AWS_KEYNAME="vagrant"
export AWS_KEYPATH="~/vagrant.pem"
CTRL+D

$ chmod +x env.sh
$ . ./env.sh
$ vagrant up --provider=aws

@devalih devalih changed the title (WIP) Support AWS in addition to VirtualBox Support AWS in addition to VirtualBox Oct 25, 2014
@usernamenumber
Copy link
Contributor

Is this ready for merging?

@devalih
Copy link
Contributor Author

devalih commented Dec 7, 2014

Yes it is.
But I would prefer that someone else try it locally before merging.

@usernamenumber
Copy link
Contributor

I haven't used AWS much before so I'm in the process of getting all my account stuff set up. If someone can test before I can, please do. Otherwise I'll try to get to it and review and merge by the end of the week unless there's a reason to need it done sooner.

@usernamenumber
Copy link
Contributor

I am still having trouble setting up AWS. When I try to go to the management console, I get a "We need additional information..." page, but following the instructions on it has not helped. I've submitted a support request. Sorry for the delay!

@usernamenumber
Copy link
Contributor

Well, I've gotten my AWS account set up (I think), but now I'm getting a weird error trying to install the vagrant-aws plugin (details below, unrelated to your patch, of course). This PR has been waiting for a long time, and it shouldn't be able to break anything even if something is wrong, so I'm going to just merge it. I'm also going to create my own PR for a script I wrote to make deployment a bit friendlier.

usernamenumber added a commit that referenced this pull request Dec 19, 2014
Support AWS in addition to VirtualBox
@usernamenumber usernamenumber merged commit a494885 into tunapanda:master Dec 19, 2014
@usernamenumber
Copy link
Contributor

See #26

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

Successfully merging this pull request may close these issues.

2 participants