g33kzone

g33kzone

Follow
homenewsletter
Tag

AWS

#aws

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

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