You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancing::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::ElasticLoadBalancing::Client
- Defined in:
- (unknown)
Overview
An API client for Elastic Load Balancing. To construct a client, you need to configure a :region
and :credentials
.
elasticloadbalancing = Aws::ElasticLoadBalancing::Client.new(
region: region_name,
credentials: credentials,
# ...
)
See #initialize for a full list of supported configuration options.
Region
You can configure a default region in the following locations:
ENV['AWS_REGION']
Aws.config[:region]
Go here for a list of supported regions.
Credentials
Default credentials are loaded automatically from the following locations:
ENV['AWS_ACCESS_KEY_ID']
andENV['AWS_SECRET_ACCESS_KEY']
Aws.config[:credentials]
- The shared credentials ini file at
~/.aws/credentials
(more information) - From an instance profile when running on EC2
You can also construct a credentials object from one of the following classes:
Alternatively, you configure credentials with :access_key_id
and
:secret_access_key
:
# load credentials from disk
creds = YAML.load(File.read('/path/to/secrets'))
Aws::ElasticLoadBalancing::Client.new(
access_key_id: creds['access_key_id'],
secret_access_key: creds['secret_access_key']
)
Always load your credentials from outside your application. Avoid configuring credentials statically and never commit them to source control.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
Constructor collapse
-
#initialize(options = {}) ⇒ Aws::ElasticLoadBalancing::Client
constructor
Constructs an API client.
API Operations collapse
-
#add_tags(options = {}) ⇒ Struct
Adds the specified tags to the specified load balancer.
-
#apply_security_groups_to_load_balancer(options = {}) ⇒ Types::ApplySecurityGroupsToLoadBalancerOutput
Associates one or more security groups with your load balancer in a virtual private cloud (VPC).
-
#attach_load_balancer_to_subnets(options = {}) ⇒ Types::AttachLoadBalancerToSubnetsOutput
Adds one or more subnets to the set of configured subnets for the specified load balancer.
The load balancer evenly distributes requests across all registered subnets.
-
#configure_health_check(options = {}) ⇒ Types::ConfigureHealthCheckOutput
Specifies the health check settings to use when evaluating the health state of your EC2 instances.
For more information, see Configure Health Checks for Your Load Balancer in the Classic Load Balancers Guide.
. -
#create_app_cookie_stickiness_policy(options = {}) ⇒ Struct
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie.
-
#create_lb_cookie_stickiness_policy(options = {}) ⇒ Struct
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period.
-
#create_load_balancer(options = {}) ⇒ Types::CreateAccessPointOutput
Creates a Classic Load Balancer.
You can add listeners, security groups, subnets, and tags when you create your load balancer, or you can add them later using CreateLoadBalancerListeners, ApplySecurityGroupsToLoadBalancer, AttachLoadBalancerToSubnets, and AddTags.
To describe your current load balancers, see DescribeLoadBalancers.
-
#create_load_balancer_listeners(options = {}) ⇒ Struct
Creates one or more listeners for the specified load balancer.
-
#create_load_balancer_policy(options = {}) ⇒ Struct
Creates a policy with the specified attributes for the specified load balancer.
Policies are settings that are saved for your load balancer and that can be applied to the listener or the application server, depending on the policy type.
. -
#delete_load_balancer(options = {}) ⇒ Struct
Deletes the specified load balancer.
If you are attempting to recreate a load balancer, you must reconfigure all settings.
-
#delete_load_balancer_listeners(options = {}) ⇒ Struct
Deletes the specified listeners from the specified load balancer.
.
-
#delete_load_balancer_policy(options = {}) ⇒ Struct
Deletes the specified policy from the specified load balancer.
-
#deregister_instances_from_load_balancer(options = {}) ⇒ Types::DeregisterEndPointsOutput
Deregisters the specified instances from the specified load balancer.
-
#describe_account_limits(options = {}) ⇒ Types::DescribeAccountLimitsOutput
Describes the current Elastic Load Balancing resource limits for your AWS account.
For more information, see Limits for Your Classic Load Balancer in the Classic Load Balancers Guide.
. -
#describe_instance_health(options = {}) ⇒ Types::DescribeEndPointStateOutput
Describes the state of the specified instances with respect to the specified load balancer.
-
#describe_load_balancer_attributes(options = {}) ⇒ Types::DescribeLoadBalancerAttributesOutput
Describes the attributes for the specified load balancer.
.
-
#describe_load_balancer_policies(options = {}) ⇒ Types::DescribeLoadBalancerPoliciesOutput
Describes the specified policies.
If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer.
-
#describe_load_balancer_policy_types(options = {}) ⇒ Types::DescribeLoadBalancerPolicyTypesOutput
Describes the specified load balancer policy types or all load balancer policy types.
The description of each type indicates how it can be used.
-
#describe_load_balancers(options = {}) ⇒ Types::DescribeAccessPointsOutput
Describes the specified the load balancers.
-
#describe_tags(options = {}) ⇒ Types::DescribeTagsOutput
Describes the tags associated with the specified load balancers.
.
-
#detach_load_balancer_from_subnets(options = {}) ⇒ Types::DetachLoadBalancerFromSubnetsOutput
Removes the specified subnets from the set of configured subnets for the load balancer.
After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the
OutOfService
state. -
#disable_availability_zones_for_load_balancer(options = {}) ⇒ Types::RemoveAvailabilityZonesOutput
Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC.
For load balancers in a non-default VPC, use DetachLoadBalancerFromSubnets.
There must be at least one Availability Zone registered with a load balancer at all times.
-
#enable_availability_zones_for_load_balancer(options = {}) ⇒ Types::AddAvailabilityZonesOutput
Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC.
For load balancers in a non-default VPC, use AttachLoadBalancerToSubnets.
The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.
-
#modify_load_balancer_attributes(options = {}) ⇒ Types::ModifyLoadBalancerAttributesOutput
Modifies the attributes of the specified load balancer.
You can modify the load balancer attributes, such as
AccessLogs
,ConnectionDraining
, andCrossZoneLoadBalancing
by either enabling or disabling them. -
#register_instances_with_load_balancer(options = {}) ⇒ Types::RegisterEndPointsOutput
Adds the specified instances to the specified load balancer.
The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC).
-
#remove_tags(options = {}) ⇒ Struct
Removes one or more tags from the specified load balancer.
.
-
#set_load_balancer_listener_ssl_certificate(options = {}) ⇒ Struct
Sets the certificate that terminates the specified listener's SSL connections.
-
#set_load_balancer_policies_for_backend_server(options = {}) ⇒ Struct
Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.
-
#set_load_balancer_policies_of_listener(options = {}) ⇒ Struct
Replaces the current set of policies for the specified load balancer port with the specified set of policies.
To enable back-end server authentication, use SetLoadBalancerPoliciesForBackendServer.
For more information about setting policies, see Update the SSL Negotiation Configuration, Duration-Based Session Stickiness, and Application-Controlled Session Stickiness in the Classic Load Balancers Guide.
.
Instance Method Summary collapse
-
#wait_until(waiter_name, params = {}) {|waiter| ... } ⇒ Boolean
Waiters polls an API operation until a resource enters a desired state.
-
#waiter_names ⇒ Array<Symbol>
Returns the list of supported waiters.
Methods inherited from Seahorse::Client::Base
add_plugin, api, #build_request, clear_plugins, define, new, #operation, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options = {}) ⇒ Aws::ElasticLoadBalancing::Client
Constructs an API client.
Instance Method Details
#add_tags(options = {}) ⇒ Struct
Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, AddTags
updates its value.
For more information, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.
#apply_security_groups_to_load_balancer(options = {}) ⇒ Types::ApplySecurityGroupsToLoadBalancerOutput
Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.
For more information, see Security Groups for Load Balancers in a VPC in the Classic Load Balancers Guide.
#attach_load_balancer_to_subnets(options = {}) ⇒ Types::AttachLoadBalancerToSubnetsOutput
Adds one or more subnets to the set of configured subnets for the specified load balancer.
The load balancer evenly distributes requests across all registered subnets. For more information, see Add or Remove Subnets for Your Load Balancer in a VPC in the Classic Load Balancers Guide.
#configure_health_check(options = {}) ⇒ Types::ConfigureHealthCheckOutput
Specifies the health check settings to use when evaluating the health state of your EC2 instances.
For more information, see Configure Health Checks for Your Load Balancer in the Classic Load Balancers Guide.
#create_app_cookie_stickiness_policy(options = {}) ⇒ Struct
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.
This policy is similar to the policy created by CreateLBCookieStickinessPolicy, except that the lifetime of the special Elastic Load Balancing cookie, AWSELB
, follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie.
If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.
For more information, see Application-Controlled Session Stickiness in the Classic Load Balancers Guide.
#create_lb_cookie_stickiness_policy(options = {}) ⇒ Struct
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.
When a load balancer implements this policy, the load balancer uses a special cookie to track the instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm.
A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration.
For more information, see Duration-Based Session Stickiness in the Classic Load Balancers Guide.
#create_load_balancer(options = {}) ⇒ Types::CreateAccessPointOutput
Creates a Classic Load Balancer.
You can add listeners, security groups, subnets, and tags when you create your load balancer, or you can add them later using CreateLoadBalancerListeners, ApplySecurityGroupsToLoadBalancer, AttachLoadBalancerToSubnets, and AddTags.
To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.
You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Limits for Your Classic Load Balancer in the Classic Load Balancers Guide.
#create_load_balancer_listeners(options = {}) ⇒ Struct
Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.
For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.
#create_load_balancer_policy(options = {}) ⇒ Struct
Creates a policy with the specified attributes for the specified load balancer.
Policies are settings that are saved for your load balancer and that can be applied to the listener or the application server, depending on the policy type.
#delete_load_balancer(options = {}) ⇒ Struct
Deletes the specified load balancer.
If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to your instances.
If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer
still succeeds.
#delete_load_balancer_listeners(options = {}) ⇒ Struct
Deletes the specified listeners from the specified load balancer.
#delete_load_balancer_policy(options = {}) ⇒ Struct
Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.
#deregister_instances_from_load_balancer(options = {}) ⇒ Types::DeregisterEndPointsOutput
Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.
You can use DescribeLoadBalancers to verify that the instance is deregistered from the load balancer.
For more information, see Register or De-Register EC2 Instances in the Classic Load Balancers Guide.
#describe_account_limits(options = {}) ⇒ Types::DescribeAccountLimitsOutput
Describes the current Elastic Load Balancing resource limits for your AWS account.
For more information, see Limits for Your Classic Load Balancer in the Classic Load Balancers Guide.
#describe_instance_health(options = {}) ⇒ Types::DescribeEndPointStateOutput
Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.
#describe_load_balancer_attributes(options = {}) ⇒ Types::DescribeLoadBalancerAttributesOutput
Describes the attributes for the specified load balancer.
#describe_load_balancer_policies(options = {}) ⇒ Types::DescribeLoadBalancerPoliciesOutput
Describes the specified policies.
If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the ELBSample-
prefix.
#describe_load_balancer_policy_types(options = {}) ⇒ Types::DescribeLoadBalancerPolicyTypesOutput
Describes the specified load balancer policy types or all load balancer policy types.
The description of each type indicates how it can be used. For example, some policies can be used only with layer 7 listeners, some policies can be used only with layer 4 listeners, and some policies can be used only with your EC2 instances.
You can use CreateLoadBalancerPolicy to create a policy configuration for any of these policy types. Then, depending on the policy type, use either SetLoadBalancerPoliciesOfListener or SetLoadBalancerPoliciesForBackendServer to set the policy.
#describe_load_balancers(options = {}) ⇒ Types::DescribeAccessPointsOutput
Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.
#describe_tags(options = {}) ⇒ Types::DescribeTagsOutput
Describes the tags associated with the specified load balancers.
#detach_load_balancer_from_subnets(options = {}) ⇒ Types::DetachLoadBalancerFromSubnetsOutput
Removes the specified subnets from the set of configured subnets for the load balancer.
After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the OutOfService
state. Then, the load balancer balances the traffic among the remaining routable subnets.
#disable_availability_zones_for_load_balancer(options = {}) ⇒ Types::RemoveAvailabilityZonesOutput
Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC.
For load balancers in a non-default VPC, use DetachLoadBalancerFromSubnets.
There must be at least one Availability Zone registered with a load balancer at all times. After an Availability Zone is removed, all instances registered with the load balancer that are in the removed Availability Zone go into the OutOfService
state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones.
For more information, see Add or Remove Availability Zones in the Classic Load Balancers Guide.
#enable_availability_zones_for_load_balancer(options = {}) ⇒ Types::AddAvailabilityZonesOutput
Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC.
For load balancers in a non-default VPC, use AttachLoadBalancerToSubnets.
The load balancer evenly distributes requests across all its registered Availability Zones that contain instances. For more information, see Add or Remove Availability Zones in the Classic Load Balancers Guide.
#modify_load_balancer_attributes(options = {}) ⇒ Types::ModifyLoadBalancerAttributesOutput
Modifies the attributes of the specified load balancer.
You can modify the load balancer attributes, such as AccessLogs
, ConnectionDraining
, and CrossZoneLoadBalancing
by either enabling or disabling them. Or, you can modify the load balancer attribute ConnectionSettings
by specifying an idle connection timeout value for your load balancer.
For more information, see the following in the Classic Load Balancers Guide:
#register_instances_with_load_balancer(options = {}) ⇒ Types::RegisterEndPointsOutput
Adds the specified instances to the specified load balancer.
The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.
Note that RegisterInstanceWithLoadBalancer
completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use DescribeLoadBalancers or DescribeInstanceHealth.
After the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in one of the Availability Zones registered for the load balancer is moved to the OutOfService
state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the InService
state.
To deregister instances from a load balancer, use DeregisterInstancesFromLoadBalancer.
For more information, see Register or De-Register EC2 Instances in the Classic Load Balancers Guide.
#remove_tags(options = {}) ⇒ Struct
Removes one or more tags from the specified load balancer.
#set_load_balancer_listener_ssl_certificate(options = {}) ⇒ Struct
Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.
For more information about updating your SSL certificate, see Replace the SSL Certificate for Your Load Balancer in the Classic Load Balancers Guide.
#set_load_balancer_policies_for_backend_server(options = {}) ⇒ Struct
Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the instance ports; this policy type is composed of multiple public key policies.
Each time you use SetLoadBalancerPoliciesForBackendServer
to enable the policies, use the PolicyNames
parameter to list the policies that you want to enable.
You can use DescribeLoadBalancers or DescribeLoadBalancerPolicies to verify that the policy is associated with the EC2 instance.
For more information about enabling back-end instance authentication, see Configure Back-end Instance Authentication in the Classic Load Balancers Guide. For more information about Proxy Protocol, see Configure Proxy Protocol Support in the Classic Load Balancers Guide.
#set_load_balancer_policies_of_listener(options = {}) ⇒ Struct
Replaces the current set of policies for the specified load balancer port with the specified set of policies.
To enable back-end server authentication, use SetLoadBalancerPoliciesForBackendServer.
For more information about setting policies, see Update the SSL Negotiation Configuration, Duration-Based Session Stickiness, and Application-Controlled Session Stickiness in the Classic Load Balancers Guide.
#wait_until(waiter_name, params = {}) {|waiter| ... } ⇒ Boolean
Waiters polls an API operation until a resource enters a desired state.
Basic Usage
Waiters will poll until they are succesful, they fail by entering a terminal state, or until a maximum number of attempts are made.
# polls in a loop, sleeping between attempts client.waiter_until(waiter_name, params)
Configuration
You can configure the maximum number of polling attempts, and the delay (in seconds) between each polling attempt. You configure waiters by passing a block to #wait_until:
# poll for ~25 seconds
client.wait_until(...) do |w|
w.max_attempts = 5
w.delay = 5
end
Callbacks
You can be notified before each polling attempt and before each
delay. If you throw :success
or :failure
from these callbacks,
it will terminate the waiter.
started_at = Time.now
client.wait_until(...) do |w|
# disable max attempts
w.max_attempts = nil
# poll for 1 hour, instead of a number of attempts
w.before_wait do |attempts, response|
throw :failure if Time.now - started_at > 3600
end
end
Handling Errors
When a waiter is successful, it returns true
. When a waiter
fails, it raises an error. All errors raised extend from
Waiters::Errors::WaiterFailed.
begin
client.wait_until(...)
rescue Aws::Waiters::Errors::WaiterFailed
# resource did not enter the desired state in time
end
#waiter_names ⇒ Array<Symbol>
Returns the list of supported waiters. The following table lists the supported waiters and the client method they call:
Waiter Name | Client Method | Default Delay: | Default Max Attempts: |
---|---|---|---|
:any_instance_in_service | #describe_instance_health | 15 | 40 |
:instance_deregistered | #describe_instance_health | 15 | 40 |
:instance_in_service | #describe_instance_health | 15 | 40 |