Skip to content

Commit bd4a19b

Browse files
chore: update instance metadata and bump version to 1.2.9
1 parent 55cbe98 commit bd4a19b

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spot-optimizer"
3-
version = "1.2.8"
3+
version = "1.2.9"
44
description = "AWS EC2 spot instance optimizer"
55
authors = ["Amar Prakash <amar.om1994@gmail.com>"]
66
readme = "README.md"

spot_optimizer/resources/instance_metadata.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,12 @@
11451145
"storage": "ebs",
11461146
"vcpu": 8
11471147
},
1148+
"c8gb.48xlarge": {
1149+
"arch": "arm64",
1150+
"memory": 384.0,
1151+
"storage": "ebs",
1152+
"vcpu": 192
1153+
},
11481154
"c8gb.4xlarge": {
11491155
"arch": "arm64",
11501156
"memory": 32.0,
@@ -1841,6 +1847,42 @@
18411847
"storage": "instance",
18421848
"vcpu": 4
18431849
},
1850+
"g7e.12xlarge": {
1851+
"arch": "x86_64",
1852+
"memory": 512.0,
1853+
"storage": "instance",
1854+
"vcpu": 48
1855+
},
1856+
"g7e.24xlarge": {
1857+
"arch": "x86_64",
1858+
"memory": 1024.0,
1859+
"storage": "instance",
1860+
"vcpu": 96
1861+
},
1862+
"g7e.2xlarge": {
1863+
"arch": "x86_64",
1864+
"memory": 64.0,
1865+
"storage": "instance",
1866+
"vcpu": 8
1867+
},
1868+
"g7e.48xlarge": {
1869+
"arch": "x86_64",
1870+
"memory": 2048.0,
1871+
"storage": "instance",
1872+
"vcpu": 192
1873+
},
1874+
"g7e.4xlarge": {
1875+
"arch": "x86_64",
1876+
"memory": 128.0,
1877+
"storage": "instance",
1878+
"vcpu": 16
1879+
},
1880+
"g7e.8xlarge": {
1881+
"arch": "x86_64",
1882+
"memory": 256.0,
1883+
"storage": "instance",
1884+
"vcpu": 32
1885+
},
18441886
"gr6.4xlarge": {
18451887
"arch": "x86_64",
18461888
"memory": 128.0,
@@ -3641,6 +3683,12 @@
36413683
"storage": "ebs",
36423684
"vcpu": 8
36433685
},
3686+
"m8gb.48xlarge": {
3687+
"arch": "arm64",
3688+
"memory": 768.0,
3689+
"storage": "ebs",
3690+
"vcpu": 192
3691+
},
36443692
"m8gb.4xlarge": {
36453693
"arch": "arm64",
36463694
"memory": 64.0,
@@ -5159,6 +5207,12 @@
51595207
"storage": "ebs",
51605208
"vcpu": 8
51615209
},
5210+
"r8gb.48xlarge": {
5211+
"arch": "arm64",
5212+
"memory": 1536.0,
5213+
"storage": "ebs",
5214+
"vcpu": 192
5215+
},
51625216
"r8gb.4xlarge": {
51635217
"arch": "arm64",
51645218
"memory": 128.0,

0 commit comments

Comments
 (0)