File tree Expand file tree Collapse file tree 2 files changed +55
-1
lines changed
Expand file tree Collapse file tree 2 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " spot-optimizer"
3- version = " 1.2.8 "
3+ version = " 1.2.9 "
44description = " AWS EC2 spot instance optimizer"
55authors = [" Amar Prakash <amar.om1994@gmail.com>" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 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 ,
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 ,
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 ,
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 ,
You can’t perform that action at this time.
0 commit comments