https://github.com/hq969/ci-cd-pipeline-for-dockerized-web-app-on-aws-ecs-using-codepipeline
The application is built using Python 3.11 and Flask, containerized via Docker, and pushed to Amazon ECR. AWS CodePipeline triggers a build on every push to the source repository (GitHub or CodeCommit), CodeBuild compiles the Docker image and generates imagedefinitions.json, and CodeDeploy handles the deployment to ECS Fargate.
https://github.com/hq969/ci-cd-pipeline-for-dockerized-web-app-on-aws-ecs-using-codepipeline
amazon codepipeline dockerfile ecr ecs python
Last synced: 4 months ago
JSON representation
The application is built using Python 3.11 and Flask, containerized via Docker, and pushed to Amazon ECR. AWS CodePipeline triggers a build on every push to the source repository (GitHub or CodeCommit), CodeBuild compiles the Docker image and generates imagedefinitions.json, and CodeDeploy handles the deployment to ECS Fargate.
- Host: GitHub
- URL: https://github.com/hq969/ci-cd-pipeline-for-dockerized-web-app-on-aws-ecs-using-codepipeline
- Owner: hq969
- License: mit
- Created: 2025-05-22T06:09:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-22T06:25:57.000Z (5 months ago)
- Last Synced: 2025-06-17T11:59:16.317Z (4 months ago)
- Topics: amazon, codepipeline, dockerfile, ecr, ecs, python
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE