Creates a new LoadBalancer.
After the call has completed successfully, a new LoadBalancer is created; however, it will not be usable until at least one instance has been registered. When the LoadBalancer creation is completed, the client can check whether or not it is usable by using the DescribeInstanceHealth action. The LoadBalancer is usable as soon as any registered instance is InService .
NOTE: Currently, the client's quota of LoadBalancers is limited to ten per Region.
NOTE: LoadBalancer DNS names vary depending on the Region they're created in. For LoadBalancers created in the United States, the DNS name ends with: us-east-1.elb.amazonaws.com (for the US Standard Region) us-west-1.elb.amazonaws.com (for the Northern California Region) For LoadBalancers created in the EU (Ireland) Region, the DNS name ends with: eu-west-1.elb.amazonaws.com
For information on using CreateLoadBalancer to create a new LoadBalancer in Amazon EC2, go to Using Query API section in the Creating a Load Balancer With SSL Cipher Settings and Back-end Authentication topic of the Elastic Load Balancing Developer Guide .
For information on using CreateLoadBalancer to create a new LoadBalancer in Amazon VPC, go to Using Query API section in the Creating a Basic Load Balancer in Amazon VPC topic of the Elastic Load Balancing Developer Guide .
| C# |
CreateLoadBalancerResponse CreateLoadBalancer( CreateLoadBalancerRequest createLoadBalancerRequest )
- createLoadBalancerRequest (CreateLoadBalancerRequest)
- Container for the necessary parameters to execute the CreateLoadBalancer service method on AmazonElasticLoadBalancing.