learning-software-engineering / learning-software-engineering.github.io

MIT License
16 stars 206 forks source link

Continuous Deployment - Deploying Dockerized app using ECR, ECS & Github Actions #529

Closed DanielDervishi closed 3 months ago

DanielDervishi commented 3 months ago

After deploying an application onto AWS with the help of Amazon ECR and Amazon ECS, the next step is to automate the process so that you don't have to be notified any time your team wants to make a change to production. In the associated guide we'll discuss how to use Github Actions to create a CD pipeline for your team.