AWS CodeCommit
- What it is
- Fully managed, private Git source-control repository hosting.
- Encrypted at rest and in transit; access controlled by IAM.
- Where it sits in the pipeline
- Source stage: CodeCommit → AWS CodeBuild → AWS CodeDeploy, orchestrated by AWS CodePipeline.
- Not to be confused with
- Amazon Elastic Container Registry (ECR) — stores container images.
- AWS CodeArtifact — stores package dependencies (npm, pip, Maven).
- CodeCommit stores source code.
- Note
- AWS closed CodeCommit to new customers in 2024; existing repositories continue to work, and it remains named in the CLF-C02 exam guide.