Method: Amazon#elb
- Defined in:
- lib/cluster/infrastructures/amazon.rb
#elb(o = nil) ⇒ Object
406 407 408 409 410 |
# File 'lib/cluster/infrastructures/amazon.rb', line 406 def elb(o = nil) params = connection_params o @elb ||= {} @elb[params[:region]] ||= RightAws::ElbInterface.new(key, secret, params) end |