Create CodeBuild Project

Overview

AWS CodeBuild is a managed service that automates code compilation, testing, and artifact creation. It scales automatically and integrates with other AWS services, using a buildspec.yml file to configure build commands and settings.

  1. Navigate to the CodeBuild section on the AWS console UI codebuild
  2. Choose Create Project codebuild
  3. In the Project Configuration, enter Project Name you want codebuild
  4. In the Source section, select Source provider
    • Connect to your Github account
    • Choose the repository from your Github repo codebuild
  5. Config the environment
    • In the Operating Sytems section, choose your OS
    • Leave the Runtime(s) as default : Standard Runtime codebuild
    • In the Image section, select the latest runtime
    • Select new service role
    • Enter role name codebuild
    • Select Buildspec option to use the provided buildspec.yml file codebuild
  6. Enter Create New Project codebuild
  7. Result codebuild