Browse Source

Remove t2.small option due to OOM

pull/1963/head
Hironsan 2 years ago
parent
commit
7d6727f336
1 changed files with 1 additions and 2 deletions
  1. 3
      cloud/aws/template.aws.yaml

3
cloud/aws/template.aws.yaml

@ -18,9 +18,8 @@ Parameters:
InstanceType: InstanceType:
Description: WebServer EC2 instance type Description: WebServer EC2 instance type
Type: String Type: String
Default: t2.small
Default: t2.medium
AllowedValues: AllowedValues:
- t2.small
- t2.medium - t2.medium
- t2.large - t2.large
ConstraintDescription: must be a valid EC2 instance type. ConstraintDescription: must be a valid EC2 instance type.

Loading…
Cancel
Save