Search Results for: terraform

How To Deploy A Docker Container to an AWS Cluster Using Terraform

Reading Time: 7 minutes Hello Readers ! I hope you’re doing well . So here I am with the new post where we’ll learn basic about docker , AWS , docker container ,terraform and also How To Deploy A Docker Container to an AWS Cluster Using Terraform. Stay Tuned and stick to the end and perform the task along with me to do so . Let’s Get Started INTRODUCTION Continue Reading

How to Deploy AWS WorkSpaces in AWS using Terraform

Reading Time: 5 minutes Amazon WorkSpaces Amazon WorkSpaces enables you to provision virtual, cloud-based Windows or Linux desktops for your users and that is called WorkSpaces. WorkSpaces eliminates the need to procure and deploy hardware or install the complex or required software. You can quickly add or remove users as your needs change. Users can access their virtual desktops from multiple devices or web browsers. You can follow this Continue Reading

How to Setup Networks in AWS using Terraform

Reading Time: 3 minutes Hello Readers, In this blog we’ll see that how we can set-up OR create networks in AWS using Terraform. Before starting you must have Terraform, AWS CLI install on your local machine and they both must be configure.  SO LET’S GET START! It is easy to set-up Networks using terraform. In order to do so you should follow certain steps. These are as follows: Go Continue Reading

How to Setup Instance in AWS Using Terraform :

Reading Time: 3 minutes Hello Readers, I hope you all are doing so well. In this blog we will see that how we can set-up Instance in AWS using terraform. Before starting you must have Terraform, AWS CLI install on your machine and they both must be configure. So stay tuned with me. SO LET’S GET START!! It is easy to set-up Instance using terraform. In order to do so Continue Reading

Terraform (Infrastructure as Code)

Reading Time: 4 minutes In this blog, we are going to create AWS infrastructure using Terraform. Basically, we can name it “Code as Infrastructure” So before moving to the setup let’s take a little introduction. Introduction: It is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. It is created by hashicorp. The Continue Reading

How to create GKE cluster on GCP using Terraform

Reading Time: 4 minutes GCP is a cloud platform provided by Google. In this blog, we will see how we can provision GKE Google Kubernetes Engine on GCP by using Terraform. Kubernetes is a container orchestration system for managing container-based applications and automated software deployments & management. We will deploy a GKE cluster on GCP by using some Terraform script and modules. Prerequisites – GKE on GCP with Terraform Continue Reading

How To Create S3 Bucket in AWS Using Terraform

Reading Time: 3 minutes Hello Readers, In this blog we’ll see that how we can set-up OR Create S3 Bucket in AWS using Terraform. Before starting you must have Terraform, AWS CLI install on your machine and they both must be configure.  SO LET’S GET START! It is easy to set-up S3 Bucket using terraform. In order to do so you should follow certain steps. These are as follows: Continue Reading

How to Setup IAM Roles in AWS using Terraform

Reading Time: 3 minutes Hello Readers, In this blog we’ll see that how we can set-up or create IAM roles in AWS using terraform. Before starting you must have Terraform, AWS CLI install on your machine and they both must be configure.  What is IAM Roles in AWS ? AWS Identity and Access Management (IAM) is a web service that you can use to securely control access to AWS Continue Reading

How to use Terraform variables in different ways

Reading Time: 2 minutes Introduction to Terraform variables Just like in other technologies, variables let you customize your Terraform modules and resources without altering the modules’ code. Results you do not need to hard code just for a few tweaks in your resources. Using variables is very handy when you are creating the same resources but with different configurations. For example: S3 bucket for diffrent regions EC2 instances of Continue Reading

Spinning up Terraform Configuration – 2

Reading Time: 4 minutes Hi Readers, In previous blog we discussed the basics of terraform and understood the cloud infrastructure. Now here we will understand how to spin up our first terraform configuration. In addition to that we will also see how to setup terraform in our local system. Terraform installation Terraform is available for all Operating systems i.e for Mac OS, Windows and Linux. HashiCorp distributes Terraform as Continue Reading

Terraform Configurations for AWS infrastructure

Reading Time: 5 minutes What is Terraform? Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. This includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS entries, SaaS features, etc. Terraform configurations manages both existing service providers and custom in-house solutions. In this blog, we will look at the Continue Reading

How to deploy Rancher on the EKS cluster using Helm?

Reading Time: 3 minutes Hey readers, so today we’ll see how can we deploy Rancher on the EKS cluster using Helm. Firstly we’ll create an EKS cluster on AWS using Terraform and then we’ll deploy Rancher on EKS using Helm charts. So for that, we’ll be requiring some prerequisites. An AWS account with admin privileges AWS CLI on the local system Configured CLI with the respective AWS account Terraform Continue Reading

How to Spin up Bottlerocket node in EKS via Terraform

Reading Time: 3 minutes In the previous blog, we went through the introduction of Bottlerocket. If you haven’t already read the previous blog, I would recommend to check that out before you begin this one. It walks you through several questions you have in mind with Bottlerocket. This blog will be a quick start for you to spin up Bottlerocket node in Amazon EKS with Terraform as IAAC tool. Continue Reading