0 votes
in AWS CodeCommit by
What limitations are associated with AWS CodeCommit when it comes to repository size, file size, and number of repositories per account?

1 Answer

0 votes
by

AWS CodeCommit has the following limitations:

1. Repository size: Soft limit of 10 GB per repository, can be increased upon request.

2. File size: Maximum individual file size is 2 GB.

3. Number of repositories per account: Default soft limit of 1000 repositories, can be increased upon request.

These limits ensure optimal performance and resource allocation while preventing abuse. Users can contact AWS support to request an increase in these limits if necessary for their use case.

...