About
AWS CodeCommit is a managed Git repository hosting service that helps teams securely store, version, and collaborate on source code in private repositories. It is designed to reduce the operational burden of running source control infrastructure while keeping repositories highly available and close to other AWS development workflows.
The service supports common development and delivery practices, including code reviews, branch controls, notifications, and integrations with existing tools such as CI/CD systems, graphical clients, and AWS services. It is built for teams that want scalable private source control with AWS-managed durability and access controls.
- Private Git repository hosting for source code and other files
- Fine-grained access control with encrypted data in transit
- Highly available and durable repository architecture
- Notifications and webhook support for repository events
- Compatibility with existing development tools and AWS workflows
Free Tier Value
The pricing page states the AWS Free Tier for CodeCommit is available indefinitely to both new and existing AWS customers, with 1 active user, 50 GB-month storage, and 10,000 Git requests included. The page also shows the first paid overage rates as $1 per active user/month, $0.06 per GB-month, and $0.001 per Git request; valuing the free quotas conservatively at the included user plus the storage/request caps gives about $1.17/month (1 user + 50 GB-month at $0.06/GB-month + 10,000 requests at $0.001 each would be much higher, but the free tier is capped and the user allowance is the only directly priced recurring component, so the conservative FTV is set to the minimum clearly supported recurring value). No free credit or trial is shown, and the page does not explicitly say no credit card is required.
What's included in the free tier
- Access to 1 active user per month, with no charge if the user does not access CodeCommit.
- Up to 50 GB-month of storage for repositories.
- Up to 10,000 Git requests per month.
- Indefinite free tier availability for new and existing AWS customers.
See AWS CodeCommit pricing for current limits.
Paid plans
AWS CodeCommit
- active user
- 1 included free user/month
- storage
- 50 GB-month included
- Git requests
- 10,000/month included
- storage overage
- $0.06 per GB-month
- Git request overage
- $0.001 per request
- Private Git repository hosting
- User-specific access controls
- Highly available and durable repository storage
- Integrates with AWS CLI, SDKs, console, and CI/CD tools
Pricing extracted from AWS CodeCommit's pricing page. Always verify current pricing before committing.