Загрузка...

Lab #2: How to Use Visual Studio code for Terraform | Creating EC2 Instance using Terraform

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 https://www.fosstechnix.com/creating-ec2-instance-using-terraform/ 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 https://youtu.be/R5iDY-wagGA 2) How to Create Namespace, Role Binding and Service Account in Kubernetes https://youtu.be/_wqdubPS7I8 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 https://youtu.be/D15dzWkor28 5) How to Create Kubernetes Cluster using Kubeadm on Ubuntu | Setup Kubernetes Cluster using Kubeadm https://youtu.be/IvuMyIcit6I 6) How to Install Nginx Ingress Controller on Kubernetes KOPS using Helm 3 https://youtu.be/dxQdcCYDZx8 7) Install Traefik Ingress Controller on Kubernetes using Helm 3 | Traefik Ingress Kubernetes helm https://youtu.be/4oWojfB_dMQ 8) Kubernetes Nginx Ingress Controller Let's Encrypt | https on Kubernetes Nginx Ingress contoller https://youtu.be/D87z6v9xqW8 If you likes our video, please subscribe our channel on YouTube Channel https://www.youtube.com/c/devopshint

Видео Lab #2: How to Use Visual Studio code for Terraform | Creating EC2 Instance using Terraform автора Молодежный Python-проект
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки