From 5e415eba05fd3bd44154d091fb9f2d9691a85f83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:17:04 +0000 Subject: [PATCH] chore: update EC2 Instance Types (#6164) --- moto/ec2/resources/instance_types.json | 27 ++++++++++++-------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/moto/ec2/resources/instance_types.json b/moto/ec2/resources/instance_types.json index e2aea2f6c..3ed8ec1cf 100644 --- a/moto/ec2/resources/instance_types.json +++ b/moto/ec2/resources/instance_types.json @@ -24994,15 +24994,15 @@ "paravirtual" ], "VCpuInfo": { - "DefaultCores": 2, - "DefaultThreadsPerCore": 1, + "DefaultCores": 1, + "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [ - 1, - 2 + 1 ], "ValidThreadsPerCore": [ - 1 + 1, + 2 ] } }, @@ -25177,17 +25177,16 @@ "paravirtual" ], "VCpuInfo": { - "DefaultCores": 4, - "DefaultThreadsPerCore": 1, + "DefaultCores": 2, + "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [ 1, - 2, - 3, - 4 + 2 ], "ValidThreadsPerCore": [ - 1 + 1, + 2 ] } }, @@ -58148,8 +58147,7 @@ "SustainedClockSpeedInGhz": 3.5 }, "SupportedBootModes": [ - "legacy-bios", - "uefi" + "legacy-bios" ], "SupportedRootDeviceTypes": [ "ebs" @@ -58286,8 +58284,7 @@ "SustainedClockSpeedInGhz": 3.5 }, "SupportedBootModes": [ - "legacy-bios", - "uefi" + "legacy-bios" ], "SupportedRootDeviceTypes": [ "ebs"