Tag: terraform

  • Managing Infrastructure as Code (IaC) With Terraform

    Managing Infrastructure as Code (IaC) With Terraform

    When managing AWS resources, it’s common to start with resources created manually or by other tools. As you begin adopting Infrastructure as Code (IaC) with Terraform, importing these existing resources becomes necessary. In this blog, we’ll explore how to import AWS Systems Manager State Manager association into Terraform, and then how to update the EC2…

    Read More

    //

  • Provisioning an EKS cluster using Terraform

    Provisioning an EKS cluster using Terraform

    In this exercise, I will deploy an AWS Elastic Kubernetes Service (EKS) cluster using Terraform and configure kubectl to verify the cluster is ready to use. Kubernetes is an open-source container orchestration system used to manage and deploy containerized applications. A Kubernetes cluster is a collection of nodes that run containerized applications. With AWS EKS,…

    Read More

    //