class AWS::ELB
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
elb = AWS::ELB.new(
Or you can set them directly on the ELB interface:
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
AWS.config(
AWS.config:
You can setup default credentials for all AWS services via
== Credentials
Balancing (ELB).
Provides an expressive, object-oriented interface to Elastic Load
def load_balancers
-
(LoadBalancerCollection)
- Returns a collection that represents
def load_balancers LoadBalancerCollection.new(:config => config) end