An open API service indexing awesome lists of open source software.

https://github.com/codewithmuh/deploy-codepipeline-ecs-ec2

In this tutorial, you'll learn how to containerize an application, push the image to Amazon ECR, and deploy it to Amazon ECS using the EC2 launch type, all powered by a fully automated CI/CD pipeline using AWS CodePipeline. We'll also configure an Application Load Balancer to expose the application to the internet.
https://github.com/codewithmuh/deploy-codepipeline-ecs-ec2

codepipeline devops docker ec2-instance ecs

Last synced: 20 days ago
JSON representation

In this tutorial, you'll learn how to containerize an application, push the image to Amazon ECR, and deploy it to Amazon ECS using the EC2 launch type, all powered by a fully automated CI/CD pipeline using AWS CodePipeline. We'll also configure an Application Load Balancer to expose the application to the internet.

Awesome Lists containing this project

README

          

# deploy-codepipeline-ecs-ec2
In this tutorial, you'll learn how to containerize an application, push the image to Amazon ECR, and deploy it to Amazon ECS using the EC2 launch type, all powered by a fully automated CI/CD pipeline using AWS CodePipeline. We'll also configure an Application Load Balancer to expose the application to the internet.