Quotas in AWS CodeArtifact
The following table describes resource quotas in CodeArtifact. To view the resource quotas along with the list of service endpoints for CodeArtifact, see AWS service quotas in the Amazon Web Services General Reference.
You can
request a service quota increase
Name | Default | Adjustable | Description |
---|---|---|---|
Asset file size | Each supported Region: 5 Gigabytes |
Yes |
The maximum file size per asset. |
Assets per package version | Each supported Region: 150 | No | The maximum number of assets per package version. |
CopyPackageVersions requests per second | Each supported Region: 5 |
Yes |
The maximum number of calls that can be made to CopyPackageVersions per second. |
Direct upstreams per repository | Each supported Region: 10 | No | The maximum number of direct upstream repositories per repository. |
Domains per AWS account | Each supported Region: 10 |
Yes |
The maximum number of domains that can be created per AWS account. |
GetAuthorizationToken requests per second | Each supported Region: 40 |
Yes |
The maximum number of authorization tokens retrieved per second. |
GetPackageVersionAsset requests per second | Each supported Region: 50 |
Yes |
The maximum number of calls that can be made to GetPackageVersionAsset per second. |
ListPackageVersionAssets requests per second | Each supported Region: 200 |
Yes |
The maximum number of calls that can be made to ListPackageVersionAssets per second. |
ListPackageVersions requests per second | Each supported Region: 200 |
Yes |
The maximum number of calls that can be made to ListPackageVersions per second. |
ListPackages requests per second | Each supported Region: 200 |
Yes |
The maximum number of calls that can be made to ListPackages per second. |
PublishPackageVersion requests per second | Each supported Region: 10 |
Yes |
The maximum number of calls that can be made to PublishPackageVersion per second. |
Read requests per second from a single AWS account | Each supported Region: 800 |
Yes |
The maximum number of read requests from one AWS account per second. |
Repositories per domain | Each supported Region: 1,000 |
Yes |
The maximum number of repositories that can be created per domain. |
Requests per second using a single authentication token | Each supported Region: 1,200 | No | The maximum number of requests per second using a single authentication token. |
Requests without authentication token per IP address | Each supported Region: 600 | No | The maximum number of requests per second without an authentication token from a single IP address. |
Upstream repositories searched | Each supported Region: 25 | No | The maximum number of upstream repositories searched when resolving a package. |
Write requests per second from a single AWS account | Each supported Region: 100 |
Yes |
The maximum number of write requests from one AWS account per second. |
Note
In general, each read request made to CodeArtifact counts as one request counted against a quota. However, for the Ruby package format, a
single read request to the /api/v1/dependencies
operation can request data about multiple packages.
For example, the request can look like https://${CODEARTIFACT_REPO_ENDPOINT}/api/v1/dependencies?gems=gem1,gem2.gem3
.
In this example, the request counts as three requests against the quota.
Note that the multiple requests only applies to service quotas, not billing. In the example, you will be billed only for one request, although it counts as three requests towards the service quota.