From ac17c974dd0255cd1b4b298808fbcbd275e44eca Mon Sep 17 00:00:00 2001 From: Amit Serper Date: Wed, 21 Jul 2021 10:43:04 -0400 Subject: [PATCH] Update main.tf Set the instance type of win10 to t2.large from t2.medium because t2.medium is barely responsive with this setup. --- AWS/Terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS/Terraform/main.tf b/AWS/Terraform/main.tf index 8728960..68d672e 100644 --- a/AWS/Terraform/main.tf +++ b/AWS/Terraform/main.tf @@ -278,7 +278,7 @@ resource "aws_instance" "wef" { } resource "aws_instance" "win10" { - instance_type = "t2.medium" + instance_type = "t2.large" provisioner "remote-exec" { inline = [