g33kzone

g33kzone

Follow
homenewsletter

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 - Code Structure

Jul 12, 20214 min read 495 views

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

Terraform - Code Structure

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

Create AWS IAM User with Programmatic Access

Jul 1, 20212 min read 414 views

AWS CLI Configuration · This post helps creates AWS IAM Users with programmatic access. Once the setup is configured, a pair of Access Key ID & Secret...

Create AWS IAM User with Programmatic Access

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