Elastic Load Balancing

2017/05/11 - Elastic Load Balancing - 1 new api methods

DescribeAccountLimits (new) Link ΒΆ

Describes the current Elastic Load Balancing resource limits for your AWS account.

For more information, see Limits for Your Application Load Balancer in the Application Load Balancer Guide.

See also: AWS API Documentation

Request Syntax

client.describe_account_limits(
    Marker='string',
    PageSize=123
)
type Marker:

string

param Marker:

The marker for the next set of results. (You received this marker from a previous call.)

type PageSize:

integer

param PageSize:

The maximum number of results to return with this call.

rtype:

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:

          • application-load-balancers

          • listeners-per-application-load-balancer

          • rules-per-application-load-balancer

          • target-groups

          • targets-per-application-load-balancer

        • 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.