alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure

alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure


daily thoughts from a cloud infrastructure perspective

Tags


Terraform

Creating EKS cluster in AWS with Terraform

Creating an EKS cluster in AWS is an easy task with Terraform. We will start off with looking for the respective module in Terraform registry (https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/18.26.3).  We will be using version 18.26.3 in this article. Quick Start We can always…

Alex Alex

Creating VPC in AWS with Terraform

Creating a Virtual Private Cloud (VPC) in Amazon Web Service (AWS) is a hassle if done through the AWS console or CLI. By utilising Terraform, we can create a VPC in seconds. Before we start off with terraform to create our VPC, let's look into AWS VPC deeper (https://docs.aws.amazon.com/vpc/latest…

Alex Alex