Subscribe to my newsletter and never miss my upcoming articles
Security best practices recommend the latest base images (e.g. AWS AMI ) for spinning VM on the cloud. Up to date software patches reduce the risk of any security breach. This emphasizes a strong need to set up an Image Factory to automate the image ...
This article will set up a CI/CD pipeline for our Terraform source code ( refer post ) to spin AWS EC2 instance. The aim is to automate our development workflow by building the DevOps pipeline using GitHub Actions. GitHub Actions Before we proceed fu...
The previous Terraform blog gave us a basic introduction to Terraform. We also discussed writing a simple Terraform code to create an AWS EC2 instance with minimal code. Maintaining all codebases in a single main.tf file is good for beginners. Howeve...
Deploy AWS EC2 Instance
AWS CLI Configuration
This post provides an overview of the steps required to install and run Jenkins Server on Amazon Linux 2. By the end of the post, we will have a working Jenkins Server ready to configure pipelines. Jenkins can be installed in numerous ways - Nat...