

# Manage quotas with Service Quotas
<a name="manage-quotas"></a>

Service Quotas console allows you to [request quota increases or decrease quota](https://console.aws.amazon.com/servicequotas/home#!/services/geo/quotas) for adjustable quotas. Service quotas are the maximum number of API calls or resources you can have per AWS account and AWS Region. When requesting a quota increase, select the Region you require the quota increase in since most quotas are Region-specific. Amazon Location Service denies additional requests that exceed the service quota.

 Rate limits (quotas that start with Rate of...) are the maximum number of requests per second, with a burst rate of 80 percent of the limit within any part of the second, defined for each API operation. Operations with rate limits increased for an account through Service Quotas may have a burst rate lower than 80 percent of the increased rate limit. Amazon Location Service throttles requests that exceed the operation's rate limit. 

## Managing your Amazon Location service quotas
<a name="manage-quotas_how"></a>

 Amazon Location Service is integrated with Service Quotas, an AWS service that enables you to view and manage your quotas from a central location. For more information, see [ What Is Service Quotas?](https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html) in the *Service Quotas User Guide*.

 Service Quotas makes it easy to look up the value of your Amazon Location service quotas. 

------
#### [ AWS Management Console ]

1. Open the [Service Quotas console](https://console.aws.amazon.com/servicequotas).

1. In the navigation pane, choose **AWS services**.

1. From the **AWS services** list, search for and select **Amazon Location**.

1. In the **Service quotas** list, you can see the service quota name, applied value (if it is available), AWS default quota, and whether the quota value is adjustable.

1. To view additional information about a service quota, such as the description, choose the quota name.

1. (Optional) To request a quota increase, select the quota that you want to increase, select **Request quota increase**, enter or select the required information, and select **Request**.

 To work more with service quotas using the console, see the *Service Quotas User Guide*. To request a quota increase, see [Requesting a quota increase](https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html) in the *Service Quotas User Guide*. 

------
#### [ AWS CLI ]

Run the following command to view the default Amazon Location quotas.

```
aws service-quotas list-aws-default-service-quotas \
    --query 'Quotas[*].{Adjustable:Adjustable,Name:QuotaName,Value:Value,Code:QuotaCode}' \
    --service-code geo \
    --output table
```

To work more with service quotas using the AWS CLI, see the Service Quotas section in the *AWS CLI Command Reference*. To request a quota increase, see [https://docs.aws.amazon.com/cli/latest/reference/service-quotas/request-service-quota-increase.html](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/request-service-quota-increase.html) in the *AWS CLI Command Reference*. 

------

## FAQ
<a name="manage-quotas_faq"></a>

**What are the default quotas for Amazon Location Service resources?**  
Amazon Location Service sets default quotas for APIs to help manage service capacity, which can be viewed in the [AWS Service Quotas Management Console](https://console.aws.amazon.com/servicequotas/home#!/services/geo/quotas). You can find links to all of these in the [Monitoring your Amazon Location service quotas](#manage-quotas_monitor) section below.

**How can I request an increase in quotas for Amazon Location Service?**  
You can request an increase in Amazon Location Service quotas through the [self-service console](https://console.aws.amazon.com/servicequotas/home#!/services/geo/quotas), for up to 2x the default limit for each API. For quota limits exceeding 2x the default limit, request in the self service console and it will submit a support ticket. Alternately, you can connect your premium support team 

**Are there additional costs associated with requesting higher quotas for Amazon Location Service?**  
There are no direct charges for quota increase requests, but higher usage levels may lead to increased service costs based on the additional resources consumed. 

## Monitoring your Amazon Location service quotas
<a name="manage-quotas_monitor"></a>

 You can monitor your usage against your quotas with Amazon CloudWatch. For more information, see [Monitor with Amazon CloudWatch](cloudwatch.md).

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/location/latest/developerguide/manage-quotas.html)

## Learn more
<a name="manage-quotas_learn"></a>

 To learn more about service quotas, see the [Service Quotas documentation](https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html). 