What is Service Quotas?
With Service Quotas, you can view and manage your quotas for Amazon Web Services services from a central location. Quotas, also referred to as limits in Amazon Web Services services, are the maximum values for the resources, actions, and items in your Amazon Web Services account. Each Amazon Web Services service defines its quotas and establishes default values for those quotas. If your business needs aren't met by the default limit of service resources or operations that apply to an Amazon Web Services account, resource, or an Amazon Web Services Region, you might need to increase your service quota values. Service Quotas enables you to look up your service quotas and to request increases. Amazon Web Services Support might approve, deny, or partially approve your requests.
Features of Service Quotas
Service Quotas provides the following features:
- View your service quotas
-
The Service Quotas console provides quick access to the Amazon default quota values for your account, across all Amazon Web Services Regions. When you select a service in the Service Quotas console, you see the service's quotas and if that quota is adjustable at the Amazon Web Services account level. Applied quotas are overrides, or increases for a specific quota, over the Amazon default value.
- Request a service quota increase
-
To see if a quota is adjustable, go into the console, navigate to Amazon Web Services services, and select the service from the list. From the service's details page, view the Adjustable column.
Each adjustable quota says at which level the quota can be increased. For service quotas that are adjustable at the account level, you can use Service Quotas to request a quota increase.
You can also increase certain quotas at the resource level.
To request a quota increase in the Service Quotas console, select the service and the specific quota, and then choose Request quota increase. Increases do take some time to review, process, and approve. You can also use Service Quotas API operations or the Amazon CLI tools to request service quota increases.
- View current utilization of resources
-
After your account becomes active for a period of time, you can view a graph of your resource utilization.
Terminology in Service Quotas
The following terms are important for understanding Service Quotas and how it works.
- service quota
-
The maximum number of service resources or operations that apply to an Amazon Web Services account or an Amazon Web Services Region. The number of Amazon Identity and Access Management (IAM) roles per account is an example of an account-based quota. The number of virtual private clouds (VPCs) per Region is an example of a Region-based quota. To determine whether a service quota is Region-specific, check the description of the service quota.
- adjustable value
-
A quota value that can be increased.
- applied quota
-
The updated quota value after a quota increase.
- default value
-
The initial quota value established by Amazon.
- global quota
-
A service quota applied at an account level. Global quotas are available in all Amazon Web Services Regions. You can request an increase to a global quota only from US East (N. Virginia) for Public Amazon partition, Amazon GovCloud (US-West) for Amazon GovCloud (US) Regions, and China (Beijing) for Amazon China Regions.
- usage
-
The number of resources or operations in use for a service quota.
- utilization
-
The percentage of a service quota in use. For example, if the quota value is 200 resources and 150 resources are in use, then the utilization is 75 percent.
- quota context info
-
A structure that describes the context for a resource-level quota. For resource-level quotas, such as
Instances per OpenSearch Service Domain
, you can apply the quota value at the resource-level for each OpenSearch Service Domain in your Amazon Web Services account. Together the attributes of this structure help you understand how the quota is implemented by Amazon and how you can manage it. - context ID
-
Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or *. If the value is an ARN, the quota value applies to that resource. If the value is *, then the quota value applies to all resources of that specific type.
- context scope
-
Specifies the scope to which the quota value is applied.
- context scope type
-
Specifies the resource type to which the quota can be applied.
- quota applied at level
-
Filters an API response to return applied quota values at either the account level, resource level, or all levels.
- quota requested at level
-
Filters an API response to return quota requests at either the account level, resource level, or all levels.
Accessing Service Quotas
You can work with Service Quotas in the following ways:
- Amazon Web Services Management Console
-
The Service Quotas console
is a browser-based interface that you can use to view and manage your service quotas. You can perform almost any task that's related to your service quotas by using the console. You can access Service Quotas from any Amazon Web Services Management Console page by choosing it on the top navigation bar, or by searching for Service Quotas in the Amazon Web Services Management Console. - Amazon Command Line Interface tools
-
By using the Amazon Command Line Interface tools, you can issue commands at your system's command line to perform Service Quotas and other Amazon tasks. This can be a faster and more convenient approach than using the console. The command line tools also are useful if you want to build scripts that perform Amazon tasks.
Amazon provides two sets of command line tools: the Amazon Command Line Interface
and the Amazon Tools for Windows PowerShell . For information about installing and using the Amazon CLI, see the Amazon Command Line Interface User Guide. For information about installing and using the Tools for Windows PowerShell, see the Amazon Tools for Windows PowerShell User Guide. You need Amazon CLI version 2.13.20 or higher to view and manage resource-level quotas such as
Instances per domain
for Amazon OpenSearch Service. - Amazon SDKs
-
The Amazon SDKs consist of libraries and sample code for various programming languages and platforms (for example, Java
, Python , Ruby , .NET , iOS and Android , and others ). The SDKs include tasks such as cryptographically signing requests, managing errors, and retrying requests automatically. For more information about the Amazon SDKs, including how to download and install them, see Tools for Amazon Web Services .