Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdub/bosh-inception-vagrant
https://github.com/mdub/bosh-inception-vagrant
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdub/bosh-inception-vagrant
- Owner: mdub
- Created: 2013-07-01T04:44:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-01T12:14:54.000Z (over 11 years ago)
- Last Synced: 2023-04-13T04:02:22.338Z (over 1 year ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Inception
=========Create a "config.yml" file in this directory, using the following template:
aws_access_key_id: YOURKEY
aws_secret_access_key: YOURSECRET
aws_region: AWS_REGION
aws_keypair_name: YOURKEYPAIR
aws_keypair_private_key_path: YOURKEYPAIR.pemInstall [Vagrant](http://www.vagrantup.com).
Install the [vagrant-aws](https://github.com/mitchellh/vagrant-aws) plugin.
$ vagrant plugin install vagrant-aws
Then:
$ vagrant up --provider aws
$ vagrant ssh