INTRODUCTION: AWS Identity and Access Management (IAM) enables you to control access to AWS services and resources securely. An IAM user is an entity you create in AWS to represent the person or service that uses it to interact with AWS. Creating IAM users with the least privilege is a… Continue Reading HOW TO CREATE AN IAM (Identity and Access Management) USER IN AWS CONSOLE

INTRODUCTION: Kops is an open-source tool designed to simplify the process of creating, managing, and maintaining Kubernetes clusters on AWS. It automates the entire lifecycle of a Kubernetes cluster, from initial setup to upgrades and ongoing maintenance. we will walk you through the step-by-step process of installing Kubernetes using Kops… Continue Reading HOW TO INSTALL KUBERNETES USING KOPS ON AWS

Introduction Terraform is one of the most popular Infrastructure-as-code (IaC) tool, used by DevOps teams to automate infrastructure tasks. It is used to automate the provisioning of your cloud resources. Terraform is an open-source, cloud-agnostic provisioning tool developed by HashiCorp and written in GO language. STEP 1: Create one EC2 instance… Continue Reading How to install and Create the AWS infrastructure using Terraform in Ubuntu 22.04