Devops | Launch Amazon EC2 Instance using Terraform hands-on tutorial

Pubblicato il: 18 agosto 2020
sul canale di: Versed Techie
125
1

Launch Amazon EC2 Instance using Terraform , is a hands-on tutorial .

This Versed techie's Tutorial video on treeaform , will help you to understand Benefits of Terraform Also, you will understand the how to Launch Amazon EC2 Instance using Terraform .

1. Terraform installation link
https://learn.hashicorp.com/tutorials...



Create AMI
Create IAM role and access ec2

2. terraform.tf ( use)

provider "aws" {
region = "us-east-1"
access_key = "AKIATAKXXXTEO2IRTF"
secret_key = "TCyeHh2NoyC+O1ao8O3nxEC601uvlP5AnXVZ"
}

variable "instance_count" {
default = "3"
}



resource "aws_instance" "web" {
count = "${var.instance_count}"
ami = "ami-0226fec56ccb48"
instance_type = "t2.micro"
key_name = "aws-anupam"
security_groups = [sg-0db038d2fa1948078]
}





----------------------------------------------------------------------------------------
Check our complete DevOps playlist here :

1.what is terraform:    • what is terraform  
2.What is Kubernetes :   • What is Kubernetes  
3.What is splunk:    • Devops tool : What is splunk?  
4.What is jenkins?    • Devops tools: What is jenkins?  
5.what is docker ?    • Devops tool: What is Docker?  
6.what is ansible?    / llffvoir67  
7. honeycode :    • AWS  | What is honeycode ?  understanding ...  
Subscribe to our channel and click the bell icon to get video updates.

#DevOpsTutorial #terraform #DevOpsTools #AWS


______________________________________________
🔔Follows : ✔️versedtechie

📌Twitter's
  / edifying-the-technical-blogs-104806354558425  

📌Facebook

  / edifying-the-technical-blogs-104806354558425  


@@@@telegram
🖊️share knowledge new cool ideas, development devops sysops , delay update about Linux , docker , Jenkins , ansible , aws, bash shell scripting . Open source project
on
📌 telegram 👇👇

✔️✔️
@techopenhelp


In questa pagina del sito puoi guardare il video online Devops | Launch Amazon EC2 Instance using Terraform hands-on tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Versed Techie 18 agosto 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 125 volte e gli è piaciuto 1 spettatori. Buona visione!