Skip to content

Docker that attempts to associate a free Elastic IP with a box on startup

License

Notifications You must be signed in to change notification settings

brandnetworks/eip-associate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIP Associate

Associates an elastic ip with an ec2 instance, picking a free one from a predefined list

Running

docker brandnetworks/eip-associate --eips eips

Usage

Usage: eip-associate --eips eips
  -eips="": Comma separated list of elastic ips
  -metadata="http://169.254.169.254/latest/meta-data": Meta data endpoint
  -pause=5: Number of seconds to pause between retries
  -retries=10: Maximum number of retries

Building

docker build -t builder . && docker run builder | docker build -t eip-associate -

About

Docker that attempts to associate a free Elastic IP with a box on startup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages