CodeBuild

aws/developer-tools aws/service

💡 Definition

AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy.

🔑 Key Concepts

⚙️ How it Works

  1. Source: Connects to CodeCommit, S3, or GitHub.
  2. Build: Provision a temporary container, run the commands in buildspec.yml.
  3. Output: Upload the resulting artifacts to an S3 bucket.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * CodeCommit * CodePipeline * CodeDeploy