From 1b70a761310b02847fcf225d14a35ce36dbeac16 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Thu, 3 Jun 2021 14:57:16 +0900 Subject: [PATCH] Remove t2.micro from cloudformation template, fix #1372 --- template.aws.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/template.aws.yaml b/template.aws.yaml index 37e28d78..37ec1b3b 100644 --- a/template.aws.yaml +++ b/template.aws.yaml @@ -20,7 +20,6 @@ Parameters: Type: String Default: t2.small AllowedValues: - - t2.micro - t2.small - t2.medium - t2.large