Today I worked on TheCloudBootcamp’s MultiCloug | DevOps | AI 5 day challenge. I’m in to the 3rd days tasks to move the manual app build and deploy process to CI/CD. This employed using GitHub with webhooks to AWS CodePipelines to automatically build and deploy changes to EKS.

This challenge was tough however working through the CodePipeline, CodeBuild and CodeDeploy projects which were fun to setup. Once everything was setup a commit to GitHub to the CloudMart repo triggered a WebHook to the pipeline to pull the repo build a new front end image container and then deployed it to an EKS cluster.

This was a lot of fun! Thank You #TheCloudBootcamp

Challenge Architecture Pipeline Results