Skip to content

Commit 37943ff

Browse files
committed
0.1.8: Support larger 768, 1536 GB instances
1 parent d810734 commit 37943ff

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "circuitscan",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"main": "cli.js",
55
"type": "module",
66
"author": "numtel <ben@latenightsketches.com>",

src/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ export const instanceSizes = {
9797
256: 'r7i.8xlarge',
9898
384: 'r7i.12xlarge',
9999
512: 'r7i.16xlarge',
100+
768: 'r7i.24xlarge',
101+
1536: 'r7i.48xlarge',
100102
}
101103

102104
export function formatBytes(bytes, decimals = 2) {

0 commit comments

Comments
 (0)