Skip to content

Commit 55cbe98

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

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-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.7"
3+
version = "1.2.8"
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: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5951,6 +5951,78 @@
59515951
"storage": "ebs",
59525952
"vcpu": 4
59535953
},
5954+
"x8i.12xlarge": {
5955+
"arch": "x86_64",
5956+
"memory": 768.0,
5957+
"storage": "ebs",
5958+
"vcpu": 48
5959+
},
5960+
"x8i.16xlarge": {
5961+
"arch": "x86_64",
5962+
"memory": 1024.0,
5963+
"storage": "ebs",
5964+
"vcpu": 64
5965+
},
5966+
"x8i.24xlarge": {
5967+
"arch": "x86_64",
5968+
"memory": 1536.0,
5969+
"storage": "ebs",
5970+
"vcpu": 96
5971+
},
5972+
"x8i.2xlarge": {
5973+
"arch": "x86_64",
5974+
"memory": 128.0,
5975+
"storage": "ebs",
5976+
"vcpu": 8
5977+
},
5978+
"x8i.32xlarge": {
5979+
"arch": "x86_64",
5980+
"memory": 2048.0,
5981+
"storage": "ebs",
5982+
"vcpu": 128
5983+
},
5984+
"x8i.48xlarge": {
5985+
"arch": "x86_64",
5986+
"memory": 3072.0,
5987+
"storage": "ebs",
5988+
"vcpu": 192
5989+
},
5990+
"x8i.4xlarge": {
5991+
"arch": "x86_64",
5992+
"memory": 256.0,
5993+
"storage": "ebs",
5994+
"vcpu": 16
5995+
},
5996+
"x8i.64xlarge": {
5997+
"arch": "x86_64",
5998+
"memory": 4096.0,
5999+
"storage": "ebs",
6000+
"vcpu": 256
6001+
},
6002+
"x8i.8xlarge": {
6003+
"arch": "x86_64",
6004+
"memory": 512.0,
6005+
"storage": "ebs",
6006+
"vcpu": 32
6007+
},
6008+
"x8i.96xlarge": {
6009+
"arch": "x86_64",
6010+
"memory": 6144.0,
6011+
"storage": "ebs",
6012+
"vcpu": 384
6013+
},
6014+
"x8i.large": {
6015+
"arch": "x86_64",
6016+
"memory": 32.0,
6017+
"storage": "ebs",
6018+
"vcpu": 2
6019+
},
6020+
"x8i.xlarge": {
6021+
"arch": "x86_64",
6022+
"memory": 64.0,
6023+
"storage": "ebs",
6024+
"vcpu": 4
6025+
},
59546026
"z1d.12xlarge": {
59556027
"arch": "x86_64",
59566028
"memory": 384.0,

0 commit comments

Comments
 (0)