codepipeline The Return of CodePipeline So for the past three weeks while studying for the AWS Devops Professional certification, I've been punch-drunk with setting up automated pipelines. I've already automated my container image creation process
AWS Creating Docker Container Images Automatically on AWS! It is a chore to update and build container images. Personally speaking from managing this website running on containers, I hate having to create new container images and uploading it
codepipeline Setting Up a CI/CD Process with AWS CodePipeline Today I'll be setting up an automated delivery process using AWS codepipeline. What is codepipeline? Codepipeline is AWS's take on a CI/CD platform like Gitlab CI, Jenkins, Bamboo, and