Skip to content

Commit 27f6de6

Browse files
chore: update instance metadata and bump version to 1.2.11
1 parent a5c4000 commit 27f6de6

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

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.10"
3+
version = "1.2.11"
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: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3665,6 +3665,48 @@
36653665
"storage": "ebs",
36663666
"vcpu": 4
36673667
},
3668+
"m8azn.12xlarge": {
3669+
"arch": "x86_64",
3670+
"memory": 192.0,
3671+
"storage": "ebs",
3672+
"vcpu": 48
3673+
},
3674+
"m8azn.24xlarge": {
3675+
"arch": "x86_64",
3676+
"memory": 384.0,
3677+
"storage": "ebs",
3678+
"vcpu": 96
3679+
},
3680+
"m8azn.3xlarge": {
3681+
"arch": "x86_64",
3682+
"memory": 48.0,
3683+
"storage": "ebs",
3684+
"vcpu": 12
3685+
},
3686+
"m8azn.6xlarge": {
3687+
"arch": "x86_64",
3688+
"memory": 96.0,
3689+
"storage": "ebs",
3690+
"vcpu": 24
3691+
},
3692+
"m8azn.large": {
3693+
"arch": "x86_64",
3694+
"memory": 8.0,
3695+
"storage": "ebs",
3696+
"vcpu": 2
3697+
},
3698+
"m8azn.medium": {
3699+
"arch": "x86_64",
3700+
"memory": 4.0,
3701+
"storage": "ebs",
3702+
"vcpu": 1
3703+
},
3704+
"m8azn.xlarge": {
3705+
"arch": "x86_64",
3706+
"memory": 16.0,
3707+
"storage": "ebs",
3708+
"vcpu": 4
3709+
},
36683710
"m8g.12xlarge": {
36693711
"arch": "arm64",
36703712
"memory": 192.0,

0 commit comments

Comments
 (0)