Skip to content

Commit

Permalink
fix: update ec2-types (#328)
Browse files Browse the repository at this point in the history
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: hoonoh <hoonoh@users.noreply.github.com>
Co-authored-by: Hoon Oh <hoon@hoonoh.net>
  • Loading branch information
3 people committed Feb 15, 2021
1 parent 57770b9 commit ea1c802
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 92 deletions.
4 changes: 4 additions & 0 deletions src/constants/ec2-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export const allInstances = [
'm5dn.12xlarge',
'm5dn.16xlarge',
'm5dn.24xlarge',
'm5dn.metal',
'm5n.large',
'm5n.xlarge',
'm5n.2xlarge',
Expand All @@ -213,6 +214,7 @@ export const allInstances = [
'm5n.12xlarge',
'm5n.16xlarge',
'm5n.24xlarge',
'm5n.metal',
'm5zn.large',
'm5zn.xlarge',
'm5zn.2xlarge',
Expand Down Expand Up @@ -379,6 +381,7 @@ export const allInstances = [
'r5dn.12xlarge',
'r5dn.16xlarge',
'r5dn.24xlarge',
'r5dn.metal',
'r5n.large',
'r5n.xlarge',
'r5n.2xlarge',
Expand All @@ -387,6 +390,7 @@ export const allInstances = [
'r5n.12xlarge',
'r5n.16xlarge',
'r5n.24xlarge',
'r5n.metal',
'r6g.medium',
'r6g.large',
'r6g.xlarge',
Expand Down
Loading

0 comments on commit ea1c802

Please sign in to comment.