amazonka-elb: Amazon Elastic Load Balancing SDK.
Elastic Load Balancing A load balancer distributes incoming traffic across your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered instances and ensures that it routes traffic only to healthy instances. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer and a protocol and port number for connections from the load balancer to the instances. Elastic Load Balancing supports two types of load balancers: Classic load balancers and Application load balancers (new). A Classic load balancer makes routing and load balancing decisions either at the transport layer (TCP/SSL) or the application layer (HTTP/HTTPS), and supports either EC2-Classic or a VPC. An Application load balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS), supports path-based routing, and can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC). For more information, see the . This reference covers the 2012-06-01 API, which supports Classic load balancers. The 2015-12-01 API supports Application load balancers. To get started, create a load balancer with one or more listeners using CreateLoadBalancer. Register your instances with the load balancer using RegisterInstancesWithLoadBalancer. All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code.
The types from this library are intended to be used with amazonka, which provides mechanisms for specifying AuthN/AuthZ information and sending requests.
Use of lenses is required for constructing and manipulating types. This is due to the amount of nesting of AWS types and transparency regarding de/serialisation into more palatable Haskell values. The provided lenses should be compatible with any of the major lens libraries such as lens or lens-family-core.
See Network.AWS.ELB or the AWS Documentation to get started.
[Skip to Readme]
Modules
[Index]
- Network
- AWS
- Network.AWS.ELB
- Network.AWS.ELB.AddTags
- Network.AWS.ELB.ApplySecurityGroupsToLoadBalancer
- Network.AWS.ELB.AttachLoadBalancerToSubnets
- Network.AWS.ELB.ConfigureHealthCheck
- Network.AWS.ELB.CreateAppCookieStickinessPolicy
- Network.AWS.ELB.CreateLBCookieStickinessPolicy
- Network.AWS.ELB.CreateLoadBalancer
- Network.AWS.ELB.CreateLoadBalancerListeners
- Network.AWS.ELB.CreateLoadBalancerPolicy
- Network.AWS.ELB.DeleteLoadBalancer
- Network.AWS.ELB.DeleteLoadBalancerListeners
- Network.AWS.ELB.DeleteLoadBalancerPolicy
- Network.AWS.ELB.DeregisterInstancesFromLoadBalancer
- Network.AWS.ELB.DescribeInstanceHealth
- Network.AWS.ELB.DescribeLoadBalancerAttributes
- Network.AWS.ELB.DescribeLoadBalancerPolicies
- Network.AWS.ELB.DescribeLoadBalancerPolicyTypes
- Network.AWS.ELB.DescribeLoadBalancers
- Network.AWS.ELB.DescribeTags
- Network.AWS.ELB.DetachLoadBalancerFromSubnets
- Network.AWS.ELB.DisableAvailabilityZonesForLoadBalancer
- Network.AWS.ELB.EnableAvailabilityZonesForLoadBalancer
- Network.AWS.ELB.ModifyLoadBalancerAttributes
- Network.AWS.ELB.RegisterInstancesWithLoadBalancer
- Network.AWS.ELB.RemoveTags
- Network.AWS.ELB.SetLoadBalancerListenerSSLCertificate
- Network.AWS.ELB.SetLoadBalancerPoliciesForBackendServer
- Network.AWS.ELB.SetLoadBalancerPoliciesOfListener
- Network.AWS.ELB.Types
- Network.AWS.ELB.Waiters
- Network.AWS.ELB
- AWS
Downloads
- amazonka-elb-1.4.4.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.0, 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.0.1, 1.2.0.2, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.3.1, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.5.0, 1.6.0, 1.6.1, 2.0 |
---|---|
Dependencies | amazonka-core (>=1.4.4 && <1.4.5), base (>=4.7 && <4.19) [details] |
License | LicenseRef-OtherLicense |
Copyright | Copyright (c) 2013-2016 Brendan Hay |
Author | Brendan Hay |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Revised | Revision 1 made by jack at 2024-05-13T07:48:24Z |
Category | Network, AWS, Cloud, Distributed Computing |
Home page | https://github.com/brendanhay/amazonka |
Bug tracker | https://github.com/brendanhay/amazonka/issues |
Source repo | head: git clone git://github.com/brendanhay/amazonka.git |
Uploaded | by BrendanHay at 2016-10-23T08:50:32Z |
Distributions | NixOS:2.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 38608 total (70 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-10-23 [all 1 reports] |