Steps to Create EKS Node Group Using CloudFormation on AWS
Hello, In this blog we are discussing how to create EKS Node Group using Cloudformation. Cloudformation provides a platform where we can easily create a template and run the json/ymal code. It provides a way to create a collection of related aws services. prerequisite: First we need to setup EKS cluster so click on link https://www.hackerxone.com/2021/12/18/steps-to-create-eks-cluster-using-cloudformation-on-aws/ …
Read more “Steps to Create EKS Node Group Using CloudFormation on AWS”
Steps to Setup Evolution Email Client on Ubuntu 20.04 LTS
Evolution is a free & open source personal information management application. It provides integrated mail, calendaring and address book functionality. It is a simple & easy-to-use tool & can easily setup mail address. Using evolution, we can take backup & save in your local system. We can restore the mails from the local system. There …
Read more “Steps to Setup Evolution Email Client on Ubuntu 20.04 LTS”
Steps to Create VPC & Subnet Network Infrastructure on AWS Using Terraform
Hello, In this blog we are discussing how to create VPC ,Subnet, Route table & internet gateway on aws using Terraform. Terraform helps to create network infrastructure such as vpc, subnets, route table etc on aws console. It is an open source infrastructure setup tool, which is created by HashiCorp. There are some steps to …
Read more “Steps to Create VPC & Subnet Network Infrastructure on AWS Using Terraform”
Steps to Create EKS cluster using Cloudformation on AWS
Hello, In this blog we are discussing how to create EKS cluster using Cloudformation. Cloudformation provides a platform where we can easily create a template and run the json/ymal code. It provides a way to create a collection of related aws services. There are some points to create EKS cluster using cloudformation & also find …
Read more “Steps to Create EKS cluster using Cloudformation on AWS”
Steps to Install R Programming Language on Ubuntu 20.04 LTS
R is a free & open source programming language. It provides a free software environment that specializes in statistical computing, graphical representation & performing data analysis. There are some steps to setup R programming language on Ubuntu: Step 1: Update the System. apt-get update Step 2: Install the dependencies. apt install dirmngr gnupg apt-transport-https ca-certificates …
Read more “Steps to Install R Programming Language on Ubuntu 20.04 LTS”
