6-part series on configuring a CI/CD pipeline using Customized Docker image on an Apache Web Server & Application Load Balancer
Revathi Joshi
Posted on February 19, 2023
For better understanding and reading purposes, I am linking all my previous 6 articles together with step-by-step instructions in this 6-part series, on how to configure a CI/CD pipeline using Customized Docker image on an Apache Web Server, Application Load Balancer, ECS, ECR, CodeCommit, CodeBuild, CodeDeply services
1st article - 6-part series - (1) Deploy a Custom Docker Image with Centos on an Apache web server and Save it to AWS ECR Repository
2nd article - 6-part series - (2) Create Task Definition in ECS and Application Load balancer for the Task to be run on Fargate Cluster
3rd article - 6-part series - (3) Create Fargate Cluster, and a Service which can access customized Docker image
5th article - 6-part series - (5) Create a CodeBuild Project, upload the code and push it to the master repository
6th article - 6-part series - (6) Create a CodePipeline to see the changes that you made to the index.html file autopopulated
Please visit my GitHub Repository for CI-CD/Docker/ECS/ECR articles on various topics being updated on constant basis.
Posted on February 19, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
November 29, 2024