codepipeline Finalizing CodePipeline with Lambda Hey there, it has been awhile since my last post! No I did not contract COVID-19 yet. I have been busy studying for the AWS Devops Professional Certification! Now that
packer Installing and Using Packer to Create AWS Images Hashicorp's Packer is an open source tool that enables users to create machine images using infrastructure as code. What this allows me to do, is create custom images with my
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
jenkins Installing Jenkins in a Container In an effort to become more comfortable with Docker, I will be deploying applications in containers moving forward! First test subject - Jenkins. What is Jenkins? Jenkins is a CI/
flask Playing with CI/CD on Gitlab-CI Part 2 (Flask) You may remember Part 1 of "Playing with CI/CD on Gitlab-CI" where I setup the skeleton for a basic pipeline. If not please check it out here, and try
gitlab Playing with CI/CD on Gitlab-CI Part 1 Hey everybody today I'll show you a very rudimentary continuous integration and continuous delivery pipeline using Gitlab's CI process. Think of this a boilerplate or launch platform for future coding