image of Terraform and Amazon EKS

How to provision an Amazon EKS cluster with Terraform?

in aws

August 20, 2021

Amazon EKS (Elastic Kubernetes Service) is a managed Kubernetes service that helps users to provision highly available and secure clusters where users can focus on deploying their apps rather than operationalization.

images of users, Terraform, cloud providers and resources provisioned

What is IaC(infrastructure as code) and Terraform?

in infrastructure-as-code

July 06, 2021

IaC (Infrastructure as Code) is the process of automating the provisioning & managing of infrastructure components such as compute, network and storage with configuration files rather than a user interface.