https://github.com/strawlab/ros-electric-install-aws
Vagrant configuration for getting ROS Electric running on AWS in Ubuntu 12.04
https://github.com/strawlab/ros-electric-install-aws
Last synced: about 2 months ago
JSON representation
Vagrant configuration for getting ROS Electric running on AWS in Ubuntu 12.04
- Host: GitHub
- URL: https://github.com/strawlab/ros-electric-install-aws
- Owner: strawlab
- Created: 2013-05-02T10:18:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-02T10:21:05.000Z (over 13 years ago)
- Last Synced: 2025-10-30T00:40:58.127Z (9 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is repository shows how to get our [ROS](http://www.ros.org)
Electric installation up and running an Amazon AWS using Ubuntu
12.04. You will need to set your credentials like this.
export AWS_ACCESS_KEY_ID="access key"
export AWS_SECRET_ACCESS_KEY="secret"
export AWS_KEYPAIR_NAME="keypair name"
export AWS_SSH_PRIVKEY="/path/to/file.pem"
export AWS_SECURITY_GROUPS="quicklaunch-1"
export AWS_INSTANCE_TYPE="m1.small"
export AWS_REGION="us-east-1"
export AWS_AMI="ami-7747d01e" # 12.04 release
Make sure you have [Vagrant](http://www.vagrantup.com) installed with the
AWS plugin. Then type:
vagrant up --provider=aws