Sha256: a9c2dec84b2ba1290e36114e8ebad23055709d2d13dae11c2a292c2b5b4ebb2d

Contents?: true

Size: 967 Bytes

Versions: 4

Compression:

Stored size: 967 Bytes

Contents

---
title: Overview
nav_order: 2
---

## What is codebuild?

Codebuild is a tool that simplifies creating and managing [AWS CodeBuild](https://aws.amazon.com/codebuild/) projects. It provides a DSL to create a CodeBuild project with reasonable defaults.

The DSL is simply a wrapper to the [CloudFormation CodeBuild Project resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html). Essentially, this means you can **fullly control** and customize of the CodeBuild project.

## Usage Scenarios

Here are some ways to use CodeBuild:

* running unit tests
* deploying code
* building artifacts

Pretty much anything you want to automate, codebuild can run for you. Since CodeBuild is a fully managed service, it gives you the advantage of not having to manage the EC2 instance or the build software.  You do not have to worry about software patches, security updates, or software upgrades.

{% include prev_next.md %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
codebuild-0.6.3 docs/docs.md
codebuild-0.6.2 docs/docs.md
codebuild-0.6.1 docs/docs.md
codebuild-0.6.0 docs/docs.md