Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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()

Value

A list with the following syntax:

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

Examples

## Not run: 
# This example describes the Auto Scaling limits for your AWS account.
svc$describe_account_limits()

## End(Not run)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.