Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_account_limits

ElasticLoadBalancing.Client.describe_account_limits(**kwargs)

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 .

See also: AWS API Documentation

Request Syntax

response = client.describe_account_limits(
    Marker='string',
    PageSize=123
)
Parameters
  • Marker (string) -- The marker for the next set of results. (You received this marker from a previous call.)
  • PageSize (integer) -- The maximum number of results to return with this call.
Return type

dict

Returns

Response Syntax

{
    'Limits': [
        {
            'Name': 'string',
            'Max': 'string'
        },
    ],
    'NextMarker': 'string'
}

Response Structure

  • (dict) --

    • Limits (list) --

      Information about the limits.

      • (dict) --

        Information about an Elastic Load Balancing resource limit for your AWS account.

        • Name (string) --

          The name of the limit. The possible values are:

          • classic-listeners
          • classic-load-balancers
          • classic-registered-instances
        • Max (string) --

          The maximum value of the limit.

    • NextMarker (string) --

      The marker to use when requesting the next set of results. If there are no additional results, the string is empty.