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.
- Host: GitHub
- URL: https://github.com/codewithmuh/deploy-codepipeline-ecs-ec2
- Owner: codewithmuh
- License: mit
- Created: 2025-06-01T12:04:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T13:07:41.000Z (about 1 year ago)
- Last Synced: 2025-10-02T21:08:23.879Z (8 months ago)
- Topics: codepipeline, devops, docker, ec2-instance, ecs
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.