Skip to content

Commit

Permalink
fix: update ec2-types (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 15, 2020
1 parent 3a49ff6 commit aff20f8
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 134 deletions.
8 changes: 8 additions & 0 deletions src/constants/ec2-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const instanceFamilyGeneral = [
't2',
't3',
't3a',
't4g',
'm1',
'm2',
'm3',
Expand Down Expand Up @@ -132,6 +133,13 @@ export const allInstances = [
't3a.large',
't3a.xlarge',
't3a.2xlarge',
't4g.nano',
't4g.micro',
't4g.small',
't4g.medium',
't4g.large',
't4g.xlarge',
't4g.2xlarge',
'm1.small',
'm1.medium',
'm1.large',
Expand Down
Loading

0 comments on commit aff20f8

Please sign in to comment.