AWS SDK for .NET Documentation
CreateLoadBalancer Method (createLoadBalancerRequest)
AmazonAmazon.ElasticLoadBalancingAmazonElasticLoadBalancingClientCreateLoadBalancer(CreateLoadBalancerRequest) Did this page help you?   Yes   No    Tell us about it...

Creates a new load balancer.

After the call has completed successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The DNS name includes the name of the AWS region in which the load balance was created. For example, if your load balancer was created in the United States, the DNS name might end with either of the following:

For information about the AWS regions supported by Elastic Load Balancing, see Regions and Endpoints .

You can create up to 20 load balancers per region per account.

Elastic Load Balancing supports load balancing your Amazon EC2 instances launched within any one of the following platforms:

Declaration Syntax
C#
public CreateLoadBalancerResponse CreateLoadBalancer(
	CreateLoadBalancerRequest createLoadBalancerRequest
)
Parameters
createLoadBalancerRequest (CreateLoadBalancerRequest)
Container for the necessary parameters to execute the CreateLoadBalancer service method on AmazonElasticLoadBalancing.
Return Value
The response from the CreateLoadBalancer service method, as returned by AmazonElasticLoadBalancing.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)