CodeBuild: Deploy to ECS

The Deploy phase pulls our image from the ECR repository and deploys to our ECS cluster. This is done using CodeBuild.

  1. Review the codebuild-deploy-ecs.yaml again. This file defines this Deploy phase.
  2. In your CodePipeline console, expand Build and click on Build projects. AWS Codebuild Projects
  3. Click on the codebuild-deploy-ecs Build project. AWS Codebuild Build
  4. You can view the Build history, Build details and Metrics. AWS Codebuild Build