#devops
Read more stories on Hashnode
Articles with this tag
Remember the days when deploying a new app meant wrestling with servers, deciphering cryptic configuration files, and hoping you didn't trigger a...
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...
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...
Deploy AWS EC2 Instance ยท This is my first post on Terraform series. Hence I will limit my discussion to the overview on Terraform and the creation of...
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...
Jenkins is an open-source automation server written in Java. It supports the entire software delivery lifecycle, including build, document, test,...