Browse Source
Merge pull request #1963 from doccano/fix/1700
Remove t2.small option due to OOM
pull/1971/head
Hiroki Nakayama
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
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. |
|
|
|