From 7d6727f33656f1f7799d003d137d23a0c7a1c43c Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 23 Aug 2022 15:34:04 +0900 Subject: [PATCH] Remove t2.small option due to OOM --- cloud/aws/template.aws.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/aws/template.aws.yaml b/cloud/aws/template.aws.yaml index d80f3ad7..5ab144ca 100644 --- a/cloud/aws/template.aws.yaml +++ b/cloud/aws/template.aws.yaml @@ -18,9 +18,8 @@ Parameters: InstanceType: Description: WebServer EC2 instance type Type: String - Default: t2.small + Default: t2.medium AllowedValues: - - t2.small - t2.medium - t2.large ConstraintDescription: must be a valid EC2 instance type.