Horje
how to add key pair to ec2 instance terraform Code Example
how to add key pair to ec2 instance terraform
#add the key_name which are stored into your AWS account --> EC2--> Network & Security-->Key Pairs
resource "aws_instance" "ec2" {
  ami = "ami-0c1a7f89451184c8b"
  instance_type = "t2.micro"
  key_name = "terraform"
  }




Shell

Related
expo uninstall Code Example expo uninstall Code Example
how to see path in command prompt Code Example how to see path in command prompt Code Example
npm install webpack Code Example npm install webpack Code Example
ubuntu 20 stop apache Code Example ubuntu 20 stop apache Code Example
how to set default editor in git Code Example how to set default editor in git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14