Elastic Load Balancing
API Reference (API Version 2011-11-15)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

CreateLoadBalancerListeners

Description

Creates one or more listeners on a LoadBalancer for the specified port. If a listener with the given port does not already exist, it will be created; otherwise, the properties of the new listener must match the properties of the existing listener.

Request Parameters

For information about the common parameters that all actions use, see Common Query Parameters.

Name Description Required
Listeners.member.N

A list of LoadBalancerPort, InstancePort, Protocol, and SSLCertificateId items.

Type: Listener list

Yes
LoadBalancerName

The name of the new LoadBalancer. The name must be unique within your AWS account.

Type: String

Yes

Errors

For information about the common errors that all actions use, see Common Errors.

Error Description HTTP Status Code
CertificateNotFound

The specified SSL ID does not refer to a valid SSL certificate in the AWS Identity and Access Management Service.

400
DuplicateListener

A Listener already exists for the given LoadBalancerName and LoadBalancerPort, but with a different InstancePort, Protocol, or SSLCertificateId.

400
InvalidConfigurationRequest

Requested configuration change is invalid.

409
LoadBalancerNotFound

The specified LoadBalancer could not be found.

400