filmov
tv
Lab #2: How to Use Visual Studio code for Terraform | Creating EC2 Instance using Terraform
![preview_player](https://i.ytimg.com/vi/hmKC6YagHqY/maxresdefault.jpg)
Показать описание
How to Use Visual Studio code for Terraform | Creating EC2 Instance using Terraform | Install Terraform on Windows | Install AWS CLI on WIndows
#terraformtutorial #creatingec2instanceusingterraform
0:00 Introduction
1:10 Install Terraform on Windows 10
4:02 Download VS code for Windows
4:43 Install Terraform extension in VS code
5:24 Download and Install AWS CLI on Windows 10
8:01 Create IAM user in AWS
11:52 configure IAM user in VS Code
12:45 Creating EC2 Instance using Terraform
18:41 Terminate EC2 Instance using Terraform
Follow below article for step by step guide
provider "aws" {
region = "region"
}
resource "aws_instance" "Demo" {
ami = "instance_id"
instance_type = "instance_type"
key_name = "key_name"
tags = {
Name = "instance_name"
}
}
Related Articles:
1) Setup Kubernetes Cluster using KOPS
2) How to Create Namespace, Role Binding and Service Account in Kubernetes
3) Configure Traefik Ingress Controller on Kubernetes | traefik ingress Kubernetes
Configure Traefik Ingress Controller on Kubernetes | traefik ingress Kubernetes
4) Kubernetes Replica Set vs Replication Controller | Kubernetes Replication Practical Demonstration
5) How to Create Kubernetes Cluster using Kubeadm on Ubuntu | Setup Kubernetes Cluster using Kubeadm
6) How to Install Nginx Ingress Controller on Kubernetes KOPS using Helm 3
7) Install Traefik Ingress Controller on Kubernetes using Helm 3 | Traefik Ingress Kubernetes helm
8) Kubernetes Nginx Ingress Controller Let's Encrypt | https on Kubernetes Nginx Ingress contoller
If you likes our video, please subscribe our channel on YouTube Channel
#terraformtutorial #creatingec2instanceusingterraform
0:00 Introduction
1:10 Install Terraform on Windows 10
4:02 Download VS code for Windows
4:43 Install Terraform extension in VS code
5:24 Download and Install AWS CLI on Windows 10
8:01 Create IAM user in AWS
11:52 configure IAM user in VS Code
12:45 Creating EC2 Instance using Terraform
18:41 Terminate EC2 Instance using Terraform
Follow below article for step by step guide
provider "aws" {
region = "region"
}
resource "aws_instance" "Demo" {
ami = "instance_id"
instance_type = "instance_type"
key_name = "key_name"
tags = {
Name = "instance_name"
}
}
Related Articles:
1) Setup Kubernetes Cluster using KOPS
2) How to Create Namespace, Role Binding and Service Account in Kubernetes
3) Configure Traefik Ingress Controller on Kubernetes | traefik ingress Kubernetes
Configure Traefik Ingress Controller on Kubernetes | traefik ingress Kubernetes
4) Kubernetes Replica Set vs Replication Controller | Kubernetes Replication Practical Demonstration
5) How to Create Kubernetes Cluster using Kubeadm on Ubuntu | Setup Kubernetes Cluster using Kubeadm
6) How to Install Nginx Ingress Controller on Kubernetes KOPS using Helm 3
7) Install Traefik Ingress Controller on Kubernetes using Helm 3 | Traefik Ingress Kubernetes helm
8) Kubernetes Nginx Ingress Controller Let's Encrypt | https on Kubernetes Nginx Ingress contoller
If you likes our video, please subscribe our channel on YouTube Channel
Комментарии