Browse Source

Merge pull request #1396 from doccano/fix/#1372

Remove t2.micro from cloudformation template
pull/1400/head
Hiroki Nakayama 3 years ago
committed by GitHub
parent
commit
d293ce98ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      template.aws.yaml

1
template.aws.yaml

@ -20,7 +20,6 @@ Parameters:
Type: String Type: String
Default: t2.small Default: t2.small
AllowedValues: AllowedValues:
- t2.micro
- t2.small - t2.small
- t2.medium - t2.medium
- t2.large - t2.large

Loading…
Cancel
Save