Skip to content

stephennancekivell/play-elb-presence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Play ELB Presence

A Play Framework plugin to add and remove a ec2 instance from a Elastic Load Balancer.

Installation

Add to your project's Build.scala

libraryDependencies ++= Seq(
    "com.stephenn" %% "play-elb-presence" % "0.1"
)

Add to your play.plugins

100:com.stephenn.PlayElbPresence

Add to your application.conf

elb.presence.elbName="elbName"
elb.presence.accessKey="accessKey"
elb.presence.secretKey="secretKey"
elb.presence.region="aws-region"

About

A Play Framework plugin to add and remove a ec2 instance from a Elastic Load Balancer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages