Learn R Programming

paws.management (version 0.1.12)

autoscaling_describe_account_limits: Describes the current Amazon EC2 Auto Scaling resource quotas for your AWS account

Description

Describes the current Amazon EC2 Auto Scaling resource quotas for your AWS account.

For information about requesting an increase, see Amazon EC2 Auto Scaling service quotas in the Amazon EC2 Auto Scaling User Guide.

Usage

autoscaling_describe_account_limits()

Arguments

Value

A list with the following syntax:

list(
  MaxNumberOfAutoScalingGroups = 123,
  MaxNumberOfLaunchConfigurations = 123,
  NumberOfAutoScalingGroups = 123,
  NumberOfLaunchConfigurations = 123
)

Examples

Run this code
if (FALSE) {
# This example describes the Auto Scaling limits for your AWS account.
svc$describe_account_limits()
}

Run the code above in your browser using DataLab