https://github.com/miry/ec2_ip_remapper
https://github.com/miry/ec2_ip_remapper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/miry/ec2_ip_remapper
- Owner: miry
- License: mit
- Archived: true
- Created: 2011-12-13T22:31:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T20:34:21.000Z (over 12 years ago)
- Last Synced: 2025-02-16T14:25:31.559Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Remapper
========
This is example working with Amazon Elastic IP from Ruby SDK.
Installation
-----------
Copy *config.yml.sample* to *config.yml* and edit it with your values.
Usage
-----
require 'remapper'
remapper = Remapper.new
remapper.remap
Or:
remapper.remap_to(remapper.instances.shuffle.first)
[](https://bitdeli.com/free "Bitdeli Badge")