

# Quotas in AWS CodeArtifact
<a name="service-limits"></a>

 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](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) in the *Amazon Web Services General Reference*.

You can [ request a service quota increase](https://console.aws.amazon.com/support/home#/case/create%3FissueType=service-limit-increase) for the following CodeArtifact resource quotas. For more information about requesting a service quota increase, see [AWS Service Quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html).

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/codeartifact/latest/ug/service-limits.html)

**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. For CI/CD environments running multiple concurrent `bundle install` operations, the effective request rate can be significantly higher than the HTTP request count. If you experience throttling during Ruby gem resolution, request a quota increase for *Read requests per second from a single AWS account*.