https://github.com/mdub/bosh-inception-vagrant
https://github.com/mdub/bosh-inception-vagrant
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdub/bosh-inception-vagrant
- Owner: mdub
- Created: 2013-07-01T04:44:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-01T12:14:54.000Z (almost 12 years ago)
- Last Synced: 2025-01-03T13:17:27.590Z (5 months ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 3
- 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