https://github.com/madetech/chef-aws-remap-elastic-ip
Chef cookbook to install AWS elastic IP remap
https://github.com/madetech/chef-aws-remap-elastic-ip
Last synced: 29 days ago
JSON representation
Chef cookbook to install AWS elastic IP remap
- Host: GitHub
- URL: https://github.com/madetech/chef-aws-remap-elastic-ip
- Owner: madetech
- Created: 2013-02-18T13:02:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-18T14:55:03.000Z (over 13 years ago)
- Last Synced: 2025-01-25T14:12:00.400Z (over 1 year ago)
- Language: Ruby
- Size: 104 KB
- Stars: 1
- Watchers: 48
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chef AWS Elastic IP remapper
Installs a Ruby script that remaps an elastic IP address to the EC2 instance on which it's run. Includes an upstart (for Ubuntu and friends) compatible config for launching the script at system start time.
### Usage
Step 1: Overwrite the following configuration variables:
```ruby
default[:aws_elastic_ip][:aws_access_key] = ""
default[:aws_elastic_ip][:aws_secret_key] = ""
default[:aws_elastic_ip][:ip_address] = "10.0.0.1"
default[:aws_elastic_ip][:ec2_endpoint] = "ec2.eu-west-1.amazonaws.com"
```
Step 2: Converge.
###License
Licensed under [New BSD License](http://opensource.org/licenses/BSD-3-Clause)