chore: update EC2 Instance Types (#6164)
This commit is contained in:
parent
2667a53725
commit
5e415eba05
@ -24994,15 +24994,15 @@
|
|||||||
"paravirtual"
|
"paravirtual"
|
||||||
],
|
],
|
||||||
"VCpuInfo": {
|
"VCpuInfo": {
|
||||||
"DefaultCores": 2,
|
"DefaultCores": 1,
|
||||||
"DefaultThreadsPerCore": 1,
|
"DefaultThreadsPerCore": 2,
|
||||||
"DefaultVCpus": 2,
|
"DefaultVCpus": 2,
|
||||||
"ValidCores": [
|
"ValidCores": [
|
||||||
1,
|
1
|
||||||
2
|
|
||||||
],
|
],
|
||||||
"ValidThreadsPerCore": [
|
"ValidThreadsPerCore": [
|
||||||
1
|
1,
|
||||||
|
2
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -25177,17 +25177,16 @@
|
|||||||
"paravirtual"
|
"paravirtual"
|
||||||
],
|
],
|
||||||
"VCpuInfo": {
|
"VCpuInfo": {
|
||||||
"DefaultCores": 4,
|
"DefaultCores": 2,
|
||||||
"DefaultThreadsPerCore": 1,
|
"DefaultThreadsPerCore": 2,
|
||||||
"DefaultVCpus": 4,
|
"DefaultVCpus": 4,
|
||||||
"ValidCores": [
|
"ValidCores": [
|
||||||
1,
|
1,
|
||||||
2,
|
2
|
||||||
3,
|
|
||||||
4
|
|
||||||
],
|
],
|
||||||
"ValidThreadsPerCore": [
|
"ValidThreadsPerCore": [
|
||||||
1
|
1,
|
||||||
|
2
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -58148,8 +58147,7 @@
|
|||||||
"SustainedClockSpeedInGhz": 3.5
|
"SustainedClockSpeedInGhz": 3.5
|
||||||
},
|
},
|
||||||
"SupportedBootModes": [
|
"SupportedBootModes": [
|
||||||
"legacy-bios",
|
"legacy-bios"
|
||||||
"uefi"
|
|
||||||
],
|
],
|
||||||
"SupportedRootDeviceTypes": [
|
"SupportedRootDeviceTypes": [
|
||||||
"ebs"
|
"ebs"
|
||||||
@ -58286,8 +58284,7 @@
|
|||||||
"SustainedClockSpeedInGhz": 3.5
|
"SustainedClockSpeedInGhz": 3.5
|
||||||
},
|
},
|
||||||
"SupportedBootModes": [
|
"SupportedBootModes": [
|
||||||
"legacy-bios",
|
"legacy-bios"
|
||||||
"uefi"
|
|
||||||
],
|
],
|
||||||
"SupportedRootDeviceTypes": [
|
"SupportedRootDeviceTypes": [
|
||||||
"ebs"
|
"ebs"
|
||||||
|
Loading…
Reference in New Issue
Block a user