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
On this page of the site you can watch the video online Devops | Launch Amazon EC2 Instance using Terraform hands-on tutorial with a duration of hours minute second in good quality, which was uploaded by the user Versed Techie 18 August 2020, share the link with friends and acquaintances, this video has already been watched 125 times on youtube and it was liked by 1 viewers. Enjoy your viewing!