Skip to main content
  1. Projects/
  2. AWS DevOps Pro Certification/
  3. 1: SDLC Automation/
  4. 1: CodeCommit/

0: CodeCommit Overview

·1 min

What is it?

  • A managed service to host private git repos.
  • It’s highly available, scalable, fault-tolerant
  • Commands will be familiar if you use git normally

Why not just use git?

  • No concerns about managing version control servers
  • It plays nice with other AWS services
    • E.g. build, pipeline, deploy, lambda, SNS

What other repos can I use in AWS deployments?

  • S3
  • GitHub (+ enterprise)
  • Bitbucket