Initialize connection to ELB
options parameter must include values for :aws_access_key_id and :aws_secret_access_key in order to create a connection
elb = ELB.new( :aws_access_key_id => your_aws_access_key_id, :aws_secret_access_key => your_aws_secret_access_key )
Enables the client to define an application healthcheck for the instances. See docs.amazonwebservices.com/ElasticLoadBalancing/latest/APIReference/index.html?API_ConfigureHealthCheck.html
during which no response means a failed health probe.
Create an app cookie stickiness policy
Create a Load Balancer Cookie Stickiness Policy
Delete an existing Elastic Load Balancer
Note that this API call, as defined by Amazon, is idempotent. That is, it will not return an error if you try to delete an ELB that does not exist.
Delet Elastic Load Balancer Listeners
Deregister an instance from an existing ELB
Get health status for one or more instances on an existing ELB
Describe all or specified load balancers
Disable an availability zone for an existing ELB
Enable an availability zone for an existing ELB
Register an instance with an existing ELB