View a markdown version of this page

Quotas in AWS Elemental MediaConnect - AWS Elemental MediaConnect

Quotas in AWS Elemental MediaConnect

The following table describes quotas, formerly referred to as limits, in AWS Elemental MediaConnect. For information about quotas that can be changed, see AWS Service Quotas.

Resource Default quota Comments
Bridges 40 per gateway The maximum number of bridges that a gateway can have.

You cannot increase this quota.

Entitlements 50 per flow The maximum number of entitlements that you can grant on a flow.

You cannot increase this quota.

Flows 20 per AWS Region

The maximum number of flows that you can create in each AWS Region.

You can request a quota increase.

Outputs

50 per transport stream flow

10 per CDI flow

The maximum number of outputs that a flow can have.

You cannot increase this quota.

Sources

2 per transport stream flow

1 per CDI flow

The maximum number of sources that a flow can have.

You cannot increase this quota.

RouterInputs 20 per AWS Region

The maximum number of router inputs that you can create in each AWS Region.

You can request a quota increase.

RouterNetworkInterfaces 10 per AWS Region

The maximum number of router network interfaces that you can create in each AWS Region.

You can request a quota increase.

RouterOutputs 20 per AWS Region

The maximum number of router outputs that you can create in each AWS Region.

You can request a quota increase.

VpcInterfaces 2 ENA interfaces and 1 EFA interface per flow The maximum number of VPC interfaces that a flow can have.

You cannot increase this quota.

Note

To optimize performance, we recommend that you set up your workflow for an aggregate output bandwidth of 400 Mb/s or less. For more information, see Best practices.

Feature-specific output limitations

The following features have additional output limitations:

Feature Output limitation
Content quality analysis Maximum of 10 outputs per flow. If exceeded, content quality analysis is automatically disabled.
Thumbnails

Maximum of 10 outputs per flow. If exceeded, thumbnail generation is automatically disabled.

Limits for API requests

The following table describes the limits for API request frequency in MediaConnect. You cannot increase these limits. If you exceed these limits, you receive an HTTP 429 (too many requests) error.

API method Limit Comments
Frequency of API requests - steady state

30 requests per second for each account in a Region for the following APIs:

  • DescribeFlow

  • DescribeFlowSourceMetadata

  • DescribeFlowSourceThumbnail

  • GetRouterInput

  • GetRouterInputSourceMetadata

  • GetRouterInputThumbnail

  • GetRouterOutput

  • TakeRouterInput

5 requests per second for each account in a Region for all other APIs.

You cannot increase this limit.

Frequency of API requests - burst mode

For all APIs:

  • 30 requests per second for each account in a Region.

You cannot increase this limit.

In burst mode, you can temporarily exceed the steady state limit. If API requests exceed the burst mode limit, your requests are throttled and you receive an HTTP 429 error. The limit refills at a rate of 5 requests per second.

Note

If your application exceeds these limits, implement exponential backoff for retries. For more information, see Error Retries and Exponential Backoff in AWS in the Amazon Web Services General Reference.