g33kzone

g33kzone

Follow
homenewsletter
Tag

Devops

#devops

More content

Read more stories on Hashnode


Articles with this tag

Build AWS AMI with HashiCorp Packer using GitHub Actions

Aug 10, 20217 min read 5.0K views

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...

Build AWS AMI with HashiCorp Packer using GitHub Actions

Terraform -Automate CI/CD Workflows via GitHub Actions

Jul 18, 20217 min read 1.0K views

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...

Terraform -Automate CI/CD Workflows via GitHub Actions

Terraform - Getting started

Jul 1, 20215 min read 216 views

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...

Terraform -  Getting started

Configuring Jenkins on AWS EC2 Instance

Jun 28, 20213 min read 526 views

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...

Configuring Jenkins on AWS EC2 Instance

Jenkins - Getting Started

Jun 21, 20211 min read 48 views

Jenkins is an open-source automation server written in Java. It supports the entire software delivery lifecycle, including build, document, test,...

Jenkins - Getting Started

Jenkins - Docker Setup Error

Feb 12, 20201 min read 47 views

While setting up Docker plugin within Jenkins one might encounter the following error Got permission denied while trying to connect to the Docker...

Jenkins - Docker Setup Error