Automate building Docker Containers for Fargate using CodeBuild
May 5th, 2021 AWS CodeBuild When you use ECS to deploy your applications, it becomes tedious to build & upload container image to ECR every time you want to make a change. In this post, let's build a CI/CD pipeline for containerized applications using AWS CodeBuild.