From 78e17993c7f038d98dcd8e0ec34f752b9911b6f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 11:28:42 -0100 Subject: [PATCH] chore: update EC2 Instance Types (#7259) --- moto/ec2/resources/instance_types.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/moto/ec2/resources/instance_types.json b/moto/ec2/resources/instance_types.json index 7cba4d3f7..3a303a75e 100644 --- a/moto/ec2/resources/instance_types.json +++ b/moto/ec2/resources/instance_types.json @@ -24607,11 +24607,11 @@ "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, - "MaximumNetworkInterfaces": 15, + "MaximumNetworkInterfaces": 8, "NetworkCards": [ { "BaselineBandwidthInGbps": 25.0, - "MaximumNetworkInterfaces": 15, + "MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit", "PeakBandwidthInGbps": 25.0 @@ -54057,6 +54057,7 @@ "ebs" ], "SupportedUsageClasses": [ + "capacity-block", "on-demand", "spot" ],