From 4056e97d228b9319a8d730acb94a7f99b3565d2a Mon Sep 17 00:00:00 2001 From: viren-nadkarni <5170829+viren-nadkarni@users.noreply.github.com> Date: Sun, 19 Apr 2026 06:50:04 +0000 Subject: [PATCH] chore: update EC2 Instance Offerings --- .../availability-zone-id/ap-northeast-1.json | 156 +++++++++ .../availability-zone-id/ap-southeast-1.json | 8 + .../availability-zone-id/eu-north-1.json | 32 ++ .../availability-zone-id/us-east-1.json | 312 ++++++++++++++++++ .../availability-zone-id/us-west-2.json | 288 ++++++++++++++++ .../availability-zone/ap-northeast-1.json | 156 +++++++++ .../availability-zone/ap-southeast-1.json | 8 + .../availability-zone/eu-north-1.json | 32 ++ .../availability-zone/us-east-1.json | 312 ++++++++++++++++++ .../availability-zone/us-west-2.json | 288 ++++++++++++++++ .../region/ap-northeast-1.json | 52 +++ .../region/ap-southeast-1.json | 4 + .../region/eu-north-1.json | 32 ++ .../region/us-east-1.json | 104 ++++++ .../region/us-west-2.json | 96 ++++++ 15 files changed, 1880 insertions(+) diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-1.json index a75befde8ff7..9266180a9565 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-1.json @@ -943,6 +943,58 @@ "InstanceType": "c8id.xlarge", "Location": "apne1-az1" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.large", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "apne1-az1" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "apne1-az1" + }, { "InstanceType": "d2.2xlarge", "Location": "apne1-az1" @@ -4839,6 +4891,58 @@ "InstanceType": "c8id.xlarge", "Location": "apne1-az2" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.large", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "apne1-az2" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "apne1-az2" + }, { "InstanceType": "d2.2xlarge", "Location": "apne1-az2" @@ -8527,6 +8631,58 @@ "InstanceType": "c8id.xlarge", "Location": "apne1-az4" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.large", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "apne1-az4" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "apne1-az4" + }, { "InstanceType": "d2.2xlarge", "Location": "apne1-az4" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-1.json index dc1f908bb410..211430aa2df8 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-1.json @@ -3079,6 +3079,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "apse1-az1" }, + { + "InstanceType": "u7i-12tb.224xlarge", + "Location": "apse1-az1" + }, { "InstanceType": "u7i-6tb.112xlarge", "Location": "apse1-az1" @@ -6327,6 +6331,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "apse1-az2" }, + { + "InstanceType": "u7i-12tb.224xlarge", + "Location": "apse1-az2" + }, { "InstanceType": "u7i-6tb.112xlarge", "Location": "apse1-az2" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-north-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-north-1.json index 3662107b41a6..f64ba91c2959 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-north-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-north-1.json @@ -6767,6 +6767,38 @@ "InstanceType": "x2iedn.xlarge", "Location": "eun1-az3" }, + { + "InstanceType": "x8aedz.12xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "x8aedz.24xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "x8aedz.3xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "x8aedz.6xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "x8aedz.large", + "Location": "eun1-az3" + }, + { + "InstanceType": "x8aedz.metal-12xl", + "Location": "eun1-az3" + }, + { + "InstanceType": "x8aedz.metal-24xl", + "Location": "eun1-az3" + }, + { + "InstanceType": "x8aedz.xlarge", + "Location": "eun1-az3" + }, { "InstanceType": "x8g.12xlarge", "Location": "eun1-az3" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-1.json index 40664e9c30a9..fab96cb47b35 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-1.json @@ -5191,6 +5191,58 @@ "InstanceType": "c8i.xlarge", "Location": "use1-az2" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.large", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.metal-48xl", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.metal-96xl", + "Location": "use1-az2" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "use1-az2" + }, { "InstanceType": "c8id.12xlarge", "Location": "use1-az2" @@ -5243,6 +5295,58 @@ "InstanceType": "c8id.xlarge", "Location": "use1-az2" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.large", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "use1-az2" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "use1-az2" + }, { "InstanceType": "d2.2xlarge", "Location": "use1-az2" @@ -10043,6 +10147,58 @@ "InstanceType": "c8i.xlarge", "Location": "use1-az4" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.large", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.metal-48xl", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.metal-96xl", + "Location": "use1-az4" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "use1-az4" + }, { "InstanceType": "c8id.12xlarge", "Location": "use1-az4" @@ -10095,6 +10251,58 @@ "InstanceType": "c8id.xlarge", "Location": "use1-az4" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.large", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "use1-az4" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "use1-az4" + }, { "InstanceType": "d2.2xlarge", "Location": "use1-az4" @@ -18243,6 +18451,58 @@ "InstanceType": "c8i.xlarge", "Location": "use1-az6" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.large", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.metal-48xl", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.metal-96xl", + "Location": "use1-az6" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "use1-az6" + }, { "InstanceType": "c8id.12xlarge", "Location": "use1-az6" @@ -18295,6 +18555,58 @@ "InstanceType": "c8id.xlarge", "Location": "use1-az6" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.large", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "use1-az6" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "use1-az6" + }, { "InstanceType": "d2.2xlarge", "Location": "use1-az6" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-2.json index dc7075b57a84..c49c92f5b96c 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-2.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-2.json @@ -1011,6 +1011,50 @@ "InstanceType": "c8i.xlarge", "Location": "usw2-az1" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.large", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "usw2-az1" + }, { "InstanceType": "c8id.12xlarge", "Location": "usw2-az1" @@ -1063,6 +1107,58 @@ "InstanceType": "c8id.xlarge", "Location": "usw2-az1" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.large", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "usw2-az1" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "usw2-az1" + }, { "InstanceType": "d2.2xlarge", "Location": "usw2-az1" @@ -5639,6 +5735,50 @@ "InstanceType": "c8i.xlarge", "Location": "usw2-az2" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.large", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "usw2-az2" + }, { "InstanceType": "c8id.12xlarge", "Location": "usw2-az2" @@ -5691,6 +5831,58 @@ "InstanceType": "c8id.xlarge", "Location": "usw2-az2" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.large", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "usw2-az2" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "usw2-az2" + }, { "InstanceType": "d2.2xlarge", "Location": "usw2-az2" @@ -10179,6 +10371,50 @@ "InstanceType": "c8i.xlarge", "Location": "usw2-az3" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.large", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "usw2-az3" + }, { "InstanceType": "c8id.12xlarge", "Location": "usw2-az3" @@ -10231,6 +10467,58 @@ "InstanceType": "c8id.xlarge", "Location": "usw2-az3" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.large", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "usw2-az3" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "usw2-az3" + }, { "InstanceType": "d2.2xlarge", "Location": "usw2-az3" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-1.json index 2ce722289d1c..08634914bc18 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-1.json @@ -1015,6 +1015,58 @@ "InstanceType": "c8id.xlarge", "Location": "ap-northeast-1a" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.large", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "ap-northeast-1a" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-northeast-1a" @@ -4991,6 +5043,58 @@ "InstanceType": "c8id.xlarge", "Location": "ap-northeast-1c" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.large", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "ap-northeast-1c" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-northeast-1c" @@ -8887,6 +8991,58 @@ "InstanceType": "c8id.xlarge", "Location": "ap-northeast-1d" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.large", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "ap-northeast-1d" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-northeast-1d" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-1.json index cbb4794125c7..38c8c46875d4 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-1.json @@ -3127,6 +3127,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "ap-southeast-1a" }, + { + "InstanceType": "u7i-12tb.224xlarge", + "Location": "ap-southeast-1a" + }, { "InstanceType": "u7i-6tb.112xlarge", "Location": "ap-southeast-1a" @@ -6323,6 +6327,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "ap-southeast-1b" }, + { + "InstanceType": "u7i-12tb.224xlarge", + "Location": "ap-southeast-1b" + }, { "InstanceType": "u7i-6tb.112xlarge", "Location": "ap-southeast-1b" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-north-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-north-1.json index 6d4a80bf6a13..73c4b574eda0 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-north-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-north-1.json @@ -6767,6 +6767,38 @@ "InstanceType": "x2iedn.xlarge", "Location": "eu-north-1c" }, + { + "InstanceType": "x8aedz.12xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "x8aedz.24xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "x8aedz.3xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "x8aedz.6xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "x8aedz.large", + "Location": "eu-north-1c" + }, + { + "InstanceType": "x8aedz.metal-12xl", + "Location": "eu-north-1c" + }, + { + "InstanceType": "x8aedz.metal-24xl", + "Location": "eu-north-1c" + }, + { + "InstanceType": "x8aedz.xlarge", + "Location": "eu-north-1c" + }, { "InstanceType": "x8g.12xlarge", "Location": "eu-north-1c" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-1.json index 0dec83ca464c..3f8a91cfb7cf 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-1.json @@ -1051,6 +1051,58 @@ "InstanceType": "c8i.xlarge", "Location": "us-east-1a" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.large", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.metal-48xl", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.metal-96xl", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "us-east-1a" + }, { "InstanceType": "c8id.12xlarge", "Location": "us-east-1a" @@ -1103,6 +1155,58 @@ "InstanceType": "c8id.xlarge", "Location": "us-east-1a" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.large", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "us-east-1a" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "us-east-1a" + }, { "InstanceType": "d2.2xlarge", "Location": "us-east-1a" @@ -9835,6 +9939,58 @@ "InstanceType": "c8i.xlarge", "Location": "us-east-1c" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.large", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.metal-48xl", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.metal-96xl", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "us-east-1c" + }, { "InstanceType": "c8id.12xlarge", "Location": "us-east-1c" @@ -9887,6 +10043,58 @@ "InstanceType": "c8id.xlarge", "Location": "us-east-1c" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.large", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "us-east-1c" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "us-east-1c" + }, { "InstanceType": "d2.2xlarge", "Location": "us-east-1c" @@ -14443,6 +14651,58 @@ "InstanceType": "c8i.xlarge", "Location": "us-east-1d" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.large", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.metal-48xl", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.metal-96xl", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "us-east-1d" + }, { "InstanceType": "c8id.12xlarge", "Location": "us-east-1d" @@ -14495,6 +14755,58 @@ "InstanceType": "c8id.xlarge", "Location": "us-east-1d" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.large", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "us-east-1d" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "us-east-1d" + }, { "InstanceType": "d2.2xlarge", "Location": "us-east-1d" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-2.json index 487b123d6dad..927a76dca2f2 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-2.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-2.json @@ -1035,6 +1035,50 @@ "InstanceType": "c8i.xlarge", "Location": "us-west-2a" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.large", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "us-west-2a" + }, { "InstanceType": "c8id.12xlarge", "Location": "us-west-2a" @@ -1087,6 +1131,58 @@ "InstanceType": "c8id.xlarge", "Location": "us-west-2a" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.large", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "us-west-2a" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "us-west-2a" + }, { "InstanceType": "d2.2xlarge", "Location": "us-west-2a" @@ -5583,6 +5679,50 @@ "InstanceType": "c8i.xlarge", "Location": "us-west-2b" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.large", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "us-west-2b" + }, { "InstanceType": "c8id.12xlarge", "Location": "us-west-2b" @@ -5635,6 +5775,58 @@ "InstanceType": "c8id.xlarge", "Location": "us-west-2b" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.large", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "us-west-2b" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "us-west-2b" + }, { "InstanceType": "d2.2xlarge", "Location": "us-west-2b" @@ -10179,6 +10371,50 @@ "InstanceType": "c8i.xlarge", "Location": "us-west-2c" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.large", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "us-west-2c" + }, { "InstanceType": "c8id.12xlarge", "Location": "us-west-2c" @@ -10231,6 +10467,58 @@ "InstanceType": "c8id.xlarge", "Location": "us-west-2c" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.large", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "us-west-2c" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "us-west-2c" + }, { "InstanceType": "d2.2xlarge", "Location": "us-west-2c" diff --git a/moto/ec2/resources/instance_type_offerings/region/ap-northeast-1.json b/moto/ec2/resources/instance_type_offerings/region/ap-northeast-1.json index ac0b1d5fd277..5e29012826c5 100644 --- a/moto/ec2/resources/instance_type_offerings/region/ap-northeast-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/ap-northeast-1.json @@ -1015,6 +1015,58 @@ "InstanceType": "c8id.xlarge", "Location": "ap-northeast-1" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.large", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "ap-northeast-1" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-northeast-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/ap-southeast-1.json b/moto/ec2/resources/instance_type_offerings/region/ap-southeast-1.json index 2f4f5b575bee..a00d8c1da0a9 100644 --- a/moto/ec2/resources/instance_type_offerings/region/ap-southeast-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/ap-southeast-1.json @@ -3131,6 +3131,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "ap-southeast-1" }, + { + "InstanceType": "u7i-12tb.224xlarge", + "Location": "ap-southeast-1" + }, { "InstanceType": "u7i-6tb.112xlarge", "Location": "ap-southeast-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/eu-north-1.json b/moto/ec2/resources/instance_type_offerings/region/eu-north-1.json index a436c90253da..202e0d01cb62 100644 --- a/moto/ec2/resources/instance_type_offerings/region/eu-north-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/eu-north-1.json @@ -2323,6 +2323,38 @@ "InstanceType": "x2iedn.xlarge", "Location": "eu-north-1" }, + { + "InstanceType": "x8aedz.12xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "x8aedz.24xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "x8aedz.3xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "x8aedz.6xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "x8aedz.large", + "Location": "eu-north-1" + }, + { + "InstanceType": "x8aedz.metal-12xl", + "Location": "eu-north-1" + }, + { + "InstanceType": "x8aedz.metal-24xl", + "Location": "eu-north-1" + }, + { + "InstanceType": "x8aedz.xlarge", + "Location": "eu-north-1" + }, { "InstanceType": "x8g.12xlarge", "Location": "eu-north-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/us-east-1.json b/moto/ec2/resources/instance_type_offerings/region/us-east-1.json index f9aa91e3b9b0..33e0f4171ec4 100644 --- a/moto/ec2/resources/instance_type_offerings/region/us-east-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/us-east-1.json @@ -1051,6 +1051,58 @@ "InstanceType": "c8i.xlarge", "Location": "us-east-1" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.large", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.metal-48xl", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.metal-96xl", + "Location": "us-east-1" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "us-east-1" + }, { "InstanceType": "c8id.12xlarge", "Location": "us-east-1" @@ -1103,6 +1155,58 @@ "InstanceType": "c8id.xlarge", "Location": "us-east-1" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.large", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "us-east-1" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "us-east-1" + }, { "InstanceType": "d2.2xlarge", "Location": "us-east-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/us-west-2.json b/moto/ec2/resources/instance_type_offerings/region/us-west-2.json index 20633ea1fff5..fbe642bd6ab2 100644 --- a/moto/ec2/resources/instance_type_offerings/region/us-west-2.json +++ b/moto/ec2/resources/instance_type_offerings/region/us-west-2.json @@ -1035,6 +1035,50 @@ "InstanceType": "c8i.xlarge", "Location": "us-west-2" }, + { + "InstanceType": "c8ib.12xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.16xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.24xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.2xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.32xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.48xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.4xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.8xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.96xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.large", + "Location": "us-west-2" + }, + { + "InstanceType": "c8ib.xlarge", + "Location": "us-west-2" + }, { "InstanceType": "c8id.12xlarge", "Location": "us-west-2" @@ -1087,6 +1131,58 @@ "InstanceType": "c8id.xlarge", "Location": "us-west-2" }, + { + "InstanceType": "c8in.12xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.16xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.24xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.2xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.32xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.48xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.4xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.8xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.96xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.large", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.metal-48xl", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.metal-96xl", + "Location": "us-west-2" + }, + { + "InstanceType": "c8in.xlarge", + "Location": "us-west-2" + }, { "InstanceType": "d2.2xlarge", "Location": "us-west-2"