# CodeCommit, CodeBuild, CodeDeploy, and CodePipeline

***

<https://scalastic.io/en/aws-codecommit-codebuild-codedeploy-codepipeline/>

***

**CodeCommit**

* What it is: Private Git repositories hosted by AWS.
* CRITICAL UPDATE: As of July 2024, AWS has closed CodeCommit to new customers. AWS now officially recommends using GitHub or GitLab instead.
* Equivalents:
  * GCP: Cloud Source Repositories (Also rarely used compared to GitHub)
  * Azure: Azure Repos (Commonly used in enterprise)

**CodeBuild**

* What it is: A serverless build server. It compiles your code, runs unit tests, and packages your application.
* Equivalents:
  * GCP: Cloud Build
  * Azure: Azure Pipelines (Build)

**CodeDeploy**

* What it is: Automates the deployment of code to EC2 instances, Lambda functions, or Fargate containers.
* Equivalents:
  * GCP: Cloud Deploy
  * Azure: Azure Pipelines (Release)

**CodePipeline**

* What it is: The "Orchestrator" of CI/CD. It connects the steps: *Source (GitHub) -> Build (CodeBuild) -> Deploy (CodeDeploy)*.
* Equivalents:
  * GCP: Cloud Build (triggers)
  * Azure: Azure Pipelines

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://de-learning-logs.gitbook.io/my-de-learning-logs/cloud-platforms/aws/devops/codecommit-codebuild-codedeploy-and-codepipeline.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
