

# Amazon SQS FIFO queue quotas
<a name="quotas-fifo"></a>

## Amazon SQS quotas
<a name="quotas-fifo-queues"></a>

The following table lists quotas related to FIFO queues.



- **Delay queue**
  - The default (minimum) delay for a queue is 0 seconds. The maximum is 15 minutes.

- **Listed queues**
  - 1,000 queues per [https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueues.html](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueues.html) request.

- **Long polling wait time**
  - The maximum long polling wait time is 20 seconds.

- **Message groups**
  - There is no quota to the number of message groups within a FIFO queue.

- **Messages per queue (backlog)**
  - The number of messages that an Amazon SQS queue can store is unlimited.

- **Messages per queue (in flight)**
  - FIFO queues support a maximum of 120,000 in-flight messages (messages received by a consumer but not yet deleted). If this limit is reached, Amazon SQS does not return an error, but processing may be impacted. You can request an increase beyond this limit by contacting [AWS Support](https://docs.aws.amazon.com/awssupport/latest/user/create-service-quota-increase.html).

- **Queue name**
  - The name of a FIFO queue must end with the `.fifo` suffix. The suffix counts towards the 80-character queue name quota. To determine whether a queue is [FIFO](sqs-fifo-queues.md), you can check whether the queue name ends with the suffix.

- **Queue tag**
  - We don't recommend adding more than 50 tags to a queue. Tagging supports Unicode characters in UTF-8.
  - The tag Key is required, but the tag Value is optional.
  - The tag Key and tag Value are case-sensitive.
  - The tag Key and tag Value can include Unicode alphanumeric characters in UTF-8 and whitespaces. The following special characters are allowed: \_ . : / = \+ - @
  - The tag Key or Value must not include the reserved prefix aws: (you can't delete tag keys or values with this prefix).
  - The maximum tag Key length is 128 Unicode characters in UTF-8. The tag Key must not be empty or null.
  - The maximum tag Value length is 256 Unicode characters in UTF-8. The tag Value may be empty or null.
  - Tagging actions are limited to 30 TPS per AWS account. If your application requires a higher throughput, [submit a request](https://console.aws.amazon.com/servicequotas/home/services/sqs/quotas).

