From babfdfcb17908f61f931b8f44b97622948be602a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 3 Jun 2018 14:47:10 +0100 Subject: Change the AWS backend instance type to a t2.large Which is an increase in resources from the t2.medium. The 8GB of RAM (an increase from 4GB), will come in useful when working with data snapshots. --- terraform/aws/backend/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'terraform') diff --git a/terraform/aws/backend/main.tf b/terraform/aws/backend/main.tf index 20b0bbe..57e9348 100644 --- a/terraform/aws/backend/main.tf +++ b/terraform/aws/backend/main.tf @@ -219,7 +219,7 @@ resource "aws_security_group" "efs_mount_target" { resource "aws_spot_instance_request" "main" { ami = "ami-8fd760f6" - instance_type = "t2.medium" + instance_type = "t2.large" key_name = "${aws_key_pair.deployer.key_name}" security_groups = [ "${aws_security_group.guix_daemon.name}", -- cgit v1.2.3