Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 652 Bytes

Integrating with GitHub Actions - CICD pipeline to Deploy Go Application to Amazon ECS

Go CICD

This repository uses GitHub Actions to push the docker image to the ECR, update the task definition and deploy the latest revision in the pre-existing ECS service.

Solution Overview

The solution utilizes following services:

  1. GitHub Actions
  2. AWS ECR
  3. AWS ECS

Prerequisites

  • An AWS account CLI credentials with proper access to ECS and ECR
  • ECS cluster and service