Create CodeBuild Project

Create CodeBuild Project

  1. Move to the CodeBuild service, on the left menu choose Build projects, then select Create project.

FCJ_ws2

  1. Then:
  • In the Project name field, enter FCJ_Build_Project.
  • In the Source 1 - Primary field, choose provider AWS CodeCommit, then select repo FCJ_Repo.
  • In the Branch field, choose master.

FCJ_ws2

  1. Open the Additional configuration section, then tick Enable this flag if you want to build Docker images or want your builds to get elevated privileges.

FCJ_ws2

  1. In the Buildspec section, tick Use a buildspec file, enter buildspec.yml.

FCJ_ws2

  1. Scroll down and choose Create build project.

FCJ_ws2

  1. Confirm that the build project has been created successfully.

FCJ_ws2