Category: Infrasture As Code

  • Full Tutorial On How To Deploy AWS VPC, Subnet and Route Table With Terrafom

    Full Tutorial On How To Deploy AWS VPC, Subnet and Route Table With Terrafom

    introduction In the previous blog post, we explored we can deploy EC2 instances with Terraform, empowering you to harness the full potential of the cloud. Now, get ready to take your knowledge further as we delve into the intricacies of deploying AWS VPC Subnet, route tables, and security group, and internet gateway with Terraform. These…

  • Learn The Best Way How To Deploy and Connect To a Bastion Host in AWS EC2 With Terraform

    Learn The Best Way How To Deploy and Connect To a Bastion Host in AWS EC2 With Terraform

    introduction to Bastion host Ever heard of the buzzword Bastion Host? What if I show you a secure and efficient way to access your instances in a private subnet? Follow me on this comprehensive guide that shows how to deploy and connect to a private AWS EC2 instance with Bastion hosts. Also, we will deploy…

  • How To Easily Deploy AWS EC2 Instance With Terraform

    How To Easily Deploy AWS EC2 Instance With Terraform

    Introduction In previous post, we walked through how to deploy an AWS EC2 Instance from the console. Here, we will deploy the same resources using the industry standard Infrastructure as a Code (IaC) called Terraform. what is infrastructure as code Infrastructure as code (IaC) means managing your cloud infrastructure using configuration files. This is as…