diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c9da30b..0af9e9e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,49 @@ Moto Changelog ============== +4.0.10 +----- +Docker Digest for 4.0.10: + + New Services: + * ACM-PCA: + * create_certificate_authority() + * delete_certificate_authority() + * describe_certificate_authority() + * get_certificate() + * get_certificate_authority_certificate() + * get_certificate_authority_csr() + * import_certificate_authority_certificate() + * issue_certificate() + * list_tags() + * revoke_certificate() + * tag_certificate_authority() + * update_certificate_authority() + * untag_certificate_authority() + + New Methods: + * create_api_mapping() + * create_domain_name() + * delete_api_mapping() + * delete_domain_name() + * get_api_mapping() + * get_api_mappings() + * get_domain_name() + * get_domain_names() + + Miscellaneous: + * APIGateway: create_rest_api() now supports the propagation of parameter disableExecuteApiEndpoint (not the actual behaviour) + * APIGateway: put_integration() now supports the parameters contentHandling, credentials, tlsConfig + * AWSLambda: create_function() is now able to validate the existence of the provided ImageURI. Set environment variable MOTO_LAMBDA_STUB_ECR=false to enable this. + * Batch: submit_job() now adds validation for the jobName parameter + * CloudWatch: get_metric_data() now adds support for filtering by the unit-value + * DynamoDB: transact_write_items() now supports up to 100 items instead of 25, in line with AWS + * ELB: describe_instance_health() now validates the existence of the provided LoadBalancer + * Polly: The list of available voices has been updated. + * S3: put_object() now has improved support for filenames containing spaces + * SQS: send_message() and send_message_batch() now adds validation for the DelaySeconds-parameter + + 4.0.10 ----- Docker Digest for 4.0.10: _sha256:faf0e4b591c47c7775da4f827c2ec2e1ff48a32b31169236fa604ffb95dafb78_ diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index 5bcf2a376..73872b472 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -20,6 +20,35 @@ - [ ] update_certificate_options +## acm-pca +
+56% implemented + +- [X] create_certificate_authority +- [ ] create_certificate_authority_audit_report +- [ ] create_permission +- [X] delete_certificate_authority +- [ ] delete_permission +- [ ] delete_policy +- [X] describe_certificate_authority +- [ ] describe_certificate_authority_audit_report +- [X] get_certificate +- [X] get_certificate_authority_certificate +- [X] get_certificate_authority_csr +- [ ] get_policy +- [X] import_certificate_authority_certificate +- [X] issue_certificate +- [ ] list_certificate_authorities +- [ ] list_permissions +- [X] list_tags +- [ ] put_policy +- [ ] restore_certificate_authority +- [X] revoke_certificate +- [X] tag_certificate_authority +- [X] untag_certificate_authority +- [X] update_certificate_authority +
+ ## amp
80% implemented @@ -1201,7 +1230,7 @@ ## config
-35% implemented +34% implemented - [X] batch_get_aggregate_resource_config - [X] batch_get_resource_config @@ -1263,10 +1292,12 @@ - [X] get_organization_conformance_pack_detailed_status - [ ] get_organization_custom_rule_policy - [X] get_resource_config_history +- [ ] get_resource_evaluation_summary - [ ] get_stored_query - [X] list_aggregate_discovered_resources - [ ] list_conformance_pack_compliance_scores - [X] list_discovered_resources +- [ ] list_resource_evaluations - [ ] list_stored_queries - [X] list_tags_for_resource - [X] put_aggregation_authorization @@ -1289,6 +1320,7 @@ - [ ] start_config_rules_evaluation - [X] start_configuration_recorder - [ ] start_remediation_execution +- [ ] start_resource_evaluation - [X] stop_configuration_recorder - [X] tag_resource - [X] untag_resource @@ -1673,7 +1705,7 @@ ## ec2
-35% implemented +33% implemented - [ ] accept_address_transfer - [ ] accept_reserved_instances_exchange_quote @@ -1705,6 +1737,7 @@ - [ ] attach_classic_link_vpc - [X] attach_internet_gateway - [X] attach_network_interface +- [ ] attach_verified_access_trust_provider - [X] attach_volume - [X] attach_vpn_gateway - [ ] authorize_client_vpn_ingress @@ -1792,6 +1825,10 @@ - [X] create_transit_gateway_route_table - [ ] create_transit_gateway_route_table_announcement - [X] create_transit_gateway_vpc_attachment +- [ ] create_verified_access_endpoint +- [ ] create_verified_access_group +- [ ] create_verified_access_instance +- [ ] create_verified_access_trust_provider - [X] create_volume - [X] create_vpc - [X] create_vpc_endpoint @@ -1860,6 +1897,10 @@ - [X] delete_transit_gateway_route_table - [ ] delete_transit_gateway_route_table_announcement - [X] delete_transit_gateway_vpc_attachment +- [ ] delete_verified_access_endpoint +- [ ] delete_verified_access_group +- [ ] delete_verified_access_instance +- [ ] delete_verified_access_trust_provider - [X] delete_volume - [X] delete_vpc - [ ] delete_vpc_endpoint_connection_notifications @@ -1882,6 +1923,7 @@ - [ ] describe_addresses_attribute - [ ] describe_aggregate_id_format - [X] describe_availability_zones +- [ ] describe_aws_network_performance_metric_subscriptions - [ ] describe_bundle_tasks - [ ] describe_byoip_cidrs - [ ] describe_capacity_reservation_fleets @@ -1995,6 +2037,11 @@ - [X] describe_transit_gateway_vpc_attachments - [X] describe_transit_gateways - [ ] describe_trunk_interface_associations +- [ ] describe_verified_access_endpoints +- [ ] describe_verified_access_groups +- [ ] describe_verified_access_instance_logging_configurations +- [ ] describe_verified_access_instances +- [ ] describe_verified_access_trust_providers - [ ] describe_volume_attribute - [ ] describe_volume_status - [X] describe_volumes @@ -2015,9 +2062,11 @@ - [ ] detach_classic_link_vpc - [X] detach_internet_gateway - [X] detach_network_interface +- [ ] detach_verified_access_trust_provider - [X] detach_volume - [X] detach_vpn_gateway - [ ] disable_address_transfer +- [ ] disable_aws_network_performance_metric_subscription - [X] disable_ebs_encryption_by_default - [ ] disable_fast_launch - [ ] disable_fast_snapshot_restores @@ -2041,11 +2090,13 @@ - [ ] disassociate_trunk_interface - [X] disassociate_vpc_cidr_block - [ ] enable_address_transfer +- [ ] enable_aws_network_performance_metric_subscription - [X] enable_ebs_encryption_by_default - [ ] enable_fast_launch - [ ] enable_fast_snapshot_restores - [ ] enable_image_deprecation - [ ] enable_ipam_organization_admin_account +- [ ] enable_reachability_analyzer_organization_sharing - [ ] enable_serial_console_access - [X] enable_transit_gateway_route_table_propagation - [ ] enable_vgw_route_propagation @@ -2058,6 +2109,7 @@ - [ ] export_transit_gateway_routes - [ ] get_associated_enclave_certificate_iam_roles - [ ] get_associated_ipv6_pool_cidrs +- [ ] get_aws_network_performance_data - [ ] get_capacity_reservation_usage - [ ] get_coip_pool_usage - [ ] get_console_output @@ -2091,6 +2143,8 @@ - [ ] get_transit_gateway_prefix_list_references - [ ] get_transit_gateway_route_table_associations - [ ] get_transit_gateway_route_table_propagations +- [ ] get_verified_access_endpoint_policy +- [ ] get_verified_access_group_policy - [ ] get_vpn_connection_device_sample_configuration - [ ] get_vpn_connection_device_types - [ ] import_client_vpn_client_certificate_revocation_list @@ -2143,6 +2197,13 @@ - [X] modify_transit_gateway - [ ] modify_transit_gateway_prefix_list_reference - [X] modify_transit_gateway_vpc_attachment +- [ ] modify_verified_access_endpoint +- [ ] modify_verified_access_endpoint_policy +- [ ] modify_verified_access_group +- [ ] modify_verified_access_group_policy +- [ ] modify_verified_access_instance +- [ ] modify_verified_access_instance_logging_configuration +- [ ] modify_verified_access_trust_provider - [X] modify_volume - [ ] modify_volume_attribute - [X] modify_vpc_attribute @@ -2281,7 +2342,7 @@ ## ecs
-75% implemented +74% implemented - [X] create_capacity_provider - [X] create_cluster @@ -2310,6 +2371,7 @@ - [X] list_clusters - [X] list_container_instances - [X] list_services +- [ ] list_services_by_namespace - [X] list_tags_for_resource - [X] list_task_definition_families - [X] list_task_definitions @@ -3970,13 +4032,14 @@ ## logs
-55% implemented +52% implemented - [ ] associate_kms_key - [ ] cancel_export_task - [X] create_export_task - [X] create_log_group - [X] create_log_stream +- [ ] delete_data_protection_policy - [ ] delete_destination - [X] delete_log_group - [X] delete_log_stream @@ -3996,12 +4059,14 @@ - [X] describe_subscription_filters - [ ] disassociate_kms_key - [X] filter_log_events +- [ ] get_data_protection_policy - [X] get_log_events - [ ] get_log_group_fields - [ ] get_log_record - [ ] get_query_results - [ ] list_tags_for_resource - [X] list_tags_log_group +- [ ] put_data_protection_policy - [ ] put_destination - [ ] put_destination_policy - [X] put_log_events @@ -4336,7 +4401,7 @@ ## organizations
-78% implemented +74% implemented - [ ] accept_handshake - [X] attach_policy @@ -4351,6 +4416,7 @@ - [X] delete_organization - [X] delete_organizational_unit - [X] delete_policy +- [ ] delete_resource_policy - [X] deregister_delegated_administrator - [X] describe_account - [X] describe_create_account_status @@ -4359,6 +4425,7 @@ - [X] describe_organization - [X] describe_organizational_unit - [X] describe_policy +- [ ] describe_resource_policy - [X] detach_policy - [X] disable_aws_service_access - [X] disable_policy_type @@ -4384,6 +4451,7 @@ - [X] list_tags_for_resource - [X] list_targets_for_policy - [X] move_account +- [ ] put_resource_policy - [X] register_delegated_administrator - [X] remove_account_from_organization - [X] tag_resource @@ -4648,8 +4716,10 @@ - [ ] describe_account_settings - [ ] describe_account_subscription - [ ] describe_analysis +- [ ] describe_analysis_definition - [ ] describe_analysis_permissions - [ ] describe_dashboard +- [ ] describe_dashboard_definition - [ ] describe_dashboard_permissions - [ ] describe_data_set - [ ] describe_data_set_permissions @@ -4666,6 +4736,7 @@ - [ ] describe_namespace - [ ] describe_template - [ ] describe_template_alias +- [ ] describe_template_definition - [ ] describe_template_permissions - [ ] describe_theme - [ ] describe_theme_alias @@ -4781,6 +4852,7 @@ - [ ] copy_db_parameter_group - [ ] copy_db_snapshot - [ ] copy_option_group +- [ ] create_blue_green_deployment - [ ] create_custom_db_engine_version - [X] create_db_cluster - [ ] create_db_cluster_endpoint @@ -4797,6 +4869,7 @@ - [X] create_event_subscription - [ ] create_global_cluster - [X] create_option_group +- [ ] delete_blue_green_deployment - [ ] delete_custom_db_engine_version - [X] delete_db_cluster - [ ] delete_db_cluster_endpoint @@ -4815,6 +4888,7 @@ - [X] delete_option_group - [ ] deregister_db_proxy_targets - [ ] describe_account_attributes +- [ ] describe_blue_green_deployments - [ ] describe_certificates - [ ] describe_db_cluster_backtracks - [ ] describe_db_cluster_endpoints @@ -4904,6 +4978,7 @@ - [X] stop_db_cluster - [X] stop_db_instance - [ ] stop_db_instance_automated_backups_replication +- [ ] switchover_blue_green_deployment - [ ] switchover_read_replica
@@ -5403,7 +5478,7 @@ ## s3control
-15% implemented +14% implemented - [X] create_access_point - [ ] create_access_point_for_object_lambda @@ -5441,6 +5516,7 @@ - [ ] get_multi_region_access_point - [ ] get_multi_region_access_point_policy - [ ] get_multi_region_access_point_policy_status +- [ ] get_multi_region_access_point_routes - [X] get_public_access_block - [ ] get_storage_lens_configuration - [ ] get_storage_lens_configuration_tagging @@ -5462,6 +5538,7 @@ - [X] put_public_access_block - [ ] put_storage_lens_configuration - [ ] put_storage_lens_configuration_tagging +- [ ] submit_multi_region_access_point_routes - [ ] update_job_priority - [ ] update_job_status
@@ -6306,7 +6383,7 @@ ## textract
-20% implemented +15% implemented - [ ] analyze_document - [ ] analyze_expense @@ -6315,9 +6392,12 @@ - [ ] get_document_analysis - [X] get_document_text_detection - [ ] get_expense_analysis +- [ ] get_lending_analysis +- [ ] get_lending_analysis_summary - [ ] start_document_analysis - [X] start_document_text_detection - [ ] start_expense_analysis +- [ ] start_lending_analysis
## timestream-write @@ -6445,7 +6525,6 @@ - accessanalyzer - account -- acm-pca - alexaforbusiness - amplify - amplifybackend @@ -6460,6 +6539,7 @@ - appmesh - apprunner - appstream +- arc-zonal-shift - auditmanager - autoscaling-plans - backup @@ -6592,7 +6672,10 @@ - network-firewall - networkmanager - nimble +- oam +- omics - opensearch +- opensearchserverless - opsworkscm - outposts - panorama @@ -6628,11 +6711,13 @@ - scheduler - schemas - securityhub +- securitylake - serverlessrepo - servicecatalog - servicecatalog-appregistry - sesv2 - shield +- simspaceweaver - sms - sms-voice - snow-device-management diff --git a/docs/docs/services/acm-pca.rst b/docs/docs/services/acm-pca.rst new file mode 100644 index 000000000..dce965605 --- /dev/null +++ b/docs/docs/services/acm-pca.rst @@ -0,0 +1,74 @@ +.. _implementedservice_acm-pca: + +.. |start-h3| raw:: html + +

+ +.. |end-h3| raw:: html + +

+ +======= +acm-pca +======= + +.. autoclass:: moto.acmpca.models.ACMPCABackend + +|start-h3| Example usage |end-h3| + +.. sourcecode:: python + + @mock_acmpca + def test_acmpca_behaviour: + boto3.client("acm-pca") + ... + + + +|start-h3| Implemented features for this service |end-h3| + +- [X] create_certificate_authority + + The following parameters are not yet implemented: IdempotencyToken, KeyStorageSecurityStandard, UsageMode + + +- [ ] create_certificate_authority_audit_report +- [ ] create_permission +- [X] delete_certificate_authority +- [ ] delete_permission +- [ ] delete_policy +- [X] describe_certificate_authority +- [ ] describe_certificate_authority_audit_report +- [X] get_certificate + + The CertificateChain will always return None for now + + +- [X] get_certificate_authority_certificate +- [X] get_certificate_authority_csr +- [ ] get_policy +- [X] import_certificate_authority_certificate +- [X] issue_certificate + + The following parameters are not yet implemented: ApiPassthrough, SigningAlgorithm, TemplateArn, Validity, ValidityNotBefore, IdempotencyToken + Some fields of the resulting certificate will have default values, instead of using the CSR + + +- [ ] list_certificate_authorities +- [ ] list_permissions +- [X] list_tags + + Pagination is not yet implemented + + +- [ ] put_policy +- [ ] restore_certificate_authority +- [X] revoke_certificate + + This is currently a NO-OP + + +- [X] tag_certificate_authority +- [X] untag_certificate_authority +- [X] update_certificate_authority + diff --git a/docs/docs/services/config.rst b/docs/docs/services/config.rst index 613345078..db5a98040 100644 --- a/docs/docs/services/config.rst +++ b/docs/docs/services/config.rst @@ -121,6 +121,7 @@ config exception). +- [ ] get_resource_evaluation_summary - [ ] get_stored_query - [X] list_aggregate_discovered_resources Queries AWS Config listing function that must exist for resource backend. @@ -153,6 +154,7 @@ config :return: +- [ ] list_resource_evaluations - [ ] list_stored_queries - [X] list_tags_for_resource Return list of tags for AWS Config resource. @@ -184,6 +186,7 @@ config - [ ] start_config_rules_evaluation - [X] start_configuration_recorder - [ ] start_remediation_execution +- [ ] start_resource_evaluation - [X] stop_configuration_recorder - [X] tag_resource Add tags in config with a matching ARN. diff --git a/docs/docs/services/ec2.rst b/docs/docs/services/ec2.rst index adc50a37d..25736bddc 100644 --- a/docs/docs/services/ec2.rst +++ b/docs/docs/services/ec2.rst @@ -57,6 +57,7 @@ ec2 - [ ] attach_classic_link_vpc - [X] attach_internet_gateway - [X] attach_network_interface +- [ ] attach_verified_access_trust_provider - [X] attach_volume - [X] attach_vpn_gateway - [ ] authorize_client_vpn_ingress @@ -148,6 +149,10 @@ ec2 - [X] create_transit_gateway_route_table - [ ] create_transit_gateway_route_table_announcement - [X] create_transit_gateway_vpc_attachment +- [ ] create_verified_access_endpoint +- [ ] create_verified_access_group +- [ ] create_verified_access_instance +- [ ] create_verified_access_trust_provider - [X] create_volume - [X] create_vpc - [X] create_vpc_endpoint @@ -216,6 +221,10 @@ ec2 - [X] delete_transit_gateway_route_table - [ ] delete_transit_gateway_route_table_announcement - [X] delete_transit_gateway_vpc_attachment +- [ ] delete_verified_access_endpoint +- [ ] delete_verified_access_group +- [ ] delete_verified_access_instance +- [ ] delete_verified_access_trust_provider - [X] delete_volume - [X] delete_vpc - [ ] delete_vpc_endpoint_connection_notifications @@ -238,6 +247,7 @@ ec2 - [ ] describe_addresses_attribute - [ ] describe_aggregate_id_format - [X] describe_availability_zones +- [ ] describe_aws_network_performance_metric_subscriptions - [ ] describe_bundle_tasks - [ ] describe_byoip_cidrs - [ ] describe_capacity_reservation_fleets @@ -355,6 +365,11 @@ ec2 - [X] describe_transit_gateway_vpc_attachments - [X] describe_transit_gateways - [ ] describe_trunk_interface_associations +- [ ] describe_verified_access_endpoints +- [ ] describe_verified_access_groups +- [ ] describe_verified_access_instance_logging_configurations +- [ ] describe_verified_access_instances +- [ ] describe_verified_access_trust_providers - [ ] describe_volume_attribute - [ ] describe_volume_status - [X] describe_volumes @@ -394,9 +409,11 @@ ec2 - [ ] detach_classic_link_vpc - [X] detach_internet_gateway - [X] detach_network_interface +- [ ] detach_verified_access_trust_provider - [X] detach_volume - [X] detach_vpn_gateway - [ ] disable_address_transfer +- [ ] disable_aws_network_performance_metric_subscription - [X] disable_ebs_encryption_by_default - [ ] disable_fast_launch - [ ] disable_fast_snapshot_restores @@ -420,11 +437,13 @@ ec2 - [ ] disassociate_trunk_interface - [X] disassociate_vpc_cidr_block - [ ] enable_address_transfer +- [ ] enable_aws_network_performance_metric_subscription - [X] enable_ebs_encryption_by_default - [ ] enable_fast_launch - [ ] enable_fast_snapshot_restores - [ ] enable_image_deprecation - [ ] enable_ipam_organization_admin_account +- [ ] enable_reachability_analyzer_organization_sharing - [ ] enable_serial_console_access - [X] enable_transit_gateway_route_table_propagation - [ ] enable_vgw_route_propagation @@ -437,6 +456,7 @@ ec2 - [ ] export_transit_gateway_routes - [ ] get_associated_enclave_certificate_iam_roles - [ ] get_associated_ipv6_pool_cidrs +- [ ] get_aws_network_performance_data - [ ] get_capacity_reservation_usage - [ ] get_coip_pool_usage - [ ] get_console_output @@ -470,6 +490,8 @@ ec2 - [ ] get_transit_gateway_prefix_list_references - [ ] get_transit_gateway_route_table_associations - [ ] get_transit_gateway_route_table_propagations +- [ ] get_verified_access_endpoint_policy +- [ ] get_verified_access_group_policy - [ ] get_vpn_connection_device_sample_configuration - [ ] get_vpn_connection_device_types - [ ] import_client_vpn_client_certificate_revocation_list @@ -522,6 +544,13 @@ ec2 - [X] modify_transit_gateway - [ ] modify_transit_gateway_prefix_list_reference - [X] modify_transit_gateway_vpc_attachment +- [ ] modify_verified_access_endpoint +- [ ] modify_verified_access_endpoint_policy +- [ ] modify_verified_access_group +- [ ] modify_verified_access_group_policy +- [ ] modify_verified_access_instance +- [ ] modify_verified_access_instance_logging_configuration +- [ ] modify_verified_access_trust_provider - [X] modify_volume - [ ] modify_volume_attribute - [X] modify_vpc_attribute diff --git a/docs/docs/services/ecs.rst b/docs/docs/services/ecs.rst index 0c1c39e42..6d6c19a30 100644 --- a/docs/docs/services/ecs.rst +++ b/docs/docs/services/ecs.rst @@ -74,6 +74,7 @@ ecs - [X] list_container_instances - [X] list_services +- [ ] list_services_by_namespace - [X] list_tags_for_resource Currently implemented only for task definitions and services diff --git a/docs/docs/services/lambda.rst b/docs/docs/services/lambda.rst index b51c4e10c..1d65caaa4 100644 --- a/docs/docs/services/lambda.rst +++ b/docs/docs/services/lambda.rst @@ -33,6 +33,10 @@ lambda - [ ] create_code_signing_config - [X] create_event_source_mapping - [X] create_function + + The Code.ImageUri is not validated by default. Set environment variable MOTO_LAMBDA_STUB_ECR=false if you want to validate the image exists in our mocked ECR. + + - [X] create_function_url_config The Qualifier-parameter is not yet implemented. diff --git a/docs/docs/services/logs.rst b/docs/docs/services/logs.rst index cb6111cc0..326d2dc0d 100644 --- a/docs/docs/services/logs.rst +++ b/docs/docs/services/logs.rst @@ -30,6 +30,7 @@ logs - [X] create_export_task - [X] create_log_group - [X] create_log_stream +- [ ] delete_data_protection_policy - [ ] delete_destination - [X] delete_log_group - [X] delete_log_stream @@ -63,12 +64,14 @@ logs If the pattern is not supported, all events are returned. +- [ ] get_data_protection_policy - [X] get_log_events - [ ] get_log_group_fields - [ ] get_log_record - [ ] get_query_results - [ ] list_tags_for_resource - [X] list_tags_log_group +- [ ] put_data_protection_policy - [ ] put_destination - [ ] put_destination_policy - [X] put_log_events diff --git a/docs/docs/services/organizations.rst b/docs/docs/services/organizations.rst index 2c88e269a..dd84a63de 100644 --- a/docs/docs/services/organizations.rst +++ b/docs/docs/services/organizations.rst @@ -38,6 +38,7 @@ organizations - [X] delete_organization - [X] delete_organizational_unit - [X] delete_policy +- [ ] delete_resource_policy - [X] deregister_delegated_administrator - [X] describe_account - [X] describe_create_account_status @@ -46,6 +47,7 @@ organizations - [X] describe_organization - [X] describe_organizational_unit - [X] describe_policy +- [ ] describe_resource_policy - [X] detach_policy - [X] disable_aws_service_access - [X] disable_policy_type @@ -71,6 +73,7 @@ organizations - [X] list_tags_for_resource - [X] list_targets_for_policy - [X] move_account +- [ ] put_resource_policy - [X] register_delegated_administrator - [X] remove_account_from_organization - [X] tag_resource diff --git a/docs/docs/services/quicksight.rst b/docs/docs/services/quicksight.rst index e5be2c46b..48c82ac46 100644 --- a/docs/docs/services/quicksight.rst +++ b/docs/docs/services/quicksight.rst @@ -67,8 +67,10 @@ quicksight - [ ] describe_account_settings - [ ] describe_account_subscription - [ ] describe_analysis +- [ ] describe_analysis_definition - [ ] describe_analysis_permissions - [ ] describe_dashboard +- [ ] describe_dashboard_definition - [ ] describe_dashboard_permissions - [ ] describe_data_set - [ ] describe_data_set_permissions @@ -85,6 +87,7 @@ quicksight - [ ] describe_namespace - [ ] describe_template - [ ] describe_template_alias +- [ ] describe_template_definition - [ ] describe_template_permissions - [ ] describe_theme - [ ] describe_theme_alias diff --git a/docs/docs/services/rds.rst b/docs/docs/services/rds.rst index 9bb657056..f76a62b84 100644 --- a/docs/docs/services/rds.rst +++ b/docs/docs/services/rds.rst @@ -38,6 +38,7 @@ rds - [ ] copy_db_parameter_group - [ ] copy_db_snapshot - [ ] copy_option_group +- [ ] create_blue_green_deployment - [ ] create_custom_db_engine_version - [X] create_db_cluster - [ ] create_db_cluster_endpoint @@ -54,6 +55,7 @@ rds - [X] create_event_subscription - [ ] create_global_cluster - [X] create_option_group +- [ ] delete_blue_green_deployment - [ ] delete_custom_db_engine_version - [X] delete_db_cluster - [ ] delete_db_cluster_endpoint @@ -72,6 +74,7 @@ rds - [X] delete_option_group - [ ] deregister_db_proxy_targets - [ ] describe_account_attributes +- [ ] describe_blue_green_deployments - [ ] describe_certificates - [ ] describe_db_cluster_backtracks - [ ] describe_db_cluster_endpoints @@ -161,5 +164,6 @@ rds - [X] stop_db_cluster - [X] stop_db_instance - [ ] stop_db_instance_automated_backups_replication +- [ ] switchover_blue_green_deployment - [ ] switchover_read_replica diff --git a/docs/docs/services/s3control.rst b/docs/docs/services/s3control.rst index 3a4817c5e..d927f7de1 100644 --- a/docs/docs/services/s3control.rst +++ b/docs/docs/services/s3control.rst @@ -65,6 +65,7 @@ s3control - [ ] get_multi_region_access_point - [ ] get_multi_region_access_point_policy - [ ] get_multi_region_access_point_policy_status +- [ ] get_multi_region_access_point_routes - [X] get_public_access_block - [ ] get_storage_lens_configuration - [ ] get_storage_lens_configuration_tagging @@ -86,6 +87,7 @@ s3control - [X] put_public_access_block - [ ] put_storage_lens_configuration - [ ] put_storage_lens_configuration_tagging +- [ ] submit_multi_region_access_point_routes - [ ] update_job_priority - [ ] update_job_status diff --git a/docs/docs/services/textract.rst b/docs/docs/services/textract.rst index 9b877c92e..ddb2a3371 100644 --- a/docs/docs/services/textract.rst +++ b/docs/docs/services/textract.rst @@ -38,6 +38,8 @@ textract - [ ] get_expense_analysis +- [ ] get_lending_analysis +- [ ] get_lending_analysis_summary - [ ] start_document_analysis - [X] start_document_text_detection @@ -45,4 +47,5 @@ textract - [ ] start_expense_analysis +- [ ] start_lending_analysis diff --git a/moto/awslambda/models.py b/moto/awslambda/models.py index 81a3a89c7..0d344bb3d 100644 --- a/moto/awslambda/models.py +++ b/moto/awslambda/models.py @@ -1525,6 +1525,9 @@ class LambdaBackend(BaseBackend): ) def create_function(self, spec: Dict[str, Any]) -> LambdaFunction: + """ + The Code.ImageUri is not validated by default. Set environment variable MOTO_LAMBDA_STUB_ECR=false if you want to validate the image exists in our mocked ECR. + """ function_name = spec.get("FunctionName", None) if function_name is None: raise RESTError("InvalidParameterValueException", "Missing FunctionName") diff --git a/moto/ec2/models/__init__.py b/moto/ec2/models/__init__.py index ab040c81e..bc8b04bde 100644 --- a/moto/ec2/models/__init__.py +++ b/moto/ec2/models/__init__.py @@ -124,12 +124,12 @@ class EC2Backend( FleetsBackend, ): """ - Implementation of the AWS EC2 endpoint. + moto includes a limited set of AMIs in `moto/ec2/resources/amis.json`. + Additionally, the default AMI's specified by SSM will be provided. - moto includes a limited set of AMIs in `moto/ec2/resources/amis.json`. If you require specific - AMIs to be available during your tests, you can provide your own AMI definitions by setting the - environment variable `MOTO_AMIS_PATH` to point to a JSON file containing definitions of the - required AMIs. + If you require specific AMIs to be available during your tests, you can provide your own AMI definitions by setting the + environment variable `MOTO_AMIS_PATH` to point to a JSON file containing definitions of the required AMIs. + No other AMI's will be loaded if this environment variable is set. To create such a file, refer to `scripts/get_amis.py` diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/af-south-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/af-south-1.json index 58c833635..0780a8542 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/af-south-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/af-south-1.json @@ -163,6 +163,46 @@ "InstanceType": "c5n.xlarge", "Location": "afs1-az1" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.large", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.metal", + "Location": "afs1-az1" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "afs1-az1" + }, { "InstanceType": "d2.2xlarge", "Location": "afs1-az1" @@ -315,6 +355,46 @@ "InstanceType": "m5d.xlarge", "Location": "afs1-az1" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.large", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.metal", + "Location": "afs1-az1" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "afs1-az1" + }, { "InstanceType": "r5.12xlarge", "Location": "afs1-az1" @@ -683,6 +763,46 @@ "InstanceType": "c5n.xlarge", "Location": "afs1-az2" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.large", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.metal", + "Location": "afs1-az2" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "afs1-az2" + }, { "InstanceType": "d2.2xlarge", "Location": "afs1-az2" @@ -863,6 +983,46 @@ "InstanceType": "m5d.xlarge", "Location": "afs1-az2" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.large", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.metal", + "Location": "afs1-az2" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "afs1-az2" + }, { "InstanceType": "r5.12xlarge", "Location": "afs1-az2" @@ -1231,6 +1391,46 @@ "InstanceType": "c5n.xlarge", "Location": "afs1-az3" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.large", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.metal", + "Location": "afs1-az3" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "afs1-az3" + }, { "InstanceType": "d2.2xlarge", "Location": "afs1-az3" @@ -1411,6 +1611,46 @@ "InstanceType": "m5d.xlarge", "Location": "afs1-az3" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.large", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.metal", + "Location": "afs1-az3" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "afs1-az3" + }, { "InstanceType": "r5.12xlarge", "Location": "afs1-az3" 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 a1b7ca510..83d8a349f 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 @@ -595,6 +595,30 @@ "InstanceType": "i4i.xlarge", "Location": "apne1-az1" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "im4gn.large", + "Location": "apne1-az1" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "apne1-az1" + }, { "InstanceType": "inf1.24xlarge", "Location": "apne1-az1" @@ -611,6 +635,30 @@ "InstanceType": "inf1.xlarge", "Location": "apne1-az1" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "is4gen.large", + "Location": "apne1-az1" + }, + { + "InstanceType": "is4gen.medium", + "Location": "apne1-az1" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "apne1-az1" + }, { "InstanceType": "m1.large", "Location": "apne1-az1" @@ -1379,6 +1427,46 @@ "InstanceType": "r6gd.xlarge", "Location": "apne1-az1" }, + { + "InstanceType": "r6i.12xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.16xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.24xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.2xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.32xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.4xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.8xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.large", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.metal", + "Location": "apne1-az1" + }, + { + "InstanceType": "r6i.xlarge", + "Location": "apne1-az1" + }, { "InstanceType": "t1.micro", "Location": "apne1-az1" @@ -1467,6 +1555,26 @@ "InstanceType": "t4g.xlarge", "Location": "apne1-az1" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "apne1-az1" + }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "apne1-az1" + }, { "InstanceType": "x1.16xlarge", "Location": "apne1-az1" @@ -1863,6 +1971,46 @@ "InstanceType": "c6i.xlarge", "Location": "apne1-az2" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.large", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.metal", + "Location": "apne1-az2" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "apne1-az2" + }, { "InstanceType": "d2.2xlarge", "Location": "apne1-az2" @@ -2043,6 +2191,30 @@ "InstanceType": "i4i.xlarge", "Location": "apne1-az2" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "im4gn.large", + "Location": "apne1-az2" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "apne1-az2" + }, { "InstanceType": "inf1.24xlarge", "Location": "apne1-az2" @@ -2059,6 +2231,30 @@ "InstanceType": "inf1.xlarge", "Location": "apne1-az2" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "is4gen.large", + "Location": "apne1-az2" + }, + { + "InstanceType": "is4gen.medium", + "Location": "apne1-az2" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "apne1-az2" + }, { "InstanceType": "m4.10xlarge", "Location": "apne1-az2" @@ -2403,6 +2599,46 @@ "InstanceType": "m6i.xlarge", "Location": "apne1-az2" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.large", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.metal", + "Location": "apne1-az2" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "apne1-az2" + }, { "InstanceType": "r4.16xlarge", "Location": "apne1-az2" @@ -2783,6 +3019,46 @@ "InstanceType": "r6i.xlarge", "Location": "apne1-az2" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.large", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.metal", + "Location": "apne1-az2" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "apne1-az2" + }, { "InstanceType": "t2.2xlarge", "Location": "apne1-az2" @@ -2895,6 +3171,22 @@ "InstanceType": "t4g.xlarge", "Location": "apne1-az2" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "apne1-az2" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "apne1-az2" + }, { "InstanceType": "x1.16xlarge", "Location": "apne1-az2" @@ -3319,6 +3611,46 @@ "InstanceType": "c6i.xlarge", "Location": "apne1-az4" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.large", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.metal", + "Location": "apne1-az4" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "apne1-az4" + }, { "InstanceType": "cc2.8xlarge", "Location": "apne1-az4" @@ -3591,6 +3923,30 @@ "InstanceType": "i4i.xlarge", "Location": "apne1-az4" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "im4gn.large", + "Location": "apne1-az4" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "apne1-az4" + }, { "InstanceType": "inf1.24xlarge", "Location": "apne1-az4" @@ -3607,6 +3963,30 @@ "InstanceType": "inf1.xlarge", "Location": "apne1-az4" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "is4gen.large", + "Location": "apne1-az4" + }, + { + "InstanceType": "is4gen.medium", + "Location": "apne1-az4" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "apne1-az4" + }, { "InstanceType": "m1.large", "Location": "apne1-az4" @@ -4023,6 +4403,46 @@ "InstanceType": "m6i.xlarge", "Location": "apne1-az4" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.large", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.metal", + "Location": "apne1-az4" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "apne1-az4" + }, { "InstanceType": "mac1.metal", "Location": "apne1-az4" @@ -4459,6 +4879,46 @@ "InstanceType": "r6i.xlarge", "Location": "apne1-az4" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.large", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.metal", + "Location": "apne1-az4" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "apne1-az4" + }, { "InstanceType": "t1.micro", "Location": "apne1-az4" @@ -4575,6 +5035,26 @@ "InstanceType": "t4g.xlarge", "Location": "apne1-az4" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "apne1-az4" + }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "apne1-az4" + }, { "InstanceType": "vt1.24xlarge", "Location": "apne1-az4" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-2.json index fe132c635..501f86c6a 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-2.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-2.json @@ -3451,6 +3451,10 @@ "InstanceType": "t4g.xlarge", "Location": "apne2-az3" }, + { + "InstanceType": "u-24tb1.112xlarge", + "Location": "apne2-az3" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "apne2-az3" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-3.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-3.json index f0925b4f3..8c5bfab20 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-3.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-3.json @@ -143,6 +143,78 @@ "InstanceType": "c6gd.xlarge", "Location": "apne3-az1" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6gn.large", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6gn.medium", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.12xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.large", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.metal", + "Location": "apne3-az1" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "apne3-az1" + }, { "InstanceType": "g4dn.12xlarge", "Location": "apne3-az1" @@ -303,6 +375,46 @@ "InstanceType": "m5d.xlarge", "Location": "apne3-az1" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.large", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.metal", + "Location": "apne3-az1" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "apne3-az1" + }, { "InstanceType": "r5.12xlarge", "Location": "apne3-az1" @@ -403,6 +515,22 @@ "InstanceType": "t3.xlarge", "Location": "apne3-az1" }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "apne3-az1" + }, + { + "InstanceType": "x2idn.metal", + "Location": "apne3-az1" + }, { "InstanceType": "c5.12xlarge", "Location": "apne3-az2" @@ -547,6 +675,78 @@ "InstanceType": "c6gd.xlarge", "Location": "apne3-az2" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6gn.large", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6gn.medium", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.12xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.large", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.metal", + "Location": "apne3-az2" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "apne3-az2" + }, { "InstanceType": "g4dn.12xlarge", "Location": "apne3-az2" @@ -707,6 +907,46 @@ "InstanceType": "m5d.xlarge", "Location": "apne3-az2" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.large", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.metal", + "Location": "apne3-az2" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "apne3-az2" + }, { "InstanceType": "r5.12xlarge", "Location": "apne3-az2" @@ -807,6 +1047,22 @@ "InstanceType": "t3.xlarge", "Location": "apne3-az2" }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "apne3-az2" + }, + { + "InstanceType": "x2idn.metal", + "Location": "apne3-az2" + }, { "InstanceType": "c4.2xlarge", "Location": "apne3-az3" @@ -959,6 +1215,78 @@ "InstanceType": "c6gd.xlarge", "Location": "apne3-az3" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6gn.large", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6gn.medium", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.12xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.large", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.metal", + "Location": "apne3-az3" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "apne3-az3" + }, { "InstanceType": "d2.2xlarge", "Location": "apne3-az3" @@ -1095,6 +1423,46 @@ "InstanceType": "m5d.xlarge", "Location": "apne3-az3" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.large", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.metal", + "Location": "apne3-az3" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "apne3-az3" + }, { "InstanceType": "r4.16xlarge", "Location": "apne3-az3" 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 6d64e9dc9..987deb291 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 @@ -559,6 +559,30 @@ "InstanceType": "i4i.xlarge", "Location": "apse1-az1" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "apse1-az1" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "apse1-az1" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "apse1-az1" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "apse1-az1" + }, + { + "InstanceType": "im4gn.large", + "Location": "apse1-az1" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "apse1-az1" + }, { "InstanceType": "inf1.24xlarge", "Location": "apse1-az1" @@ -575,6 +599,30 @@ "InstanceType": "inf1.xlarge", "Location": "apse1-az1" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "apse1-az1" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "apse1-az1" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "apse1-az1" + }, + { + "InstanceType": "is4gen.large", + "Location": "apse1-az1" + }, + { + "InstanceType": "is4gen.medium", + "Location": "apse1-az1" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "apse1-az1" + }, { "InstanceType": "m1.large", "Location": "apse1-az1" @@ -1543,6 +1591,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "apse1-az1" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "apse1-az1" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "apse1-az1" @@ -2255,6 +2307,30 @@ "InstanceType": "i4i.xlarge", "Location": "apse1-az2" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "im4gn.large", + "Location": "apse1-az2" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "apse1-az2" + }, { "InstanceType": "inf1.24xlarge", "Location": "apse1-az2" @@ -2271,6 +2347,30 @@ "InstanceType": "inf1.xlarge", "Location": "apse1-az2" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "is4gen.large", + "Location": "apse1-az2" + }, + { + "InstanceType": "is4gen.medium", + "Location": "apse1-az2" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "apse1-az2" + }, { "InstanceType": "m1.large", "Location": "apse1-az2" @@ -3235,6 +3335,18 @@ "InstanceType": "t4g.xlarge", "Location": "apse1-az2" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "apse1-az2" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "apse1-az2" + }, { "InstanceType": "x1.16xlarge", "Location": "apse1-az2" @@ -3823,6 +3935,30 @@ "InstanceType": "i4i.xlarge", "Location": "apse1-az3" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "apse1-az3" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "apse1-az3" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "apse1-az3" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "apse1-az3" + }, + { + "InstanceType": "im4gn.large", + "Location": "apse1-az3" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "apse1-az3" + }, { "InstanceType": "inf1.24xlarge", "Location": "apse1-az3" @@ -3839,6 +3975,30 @@ "InstanceType": "inf1.xlarge", "Location": "apse1-az3" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "apse1-az3" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "apse1-az3" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "apse1-az3" + }, + { + "InstanceType": "is4gen.large", + "Location": "apse1-az3" + }, + { + "InstanceType": "is4gen.medium", + "Location": "apse1-az3" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "apse1-az3" + }, { "InstanceType": "m4.10xlarge", "Location": "apse1-az3" @@ -4679,6 +4839,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "apse1-az3" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "apse1-az3" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "apse1-az3" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-2.json index 5ea121742..868bdef63 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-2.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-2.json @@ -379,6 +379,46 @@ "InstanceType": "c6i.xlarge", "Location": "apse2-az1" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.large", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.metal", + "Location": "apse2-az1" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "apse2-az1" + }, { "InstanceType": "d2.2xlarge", "Location": "apse2-az1" @@ -987,6 +1027,46 @@ "InstanceType": "m6i.xlarge", "Location": "apse2-az1" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.large", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.metal", + "Location": "apse2-az1" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "apse2-az1" + }, { "InstanceType": "mac1.metal", "Location": "apse2-az1" @@ -1415,6 +1495,46 @@ "InstanceType": "r6i.xlarge", "Location": "apse2-az1" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.large", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.metal", + "Location": "apse2-az1" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "apse2-az1" + }, { "InstanceType": "t1.micro", "Location": "apse2-az1" @@ -1531,6 +1651,10 @@ "InstanceType": "t4g.xlarge", "Location": "apse2-az1" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "apse2-az1" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "apse2-az1" @@ -2019,6 +2143,46 @@ "InstanceType": "c6i.xlarge", "Location": "apse2-az2" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.large", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.metal", + "Location": "apse2-az2" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "apse2-az2" + }, { "InstanceType": "d2.2xlarge", "Location": "apse2-az2" @@ -2563,6 +2727,46 @@ "InstanceType": "m6i.xlarge", "Location": "apse2-az2" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.large", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.metal", + "Location": "apse2-az2" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "apse2-az2" + }, { "InstanceType": "p2.16xlarge", "Location": "apse2-az2" @@ -2975,6 +3179,46 @@ "InstanceType": "r6i.xlarge", "Location": "apse2-az2" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.large", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.metal", + "Location": "apse2-az2" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "apse2-az2" + }, { "InstanceType": "t2.2xlarge", "Location": "apse2-az2" @@ -3319,6 +3563,38 @@ "InstanceType": "c5a.xlarge", "Location": "apse2-az3" }, + { + "InstanceType": "c5ad.12xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c5ad.16xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c5ad.24xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c5ad.2xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c5ad.4xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c5ad.8xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c5ad.large", + "Location": "apse2-az3" + }, + { + "InstanceType": "c5ad.xlarge", + "Location": "apse2-az3" + }, { "InstanceType": "c5d.12xlarge", "Location": "apse2-az3" @@ -3527,6 +3803,46 @@ "InstanceType": "c6i.xlarge", "Location": "apse2-az3" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.large", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.metal", + "Location": "apse2-az3" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "apse2-az3" + }, { "InstanceType": "d2.2xlarge", "Location": "apse2-az3" @@ -4095,6 +4411,46 @@ "InstanceType": "m6i.xlarge", "Location": "apse2-az3" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.large", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.metal", + "Location": "apse2-az3" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "apse2-az3" + }, { "InstanceType": "mac1.metal", "Location": "apse2-az3" @@ -4615,6 +4971,10 @@ "InstanceType": "t4g.xlarge", "Location": "apse2-az3" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "apse2-az3" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "apse2-az3" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-3.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-3.json new file mode 100644 index 000000000..ad0fc0305 --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-3.json @@ -0,0 +1,1514 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5n.18xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5n.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5n.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5n.9xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5n.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5n.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5n.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.medium", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3en.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3en.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.medium", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.medium", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.medium", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "t3.large", + "Location": "apse3-az1" + }, + { + "InstanceType": "t3.medium", + "Location": "apse3-az1" + }, + { + "InstanceType": "t3.micro", + "Location": "apse3-az1" + }, + { + "InstanceType": "t3.nano", + "Location": "apse3-az1" + }, + { + "InstanceType": "t3.small", + "Location": "apse3-az1" + }, + { + "InstanceType": "t3.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2idn.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "apse3-az1" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "apse3-az1" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5n.18xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5n.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5n.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5n.9xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5n.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5n.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5n.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.medium", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3en.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3en.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.medium", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.medium", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.medium", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.metal", + "Location": "apse3-az2" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "t3.large", + "Location": "apse3-az2" + }, + { + "InstanceType": "t3.medium", + "Location": "apse3-az2" + }, + { + "InstanceType": "t3.micro", + "Location": "apse3-az2" + }, + { + "InstanceType": "t3.nano", + "Location": "apse3-az2" + }, + { + "InstanceType": "t3.small", + "Location": "apse3-az2" + }, + { + "InstanceType": "t3.xlarge", + "Location": "apse3-az2" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5n.18xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5n.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5n.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5n.9xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5n.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5n.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "c5n.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.medium", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3en.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3en.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.medium", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.medium", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.medium", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "t3.large", + "Location": "apse3-az3" + }, + { + "InstanceType": "t3.medium", + "Location": "apse3-az3" + }, + { + "InstanceType": "t3.micro", + "Location": "apse3-az3" + }, + { + "InstanceType": "t3.nano", + "Location": "apse3-az3" + }, + { + "InstanceType": "t3.small", + "Location": "apse3-az3" + }, + { + "InstanceType": "t3.xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2idn.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "apse3-az3" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "apse3-az3" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-central-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-central-1.json index deb8cb477..a58551e97 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-central-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-central-1.json @@ -223,6 +223,38 @@ "InstanceType": "c6gd.xlarge", "Location": "cac1-az1" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "c6gn.large", + "Location": "cac1-az1" + }, + { + "InstanceType": "c6gn.medium", + "Location": "cac1-az1" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "cac1-az1" + }, { "InstanceType": "c6i.12xlarge", "Location": "cac1-az1" @@ -475,6 +507,30 @@ "InstanceType": "i4i.xlarge", "Location": "cac1-az1" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "im4gn.large", + "Location": "cac1-az1" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "cac1-az1" + }, { "InstanceType": "inf1.24xlarge", "Location": "cac1-az1" @@ -491,6 +547,30 @@ "InstanceType": "inf1.xlarge", "Location": "cac1-az1" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "is4gen.large", + "Location": "cac1-az1" + }, + { + "InstanceType": "is4gen.medium", + "Location": "cac1-az1" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "cac1-az1" + }, { "InstanceType": "m4.10xlarge", "Location": "cac1-az1" @@ -1183,6 +1263,14 @@ "InstanceType": "t4g.xlarge", "Location": "cac1-az1" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "cac1-az1" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "cac1-az1" + }, { "InstanceType": "x1.16xlarge", "Location": "cac1-az1" @@ -2503,6 +2591,18 @@ "InstanceType": "t4g.xlarge", "Location": "cac1-az2" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "cac1-az2" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "cac1-az2" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "cac1-az2" + }, { "InstanceType": "x1.16xlarge", "Location": "cac1-az2" @@ -3475,6 +3575,18 @@ "InstanceType": "t4g.xlarge", "Location": "cac1-az4" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "cac1-az4" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "cac1-az4" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "cac1-az4" + }, { "InstanceType": "x2idn.16xlarge", "Location": "cac1-az4" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-1.json index 1624ce17e..e2c1ebfcf 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-1.json @@ -1535,6 +1535,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "euc1-az1" }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "euc1-az1" + }, { "InstanceType": "x1.16xlarge", "Location": "euc1-az1" @@ -1871,6 +1875,50 @@ "InstanceType": "c5n.xlarge", "Location": "euc1-az2" }, + { + "InstanceType": "c6a.12xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.16xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.24xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.2xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.32xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.48xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.4xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.8xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.large", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.metal", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6a.xlarge", + "Location": "euc1-az2" + }, { "InstanceType": "c6g.12xlarge", "Location": "euc1-az2" @@ -1975,6 +2023,46 @@ "InstanceType": "c6gn.xlarge", "Location": "euc1-az2" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.large", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.metal", + "Location": "euc1-az2" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "euc1-az2" + }, { "InstanceType": "d2.2xlarge", "Location": "euc1-az2" @@ -2527,6 +2615,50 @@ "InstanceType": "m5zn.xlarge", "Location": "euc1-az2" }, + { + "InstanceType": "m6a.12xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.16xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.24xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.2xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.32xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.48xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.4xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.8xlarge", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.large", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.metal", + "Location": "euc1-az2" + }, + { + "InstanceType": "m6a.xlarge", + "Location": "euc1-az2" + }, { "InstanceType": "m6g.12xlarge", "Location": "euc1-az2" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-2.json new file mode 100644 index 000000000..056982733 --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-2.json @@ -0,0 +1,1010 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.metal", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.metal", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3en.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3en.metal", + "Location": "euc2-az1" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.metal", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.metal", + "Location": "euc2-az1" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.medium", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.metal", + "Location": "euc2-az1" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.metal", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.metal", + "Location": "euc2-az1" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "t3.large", + "Location": "euc2-az1" + }, + { + "InstanceType": "t3.medium", + "Location": "euc2-az1" + }, + { + "InstanceType": "t3.micro", + "Location": "euc2-az1" + }, + { + "InstanceType": "t3.nano", + "Location": "euc2-az1" + }, + { + "InstanceType": "t3.small", + "Location": "euc2-az1" + }, + { + "InstanceType": "t3.xlarge", + "Location": "euc2-az1" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.metal", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.metal", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3en.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3en.metal", + "Location": "euc2-az2" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.metal", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.metal", + "Location": "euc2-az2" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.medium", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.metal", + "Location": "euc2-az2" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.metal", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.metal", + "Location": "euc2-az2" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "t3.large", + "Location": "euc2-az2" + }, + { + "InstanceType": "t3.medium", + "Location": "euc2-az2" + }, + { + "InstanceType": "t3.micro", + "Location": "euc2-az2" + }, + { + "InstanceType": "t3.nano", + "Location": "euc2-az2" + }, + { + "InstanceType": "t3.small", + "Location": "euc2-az2" + }, + { + "InstanceType": "t3.xlarge", + "Location": "euc2-az2" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5.metal", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.metal", + "Location": "euc2-az3" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3en.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3en.metal", + "Location": "euc2-az3" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.metal", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.metal", + "Location": "euc2-az3" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.medium", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.metal", + "Location": "euc2-az3" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.metal", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.metal", + "Location": "euc2-az3" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "euc2-az3" + }, + { + "InstanceType": "t3.large", + "Location": "euc2-az3" + }, + { + "InstanceType": "t3.medium", + "Location": "euc2-az3" + }, + { + "InstanceType": "t3.micro", + "Location": "euc2-az3" + }, + { + "InstanceType": "t3.nano", + "Location": "euc2-az3" + }, + { + "InstanceType": "t3.small", + "Location": "euc2-az3" + }, + { + "InstanceType": "t3.xlarge", + "Location": "euc2-az3" + } +] \ No newline at end of file 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 36c38546b..7513bdd65 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 @@ -167,6 +167,42 @@ "InstanceType": "c6g.xlarge", "Location": "eun1-az1" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eun1-az1" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eun1-az1" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eun1-az1" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eun1-az1" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eun1-az1" + }, + { + "InstanceType": "c6gd.large", + "Location": "eun1-az1" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eun1-az1" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eun1-az1" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eun1-az1" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eun1-az1" @@ -1011,6 +1047,42 @@ "InstanceType": "c6g.xlarge", "Location": "eun1-az2" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "c6gd.large", + "Location": "eun1-az2" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eun1-az2" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eun1-az2" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eun1-az2" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eun1-az2" @@ -1127,6 +1199,38 @@ "InstanceType": "g4dn.xlarge", "Location": "eun1-az2" }, + { + "InstanceType": "g5.12xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "g5.16xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "g5.24xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "g5.2xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "g5.48xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "g5.4xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "g5.8xlarge", + "Location": "eun1-az2" + }, + { + "InstanceType": "g5.xlarge", + "Location": "eun1-az2" + }, { "InstanceType": "hpc6a.48xlarge", "Location": "eun1-az2" @@ -1879,6 +1983,42 @@ "InstanceType": "c6g.xlarge", "Location": "eun1-az3" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "c6gd.large", + "Location": "eun1-az3" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eun1-az3" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eun1-az3" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eun1-az3" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eun1-az3" @@ -1995,6 +2135,38 @@ "InstanceType": "g4dn.xlarge", "Location": "eun1-az3" }, + { + "InstanceType": "g5.12xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "g5.16xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "g5.24xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "g5.2xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "g5.48xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "g5.4xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "g5.8xlarge", + "Location": "eun1-az3" + }, + { + "InstanceType": "g5.xlarge", + "Location": "eun1-az3" + }, { "InstanceType": "i3.16xlarge", "Location": "eun1-az3" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-1.json index 8c46cc47d..4899f05e6 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-1.json @@ -883,6 +883,14 @@ "InstanceType": "u-3tb1.56xlarge", "Location": "eus1-az1" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "eus1-az1" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "eus1-az1" + }, { "InstanceType": "x2idn.16xlarge", "Location": "eus1-az1" @@ -1843,6 +1851,14 @@ "InstanceType": "u-3tb1.56xlarge", "Location": "eus1-az2" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "eus1-az2" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "eus1-az2" + }, { "InstanceType": "x2idn.16xlarge", "Location": "eus1-az2" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-2.json new file mode 100644 index 000000000..b0d6e5e44 --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-2.json @@ -0,0 +1,1418 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.medium", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3en.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3en.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.medium", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.medium", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.metal", + "Location": "eus2-az1" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "t3.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "t3.medium", + "Location": "eus2-az1" + }, + { + "InstanceType": "t3.micro", + "Location": "eus2-az1" + }, + { + "InstanceType": "t3.nano", + "Location": "eus2-az1" + }, + { + "InstanceType": "t3.small", + "Location": "eus2-az1" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "t4g.large", + "Location": "eus2-az1" + }, + { + "InstanceType": "t4g.medium", + "Location": "eus2-az1" + }, + { + "InstanceType": "t4g.micro", + "Location": "eus2-az1" + }, + { + "InstanceType": "t4g.nano", + "Location": "eus2-az1" + }, + { + "InstanceType": "t4g.small", + "Location": "eus2-az1" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "eus2-az1" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.medium", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3en.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3en.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.medium", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.medium", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.metal", + "Location": "eus2-az2" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "t3.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "t3.medium", + "Location": "eus2-az2" + }, + { + "InstanceType": "t3.micro", + "Location": "eus2-az2" + }, + { + "InstanceType": "t3.nano", + "Location": "eus2-az2" + }, + { + "InstanceType": "t3.small", + "Location": "eus2-az2" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "t4g.large", + "Location": "eus2-az2" + }, + { + "InstanceType": "t4g.medium", + "Location": "eus2-az2" + }, + { + "InstanceType": "t4g.micro", + "Location": "eus2-az2" + }, + { + "InstanceType": "t4g.nano", + "Location": "eus2-az2" + }, + { + "InstanceType": "t4g.small", + "Location": "eus2-az2" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "eus2-az2" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.medium", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3en.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3en.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.medium", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.medium", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.metal", + "Location": "eus2-az3" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "t3.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "t3.medium", + "Location": "eus2-az3" + }, + { + "InstanceType": "t3.micro", + "Location": "eus2-az3" + }, + { + "InstanceType": "t3.nano", + "Location": "eus2-az3" + }, + { + "InstanceType": "t3.small", + "Location": "eus2-az3" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "eus2-az3" + }, + { + "InstanceType": "t4g.large", + "Location": "eus2-az3" + }, + { + "InstanceType": "t4g.medium", + "Location": "eus2-az3" + }, + { + "InstanceType": "t4g.micro", + "Location": "eus2-az3" + }, + { + "InstanceType": "t4g.nano", + "Location": "eus2-az3" + }, + { + "InstanceType": "t4g.small", + "Location": "eus2-az3" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "eus2-az3" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-1.json index 73a8dff34..ee9c7d983 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-1.json @@ -463,6 +463,42 @@ "InstanceType": "c6id.xlarge", "Location": "euw1-az1" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "c6in.large", + "Location": "euw1-az1" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "euw1-az1" + }, { "InstanceType": "c7g.12xlarge", "Location": "euw1-az1" @@ -1847,6 +1883,78 @@ "InstanceType": "r6id.xlarge", "Location": "euw1-az1" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6idn.large", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.large", + "Location": "euw1-az1" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "euw1-az1" + }, { "InstanceType": "t1.micro", "Location": "euw1-az1" @@ -1967,6 +2075,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "euw1-az1" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "euw1-az1" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "euw1-az1" @@ -2627,6 +2739,42 @@ "InstanceType": "c6id.xlarge", "Location": "euw1-az2" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "c6in.large", + "Location": "euw1-az2" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "euw1-az2" + }, { "InstanceType": "c7g.12xlarge", "Location": "euw1-az2" @@ -3519,6 +3667,78 @@ "InstanceType": "m6id.xlarge", "Location": "euw1-az2" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6idn.large", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.large", + "Location": "euw1-az2" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "euw1-az2" + }, { "InstanceType": "mac1.metal", "Location": "euw1-az2" @@ -4043,6 +4263,78 @@ "InstanceType": "r6id.xlarge", "Location": "euw1-az2" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6idn.large", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.large", + "Location": "euw1-az2" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "euw1-az2" + }, { "InstanceType": "t1.micro", "Location": "euw1-az2" @@ -4755,6 +5047,42 @@ "InstanceType": "c6id.xlarge", "Location": "euw1-az3" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "c6in.large", + "Location": "euw1-az3" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "euw1-az3" + }, { "InstanceType": "c7g.12xlarge", "Location": "euw1-az3" @@ -5647,6 +5975,78 @@ "InstanceType": "m6id.xlarge", "Location": "euw1-az3" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6idn.large", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.large", + "Location": "euw1-az3" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "euw1-az3" + }, { "InstanceType": "p2.16xlarge", "Location": "euw1-az3" @@ -6115,6 +6515,46 @@ "InstanceType": "r6i.xlarge", "Location": "euw1-az3" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.large", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.metal", + "Location": "euw1-az3" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "euw1-az3" + }, { "InstanceType": "t1.micro", "Location": "euw1-az3" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-3.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-3.json index 2d2630d33..b6d429913 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-3.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-3.json @@ -155,6 +155,38 @@ "InstanceType": "c6g.xlarge", "Location": "euw3-az1" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "euw3-az1" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "euw3-az1" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "euw3-az1" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "euw3-az1" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "euw3-az1" + }, + { + "InstanceType": "c6gn.large", + "Location": "euw3-az1" + }, + { + "InstanceType": "c6gn.medium", + "Location": "euw3-az1" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "euw3-az1" + }, { "InstanceType": "c6i.12xlarge", "Location": "euw3-az1" @@ -1031,6 +1063,22 @@ "InstanceType": "x1.32xlarge", "Location": "euw3-az1" }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "euw3-az1" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "euw3-az1" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "euw3-az1" + }, + { + "InstanceType": "x2idn.metal", + "Location": "euw3-az1" + }, { "InstanceType": "c5.12xlarge", "Location": "euw3-az2" @@ -1155,6 +1203,42 @@ "InstanceType": "c6g.xlarge", "Location": "euw3-az2" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "c6gd.large", + "Location": "euw3-az2" + }, + { + "InstanceType": "c6gd.medium", + "Location": "euw3-az2" + }, + { + "InstanceType": "c6gd.metal", + "Location": "euw3-az2" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "euw3-az2" + }, { "InstanceType": "c6gn.12xlarge", "Location": "euw3-az2" @@ -2047,6 +2131,38 @@ "InstanceType": "x1.32xlarge", "Location": "euw3-az2" }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "euw3-az2" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "euw3-az2" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "euw3-az2" + }, { "InstanceType": "c5.12xlarge", "Location": "euw3-az3" @@ -2203,6 +2319,42 @@ "InstanceType": "c6g.xlarge", "Location": "euw3-az3" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "c6gd.large", + "Location": "euw3-az3" + }, + { + "InstanceType": "c6gd.medium", + "Location": "euw3-az3" + }, + { + "InstanceType": "c6gd.metal", + "Location": "euw3-az3" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "euw3-az3" + }, { "InstanceType": "c6gn.12xlarge", "Location": "euw3-az3" @@ -3074,5 +3226,53 @@ { "InstanceType": "x1.32xlarge", "Location": "euw3-az3" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2idn.metal", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "euw3-az3" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "euw3-az3" } ] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/me-central-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/me-central-1.json new file mode 100644 index 000000000..d76fbb6bc --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/me-central-1.json @@ -0,0 +1,1418 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.medium", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3en.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3en.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.medium", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.medium", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.medium", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.metal", + "Location": "mec1-az1" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "t3.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "t3.medium", + "Location": "mec1-az1" + }, + { + "InstanceType": "t3.micro", + "Location": "mec1-az1" + }, + { + "InstanceType": "t3.nano", + "Location": "mec1-az1" + }, + { + "InstanceType": "t3.small", + "Location": "mec1-az1" + }, + { + "InstanceType": "t3.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "t4g.large", + "Location": "mec1-az1" + }, + { + "InstanceType": "t4g.medium", + "Location": "mec1-az1" + }, + { + "InstanceType": "t4g.micro", + "Location": "mec1-az1" + }, + { + "InstanceType": "t4g.nano", + "Location": "mec1-az1" + }, + { + "InstanceType": "t4g.small", + "Location": "mec1-az1" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "mec1-az1" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.medium", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3en.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3en.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.medium", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.medium", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.medium", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.metal", + "Location": "mec1-az2" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "t3.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "t3.medium", + "Location": "mec1-az2" + }, + { + "InstanceType": "t3.micro", + "Location": "mec1-az2" + }, + { + "InstanceType": "t3.nano", + "Location": "mec1-az2" + }, + { + "InstanceType": "t3.small", + "Location": "mec1-az2" + }, + { + "InstanceType": "t3.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "t4g.large", + "Location": "mec1-az2" + }, + { + "InstanceType": "t4g.medium", + "Location": "mec1-az2" + }, + { + "InstanceType": "t4g.micro", + "Location": "mec1-az2" + }, + { + "InstanceType": "t4g.nano", + "Location": "mec1-az2" + }, + { + "InstanceType": "t4g.small", + "Location": "mec1-az2" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "mec1-az2" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.medium", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3en.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3en.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.medium", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.medium", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.medium", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.metal", + "Location": "mec1-az3" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "t3.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "t3.medium", + "Location": "mec1-az3" + }, + { + "InstanceType": "t3.micro", + "Location": "mec1-az3" + }, + { + "InstanceType": "t3.nano", + "Location": "mec1-az3" + }, + { + "InstanceType": "t3.small", + "Location": "mec1-az3" + }, + { + "InstanceType": "t3.xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "mec1-az3" + }, + { + "InstanceType": "t4g.large", + "Location": "mec1-az3" + }, + { + "InstanceType": "t4g.medium", + "Location": "mec1-az3" + }, + { + "InstanceType": "t4g.micro", + "Location": "mec1-az3" + }, + { + "InstanceType": "t4g.nano", + "Location": "mec1-az3" + }, + { + "InstanceType": "t4g.small", + "Location": "mec1-az3" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "mec1-az3" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/sa-east-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/sa-east-1.json index ad40637cf..f9c8e86fd 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/sa-east-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/sa-east-1.json @@ -247,6 +247,42 @@ "InstanceType": "c6g.xlarge", "Location": "sae1-az1" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "sae1-az1" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "sae1-az1" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "sae1-az1" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "sae1-az1" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "sae1-az1" + }, + { + "InstanceType": "c6gd.large", + "Location": "sae1-az1" + }, + { + "InstanceType": "c6gd.medium", + "Location": "sae1-az1" + }, + { + "InstanceType": "c6gd.metal", + "Location": "sae1-az1" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "sae1-az1" + }, { "InstanceType": "c6gn.12xlarge", "Location": "sae1-az1" @@ -1211,6 +1247,18 @@ "InstanceType": "t4g.xlarge", "Location": "sae1-az1" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "sae1-az1" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "sae1-az1" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "sae1-az1" + }, { "InstanceType": "x1.16xlarge", "Location": "sae1-az1" @@ -1499,6 +1547,42 @@ "InstanceType": "c6g.xlarge", "Location": "sae1-az2" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "sae1-az2" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "sae1-az2" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "sae1-az2" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "sae1-az2" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "sae1-az2" + }, + { + "InstanceType": "c6gd.large", + "Location": "sae1-az2" + }, + { + "InstanceType": "c6gd.medium", + "Location": "sae1-az2" + }, + { + "InstanceType": "c6gd.metal", + "Location": "sae1-az2" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "sae1-az2" + }, { "InstanceType": "c6gn.12xlarge", "Location": "sae1-az2" @@ -2219,6 +2303,18 @@ "InstanceType": "t4g.xlarge", "Location": "sae1-az2" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "sae1-az2" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "sae1-az2" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "sae1-az2" + }, { "InstanceType": "x2idn.16xlarge", "Location": "sae1-az2" @@ -2475,6 +2571,42 @@ "InstanceType": "c6g.xlarge", "Location": "sae1-az3" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "sae1-az3" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "sae1-az3" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "sae1-az3" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "sae1-az3" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "sae1-az3" + }, + { + "InstanceType": "c6gd.large", + "Location": "sae1-az3" + }, + { + "InstanceType": "c6gd.medium", + "Location": "sae1-az3" + }, + { + "InstanceType": "c6gd.metal", + "Location": "sae1-az3" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "sae1-az3" + }, { "InstanceType": "c6gn.12xlarge", "Location": "sae1-az3" @@ -3343,6 +3475,14 @@ "InstanceType": "t4g.xlarge", "Location": "sae1-az3" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "sae1-az3" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "sae1-az3" + }, { "InstanceType": "x1.16xlarge", "Location": "sae1-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 c2757a9cc..c19304237 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 @@ -1859,6 +1859,14 @@ "InstanceType": "t4g.xlarge", "Location": "use1-az1" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "use1-az1" + }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "use1-az1" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "use1-az1" @@ -1867,6 +1875,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "use1-az1" }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "use1-az1" + }, { "InstanceType": "vt1.24xlarge", "Location": "use1-az1" @@ -4967,6 +4979,42 @@ "InstanceType": "c6id.xlarge", "Location": "use1-az4" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "c6in.large", + "Location": "use1-az4" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "use1-az4" + }, { "InstanceType": "c7g.12xlarge", "Location": "use1-az4" @@ -5887,6 +5935,78 @@ "InstanceType": "m6id.xlarge", "Location": "use1-az4" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6idn.large", + "Location": "use1-az4" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.large", + "Location": "use1-az4" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "use1-az4" + }, { "InstanceType": "mac1.metal", "Location": "use1-az4" @@ -6391,6 +6511,78 @@ "InstanceType": "r6id.xlarge", "Location": "use1-az4" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6idn.large", + "Location": "use1-az4" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.large", + "Location": "use1-az4" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "use1-az4" + }, { "InstanceType": "t1.micro", "Location": "use1-az4" @@ -6511,6 +6703,14 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "use1-az4" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "use1-az4" + }, + { + "InstanceType": "u-24tb1.112xlarge", + "Location": "use1-az4" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "use1-az4" @@ -7063,6 +7263,42 @@ "InstanceType": "c6id.xlarge", "Location": "use1-az5" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "c6in.large", + "Location": "use1-az5" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "use1-az5" + }, { "InstanceType": "c7g.12xlarge", "Location": "use1-az5" @@ -7751,6 +7987,78 @@ "InstanceType": "m6id.xlarge", "Location": "use1-az5" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6idn.large", + "Location": "use1-az5" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.large", + "Location": "use1-az5" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "use1-az5" + }, { "InstanceType": "p3.16xlarge", "Location": "use1-az5" @@ -8191,6 +8499,78 @@ "InstanceType": "r6id.xlarge", "Location": "use1-az5" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6idn.large", + "Location": "use1-az5" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.large", + "Location": "use1-az5" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "use1-az5" + }, { "InstanceType": "t1.micro", "Location": "use1-az5" @@ -8307,6 +8687,14 @@ "InstanceType": "t4g.xlarge", "Location": "use1-az5" }, + { + "InstanceType": "trn1.2xlarge", + "Location": "use1-az5" + }, + { + "InstanceType": "trn1.32xlarge", + "Location": "use1-az5" + }, { "InstanceType": "x1.16xlarge", "Location": "use1-az5" @@ -8891,6 +9279,42 @@ "InstanceType": "c6id.xlarge", "Location": "use1-az6" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "c6in.large", + "Location": "use1-az6" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "use1-az6" + }, { "InstanceType": "c7g.12xlarge", "Location": "use1-az6" @@ -9811,6 +10235,78 @@ "InstanceType": "m6id.xlarge", "Location": "use1-az6" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6idn.large", + "Location": "use1-az6" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.large", + "Location": "use1-az6" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "use1-az6" + }, { "InstanceType": "mac1.metal", "Location": "use1-az6" @@ -10335,6 +10831,78 @@ "InstanceType": "r6id.xlarge", "Location": "use1-az6" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6idn.large", + "Location": "use1-az6" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.large", + "Location": "use1-az6" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "use1-az6" + }, { "InstanceType": "t1.micro", "Location": "use1-az6" @@ -10455,6 +11023,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "use1-az6" }, + { + "InstanceType": "u-24tb1.112xlarge", + "Location": "use1-az6" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "use1-az6" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-2.json index d98abd332..dce98edfe 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-2.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-2.json @@ -435,6 +435,42 @@ "InstanceType": "c6id.xlarge", "Location": "use2-az1" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "c6in.large", + "Location": "use2-az1" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "use2-az1" + }, { "InstanceType": "c7g.12xlarge", "Location": "use2-az1" @@ -1207,6 +1243,78 @@ "InstanceType": "m6id.xlarge", "Location": "use2-az1" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6idn.large", + "Location": "use2-az1" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.large", + "Location": "use2-az1" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "use2-az1" + }, { "InstanceType": "p2.16xlarge", "Location": "use2-az1" @@ -1715,6 +1823,78 @@ "InstanceType": "r6id.xlarge", "Location": "use2-az1" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6idn.large", + "Location": "use2-az1" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.large", + "Location": "use2-az1" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "use2-az1" + }, { "InstanceType": "t2.2xlarge", "Location": "use2-az1" @@ -1827,6 +2007,14 @@ "InstanceType": "t4g.xlarge", "Location": "use2-az1" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "use2-az1" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "use2-az1" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "use2-az1" @@ -2415,6 +2603,42 @@ "InstanceType": "c6id.xlarge", "Location": "use2-az2" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "c6in.large", + "Location": "use2-az2" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "use2-az2" + }, { "InstanceType": "c7g.12xlarge", "Location": "use2-az2" @@ -2563,6 +2787,10 @@ "InstanceType": "hpc6a.48xlarge", "Location": "use2-az2" }, + { + "InstanceType": "hpc6id.32xlarge", + "Location": "use2-az2" + }, { "InstanceType": "i2.2xlarge", "Location": "use2-az2" @@ -3191,6 +3419,78 @@ "InstanceType": "m6id.xlarge", "Location": "use2-az2" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6idn.large", + "Location": "use2-az2" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.large", + "Location": "use2-az2" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "use2-az2" + }, { "InstanceType": "mac1.metal", "Location": "use2-az2" @@ -3707,6 +4007,78 @@ "InstanceType": "r6id.xlarge", "Location": "use2-az2" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6idn.large", + "Location": "use2-az2" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.large", + "Location": "use2-az2" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "use2-az2" + }, { "InstanceType": "t2.2xlarge", "Location": "use2-az2" @@ -3819,6 +4191,14 @@ "InstanceType": "t4g.xlarge", "Location": "use2-az2" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "use2-az2" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "use2-az2" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "use2-az2" @@ -4351,6 +4731,42 @@ "InstanceType": "c6id.xlarge", "Location": "use2-az3" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "c6in.large", + "Location": "use2-az3" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "use2-az3" + }, { "InstanceType": "c7g.12xlarge", "Location": "use2-az3" @@ -5127,6 +5543,10 @@ "InstanceType": "mac1.metal", "Location": "use2-az3" }, + { + "InstanceType": "mac2.metal", + "Location": "use2-az3" + }, { "InstanceType": "p2.16xlarge", "Location": "use2-az3" @@ -5623,6 +6043,78 @@ "InstanceType": "r6id.xlarge", "Location": "use2-az3" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6idn.large", + "Location": "use2-az3" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.large", + "Location": "use2-az3" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "use2-az3" + }, { "InstanceType": "t2.2xlarge", "Location": "use2-az3" @@ -5735,6 +6227,10 @@ "InstanceType": "t4g.xlarge", "Location": "use2-az3" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "use2-az3" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "use2-az3" 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 b5d251f02..d1f9db2ea 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 @@ -2667,6 +2667,42 @@ "InstanceType": "c6id.xlarge", "Location": "usw2-az2" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "c6in.large", + "Location": "usw2-az2" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "usw2-az2" + }, { "InstanceType": "c7g.12xlarge", "Location": "usw2-az2" @@ -4091,6 +4127,78 @@ "InstanceType": "r6id.xlarge", "Location": "usw2-az2" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6idn.large", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.large", + "Location": "usw2-az2" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "usw2-az2" + }, { "InstanceType": "t1.micro", "Location": "usw2-az2" @@ -4211,6 +4319,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "usw2-az2" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "usw2-az2" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "usw2-az2" @@ -4827,6 +4939,42 @@ "InstanceType": "c6id.xlarge", "Location": "usw2-az3" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "c6in.large", + "Location": "usw2-az3" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "usw2-az3" + }, { "InstanceType": "c7g.12xlarge", "Location": "usw2-az3" @@ -6075,6 +6223,50 @@ "InstanceType": "r5n.xlarge", "Location": "usw2-az3" }, + { + "InstanceType": "r6a.12xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.16xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.24xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.2xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.32xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.48xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.4xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.8xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.large", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.metal", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6a.xlarge", + "Location": "usw2-az3" + }, { "InstanceType": "r6g.12xlarge", "Location": "usw2-az3" @@ -6227,6 +6419,78 @@ "InstanceType": "r6id.xlarge", "Location": "usw2-az3" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6idn.large", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.large", + "Location": "usw2-az3" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "usw2-az3" + }, { "InstanceType": "t1.micro", "Location": "usw2-az3" @@ -7863,6 +8127,14 @@ "InstanceType": "t4g.xlarge", "Location": "usw2-az4" }, + { + "InstanceType": "trn1.2xlarge", + "Location": "usw2-az4" + }, + { + "InstanceType": "trn1.32xlarge", + "Location": "usw2-az4" + }, { "InstanceType": "x2gd.12xlarge", "Location": "usw2-az4" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/af-south-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/af-south-1.json index 9606cfd30..8c427983f 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/af-south-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/af-south-1.json @@ -163,6 +163,46 @@ "InstanceType": "c5n.xlarge", "Location": "af-south-1a" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.large", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.metal", + "Location": "af-south-1a" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "af-south-1a" + }, { "InstanceType": "d2.2xlarge", "Location": "af-south-1a" @@ -315,6 +355,46 @@ "InstanceType": "m5d.xlarge", "Location": "af-south-1a" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.large", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.metal", + "Location": "af-south-1a" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "af-south-1a" + }, { "InstanceType": "r5.12xlarge", "Location": "af-south-1a" @@ -683,6 +763,46 @@ "InstanceType": "c5n.xlarge", "Location": "af-south-1b" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.large", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.metal", + "Location": "af-south-1b" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "af-south-1b" + }, { "InstanceType": "d2.2xlarge", "Location": "af-south-1b" @@ -863,6 +983,46 @@ "InstanceType": "m5d.xlarge", "Location": "af-south-1b" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.large", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.metal", + "Location": "af-south-1b" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "af-south-1b" + }, { "InstanceType": "r5.12xlarge", "Location": "af-south-1b" @@ -1231,6 +1391,46 @@ "InstanceType": "c5n.xlarge", "Location": "af-south-1c" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.large", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.metal", + "Location": "af-south-1c" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "af-south-1c" + }, { "InstanceType": "d2.2xlarge", "Location": "af-south-1c" @@ -1411,6 +1611,46 @@ "InstanceType": "m5d.xlarge", "Location": "af-south-1c" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.large", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.metal", + "Location": "af-south-1c" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "af-south-1c" + }, { "InstanceType": "r5.12xlarge", "Location": "af-south-1c" 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 45507dff3..06343110c 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 @@ -347,6 +347,46 @@ "InstanceType": "c6i.xlarge", "Location": "ap-northeast-1a" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.large", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.metal", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "ap-northeast-1a" + }, { "InstanceType": "cc2.8xlarge", "Location": "ap-northeast-1a" @@ -619,6 +659,30 @@ "InstanceType": "i4i.xlarge", "Location": "ap-northeast-1a" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "im4gn.large", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ap-northeast-1a" + }, { "InstanceType": "inf1.24xlarge", "Location": "ap-northeast-1a" @@ -635,6 +699,30 @@ "InstanceType": "inf1.xlarge", "Location": "ap-northeast-1a" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "is4gen.large", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ap-northeast-1a" + }, { "InstanceType": "m1.large", "Location": "ap-northeast-1a" @@ -1051,6 +1139,46 @@ "InstanceType": "m6i.xlarge", "Location": "ap-northeast-1a" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.large", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.metal", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "ap-northeast-1a" + }, { "InstanceType": "mac1.metal", "Location": "ap-northeast-1a" @@ -1487,6 +1615,46 @@ "InstanceType": "r6i.xlarge", "Location": "ap-northeast-1a" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.large", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.metal", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "ap-northeast-1a" + }, { "InstanceType": "t1.micro", "Location": "ap-northeast-1a" @@ -1603,6 +1771,26 @@ "InstanceType": "t4g.xlarge", "Location": "ap-northeast-1a" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ap-northeast-1a" + }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "ap-northeast-1a" + }, { "InstanceType": "vt1.24xlarge", "Location": "ap-northeast-1a" @@ -2343,6 +2531,30 @@ "InstanceType": "i4i.xlarge", "Location": "ap-northeast-1c" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "im4gn.large", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ap-northeast-1c" + }, { "InstanceType": "inf1.24xlarge", "Location": "ap-northeast-1c" @@ -2359,6 +2571,30 @@ "InstanceType": "inf1.xlarge", "Location": "ap-northeast-1c" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "is4gen.large", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ap-northeast-1c" + }, { "InstanceType": "m1.large", "Location": "ap-northeast-1c" @@ -3127,6 +3363,46 @@ "InstanceType": "r6gd.xlarge", "Location": "ap-northeast-1c" }, + { + "InstanceType": "r6i.12xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.16xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.24xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.2xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.32xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.4xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.8xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.large", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.metal", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "r6i.xlarge", + "Location": "ap-northeast-1c" + }, { "InstanceType": "t1.micro", "Location": "ap-northeast-1c" @@ -3215,6 +3491,26 @@ "InstanceType": "t4g.xlarge", "Location": "ap-northeast-1c" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ap-northeast-1c" + }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "ap-northeast-1c" + }, { "InstanceType": "x1.16xlarge", "Location": "ap-northeast-1c" @@ -3611,6 +3907,46 @@ "InstanceType": "c6i.xlarge", "Location": "ap-northeast-1d" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.large", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.metal", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "ap-northeast-1d" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-northeast-1d" @@ -3791,6 +4127,30 @@ "InstanceType": "i4i.xlarge", "Location": "ap-northeast-1d" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "im4gn.large", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ap-northeast-1d" + }, { "InstanceType": "inf1.24xlarge", "Location": "ap-northeast-1d" @@ -3807,6 +4167,30 @@ "InstanceType": "inf1.xlarge", "Location": "ap-northeast-1d" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "is4gen.large", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ap-northeast-1d" + }, { "InstanceType": "m4.10xlarge", "Location": "ap-northeast-1d" @@ -4151,6 +4535,46 @@ "InstanceType": "m6i.xlarge", "Location": "ap-northeast-1d" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.large", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.metal", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "ap-northeast-1d" + }, { "InstanceType": "r4.16xlarge", "Location": "ap-northeast-1d" @@ -4531,6 +4955,46 @@ "InstanceType": "r6i.xlarge", "Location": "ap-northeast-1d" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.large", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.metal", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "ap-northeast-1d" + }, { "InstanceType": "t2.2xlarge", "Location": "ap-northeast-1d" @@ -4643,6 +5107,22 @@ "InstanceType": "t4g.xlarge", "Location": "ap-northeast-1d" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ap-northeast-1d" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ap-northeast-1d" + }, { "InstanceType": "x1.16xlarge", "Location": "ap-northeast-1d" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-2.json index bd82106fd..5da21b1a7 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-2.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-2.json @@ -3451,6 +3451,10 @@ "InstanceType": "t4g.xlarge", "Location": "ap-northeast-2c" }, + { + "InstanceType": "u-24tb1.112xlarge", + "Location": "ap-northeast-2c" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "ap-northeast-2c" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-3.json b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-3.json index 5b100bca4..5a1d42303 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-3.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-3.json @@ -151,6 +151,78 @@ "InstanceType": "c6gd.xlarge", "Location": "ap-northeast-3a" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6gn.large", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6gn.medium", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.12xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.large", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.metal", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "ap-northeast-3a" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-northeast-3a" @@ -287,6 +359,46 @@ "InstanceType": "m5d.xlarge", "Location": "ap-northeast-3a" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.large", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.metal", + "Location": "ap-northeast-3a" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "ap-northeast-3a" + }, { "InstanceType": "r4.16xlarge", "Location": "ap-northeast-3a" @@ -615,6 +727,78 @@ "InstanceType": "c6gd.xlarge", "Location": "ap-northeast-3b" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6gn.large", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6gn.medium", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.12xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.large", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.metal", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "ap-northeast-3b" + }, { "InstanceType": "g4dn.12xlarge", "Location": "ap-northeast-3b" @@ -775,6 +959,46 @@ "InstanceType": "m5d.xlarge", "Location": "ap-northeast-3b" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.large", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.metal", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "ap-northeast-3b" + }, { "InstanceType": "r5.12xlarge", "Location": "ap-northeast-3b" @@ -875,6 +1099,22 @@ "InstanceType": "t3.xlarge", "Location": "ap-northeast-3b" }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "ap-northeast-3b" + }, + { + "InstanceType": "x2idn.metal", + "Location": "ap-northeast-3b" + }, { "InstanceType": "c5.12xlarge", "Location": "ap-northeast-3c" @@ -1019,6 +1259,78 @@ "InstanceType": "c6gd.xlarge", "Location": "ap-northeast-3c" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6gn.large", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6gn.medium", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.12xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.large", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.metal", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "ap-northeast-3c" + }, { "InstanceType": "g4dn.12xlarge", "Location": "ap-northeast-3c" @@ -1179,6 +1491,46 @@ "InstanceType": "m5d.xlarge", "Location": "ap-northeast-3c" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.large", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.metal", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "ap-northeast-3c" + }, { "InstanceType": "r5.12xlarge", "Location": "ap-northeast-3c" @@ -1278,5 +1630,21 @@ { "InstanceType": "t3.xlarge", "Location": "ap-northeast-3c" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "ap-northeast-3c" + }, + { + "InstanceType": "x2idn.metal", + "Location": "ap-northeast-3c" } ] \ No newline at end of file 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 469f550bf..85c3b6e4b 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 @@ -591,6 +591,30 @@ "InstanceType": "i4i.xlarge", "Location": "ap-southeast-1a" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "im4gn.large", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ap-southeast-1a" + }, { "InstanceType": "inf1.24xlarge", "Location": "ap-southeast-1a" @@ -607,6 +631,30 @@ "InstanceType": "inf1.xlarge", "Location": "ap-southeast-1a" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "is4gen.large", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ap-southeast-1a" + }, { "InstanceType": "m1.large", "Location": "ap-southeast-1a" @@ -1571,6 +1619,18 @@ "InstanceType": "t4g.xlarge", "Location": "ap-southeast-1a" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ap-southeast-1a" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ap-southeast-1a" + }, { "InstanceType": "x1.16xlarge", "Location": "ap-southeast-1a" @@ -2239,6 +2299,30 @@ "InstanceType": "i4i.xlarge", "Location": "ap-southeast-1b" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "im4gn.large", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ap-southeast-1b" + }, { "InstanceType": "inf1.24xlarge", "Location": "ap-southeast-1b" @@ -2255,6 +2339,30 @@ "InstanceType": "inf1.xlarge", "Location": "ap-southeast-1b" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "is4gen.large", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ap-southeast-1b" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ap-southeast-1b" + }, { "InstanceType": "m1.large", "Location": "ap-southeast-1b" @@ -3223,6 +3331,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "ap-southeast-1b" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-southeast-1b" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-1b" @@ -3823,6 +3935,30 @@ "InstanceType": "i4i.xlarge", "Location": "ap-southeast-1c" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "im4gn.large", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ap-southeast-1c" + }, { "InstanceType": "inf1.24xlarge", "Location": "ap-southeast-1c" @@ -3839,6 +3975,30 @@ "InstanceType": "inf1.xlarge", "Location": "ap-southeast-1c" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "is4gen.large", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ap-southeast-1c" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ap-southeast-1c" + }, { "InstanceType": "m4.10xlarge", "Location": "ap-southeast-1c" @@ -4679,6 +4839,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "ap-southeast-1c" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-southeast-1c" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-1c" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-2.json index 9ba9637e8..21209a500 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-2.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-2.json @@ -115,6 +115,38 @@ "InstanceType": "c5a.xlarge", "Location": "ap-southeast-2a" }, + { + "InstanceType": "c5ad.12xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c5ad.16xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c5ad.24xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c5ad.2xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c5ad.4xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c5ad.8xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c5ad.large", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c5ad.xlarge", + "Location": "ap-southeast-2a" + }, { "InstanceType": "c5d.12xlarge", "Location": "ap-southeast-2a" @@ -323,6 +355,46 @@ "InstanceType": "c6i.xlarge", "Location": "ap-southeast-2a" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.large", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.metal", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "ap-southeast-2a" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-southeast-2a" @@ -891,6 +963,46 @@ "InstanceType": "m6i.xlarge", "Location": "ap-southeast-2a" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.large", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.metal", + "Location": "ap-southeast-2a" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "ap-southeast-2a" + }, { "InstanceType": "mac1.metal", "Location": "ap-southeast-2a" @@ -1411,6 +1523,10 @@ "InstanceType": "t4g.xlarge", "Location": "ap-southeast-2a" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-southeast-2a" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-2a" @@ -1875,6 +1991,46 @@ "InstanceType": "c6i.xlarge", "Location": "ap-southeast-2b" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.large", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.metal", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "ap-southeast-2b" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-southeast-2b" @@ -2483,6 +2639,46 @@ "InstanceType": "m6i.xlarge", "Location": "ap-southeast-2b" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.large", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.metal", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "ap-southeast-2b" + }, { "InstanceType": "mac1.metal", "Location": "ap-southeast-2b" @@ -2911,6 +3107,46 @@ "InstanceType": "r6i.xlarge", "Location": "ap-southeast-2b" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.large", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.metal", + "Location": "ap-southeast-2b" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "ap-southeast-2b" + }, { "InstanceType": "t1.micro", "Location": "ap-southeast-2b" @@ -3027,6 +3263,10 @@ "InstanceType": "t4g.xlarge", "Location": "ap-southeast-2b" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-southeast-2b" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-2b" @@ -3515,6 +3755,46 @@ "InstanceType": "c6i.xlarge", "Location": "ap-southeast-2c" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.large", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.metal", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "ap-southeast-2c" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-southeast-2c" @@ -4059,6 +4339,46 @@ "InstanceType": "m6i.xlarge", "Location": "ap-southeast-2c" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.large", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.metal", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "ap-southeast-2c" + }, { "InstanceType": "p2.16xlarge", "Location": "ap-southeast-2c" @@ -4471,6 +4791,46 @@ "InstanceType": "r6i.xlarge", "Location": "ap-southeast-2c" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.large", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.metal", + "Location": "ap-southeast-2c" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "ap-southeast-2c" + }, { "InstanceType": "t2.2xlarge", "Location": "ap-southeast-2c" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-3.json b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-3.json index 99c0d0acc..fb7504f7c 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-3.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-3.json @@ -1 +1,1514 @@ -[{"InstanceType": "r5dn.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t4g.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5d.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m4.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6g.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "d3.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d2.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d2.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "inf1.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5d.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.3xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "a1.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.9xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5a.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "inf1.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "z1d.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5d.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m3.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "a1.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5n.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5n.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d3.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r4.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m2.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "inf1.6xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5a.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5d.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6g.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.18xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c4.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3.nano", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "x1e.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3a.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "u-6tb1.56xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "p3.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r3.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i3.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5b.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t4g.nano", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m4.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r3.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3a.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c4.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i2.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "z1d.6xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5a.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g2.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d2.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.micro", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c3.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c4.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5d.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "z1d.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.small", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "x1.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m3.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "z1d.6xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5d.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5n.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.9xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "p2.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r4.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5n.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "d3.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g2.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m4.10xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "a1.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d2.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t1.micro", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t1.micro", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "x1e.32xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5d.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r4.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "x1e.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5a.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m4.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3.nano", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.micro", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3.micro", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5d.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5d.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5n.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m2.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m4.10xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5d.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5n.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i3.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "x1e.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5n.9xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5n.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g5g.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5b.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5n.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5d.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5d.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m3.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "z1d.3xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m2.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i2.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "x1e.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.small", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5a.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5n.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.3xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.small", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m4.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5a.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t4g.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "x1e.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t4g.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "p3.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5n.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "z1d.3xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m4.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.small", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r4.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c3.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r4.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5d.9xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c3.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m4.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5n.9xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.nano", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5b.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m4.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5d.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m2.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.nano", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6g.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m4.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5a.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i2.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t4g.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "d2.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "u-9tb1.112xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i2.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5d.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5d.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r4.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r4.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5b.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "p3.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6g.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5b.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c4.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t4g.small", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5n.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6g.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.3xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5n.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5n.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5a.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r4.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5b.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "a1.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6g.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5n.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6i.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r4.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g3.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5d.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m1.small", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3a.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.6xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5b.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5a.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.small", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "z1d.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5n.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c4.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5b.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3a.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5a.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c3.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c3.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3.micro", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5d.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "d3.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g3.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5n.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m3.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "d2.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "z1d.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5n.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "x1e.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r4.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r4.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5a.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m4.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t4g.nano", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r4.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d3.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6g.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5d.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c4.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "a1.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5b.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5n.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.micro", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c4.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g5g.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5a.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r3.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g3.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "z1d.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5a.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m3.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5n.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.micro", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.6xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i3en.3xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5a.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "p2.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i3en.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3a.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "p3.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m4.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "inf1.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "z1d.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "a1.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "inf1.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "a1.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m4.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.9xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c4.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i3.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c1.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m4.10xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "d3.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c1.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c3.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.32xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "u-6tb1.56xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5a.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6g.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5a.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i3en.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5n.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g3.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "x1e.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c1.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m3.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m4.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6g.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "d3.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "inf1.6xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "p2.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5d.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6g.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "u-12tb1.112xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g5g.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r3.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5n.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5a.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g5g.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5d.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "inf1.6xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5b.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "p3.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d3.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "x1.32xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d2.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t4g.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "z1d.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5n.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3a.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6g.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.18xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6g.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t4g.nano", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5b.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "p3.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "d2.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5a.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i2.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.small", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g5g.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r4.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5a.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "z1d.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m1.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "z1d.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g5g.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.32xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "x1e.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5n.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.18xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "p2.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "d3.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6i.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "inf1.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6g.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.18xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t2.small", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "inf1.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c3.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5a.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.9xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "a1.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m4.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t2.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m1.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3.small", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r3.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6g.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t2.micro", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r4.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5b.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i3en.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d2.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "x1.32xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.3xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6g.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r3.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.18xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5a.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "d2.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t4g.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3.nano", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3.small", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "inf1.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c4.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "d3.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3.small", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m4.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6g.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m3.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6g.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "u-12tb1.112xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5a.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "inf1.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "a1.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r3.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d2.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g5g.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c4.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6g.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.9xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "i3.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "x1e.32xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "u-9tb1.112xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5a.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "x1e.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "x1.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c1.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m2.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r4.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5n.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6i.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c4.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d3.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5d.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "mac1.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "z1d.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "p2.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "a1.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c4.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c4.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.nano", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m4.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "z1d.6xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m1.small", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m6i.32xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i2.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "z1d.3xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5b.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5a.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3a.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5d.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r6g.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3a.medium", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5n.9xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6g.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t4g.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "x1e.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5d.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "a1.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c3.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "d2.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6g.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g2.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m3.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g5g.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5d.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i2.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5a.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t2.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5b.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "x1.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5n.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "inf1.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5b.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6g.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5zn.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5b.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5d.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5n.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5b.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c4.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3.micro", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5d.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5d.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5d.8xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "z1d.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r3.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "z1d.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m5.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.nano", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r3.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c3.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.nano", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g5g.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "d3.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c5d.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r4.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g2.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "mac1.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6i.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "x1.32xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "p2.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r3.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i2.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5ad.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g3.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "z1d.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.small", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r6gd.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5ad.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t4g.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5a.16xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6gd.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m2.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "z1d.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6g.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c3.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5a.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5n.18xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5ad.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5d.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t4g.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "z1d.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.nano", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g5g.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g3.16xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t2.micro", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "a1.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5dn.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c4.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5n.16xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r4.8xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "i3en.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5.8xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r4.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m1.medium", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.4xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.4xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.micro", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6i.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "c6gd.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m6i.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.large", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.4xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3a.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5n.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.2xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.2xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "m5a.12xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m1.medium", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.micro", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "t3a.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c6g.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.18xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5n.metal", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c5.18xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.6xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5n.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "r5n.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.24xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m1.large", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.24xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m1.large", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "c6g.metal", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g4dn.2xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "m5a.12xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "c5.18xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "m6i.12xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.6xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "r5n.metal", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "g5g.xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "r5dn.24xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "i3en.6xlarge", "Location": "ap-southeast-3a", "LocationType": "availability-zone"}, {"InstanceType": "t3a.xlarge", "Location": "ap-southeast-3c", "LocationType": "availability-zone"}, {"InstanceType": "g5g.xlarge", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}, {"InstanceType": "t3a.micro", "Location": "ap-southeast-3b", "LocationType": "availability-zone"}] \ No newline at end of file +[ + { + "InstanceType": "c5.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5n.18xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5n.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5n.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5n.9xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5n.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5n.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5n.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.medium", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3en.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3en.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.medium", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.medium", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.medium", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "t3.large", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "t3.medium", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "t3.micro", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "t3.nano", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "t3.small", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "t3.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2idn.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "ap-southeast-3a" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5n.18xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5n.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5n.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5n.9xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5n.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5n.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5n.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.medium", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3en.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3en.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.medium", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.medium", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.medium", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.metal", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "t3.large", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "t3.medium", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "t3.micro", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "t3.nano", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "t3.small", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "t3.xlarge", + "Location": "ap-southeast-3b" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5n.18xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5n.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5n.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5n.9xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5n.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5n.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c5n.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.medium", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3en.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3en.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.medium", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.medium", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.medium", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "t3.large", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "t3.medium", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "t3.micro", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "t3.nano", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "t3.small", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "t3.xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2idn.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "ap-southeast-3c" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "ap-southeast-3c" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/ca-central-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/ca-central-1.json index 88259a650..8a29834e8 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/ca-central-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/ca-central-1.json @@ -223,6 +223,38 @@ "InstanceType": "c6gd.xlarge", "Location": "ca-central-1a" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "c6gn.large", + "Location": "ca-central-1a" + }, + { + "InstanceType": "c6gn.medium", + "Location": "ca-central-1a" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "ca-central-1a" + }, { "InstanceType": "c6i.12xlarge", "Location": "ca-central-1a" @@ -475,6 +507,30 @@ "InstanceType": "i4i.xlarge", "Location": "ca-central-1a" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "im4gn.large", + "Location": "ca-central-1a" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ca-central-1a" + }, { "InstanceType": "inf1.24xlarge", "Location": "ca-central-1a" @@ -491,6 +547,30 @@ "InstanceType": "inf1.xlarge", "Location": "ca-central-1a" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "is4gen.large", + "Location": "ca-central-1a" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ca-central-1a" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ca-central-1a" + }, { "InstanceType": "m4.10xlarge", "Location": "ca-central-1a" @@ -1183,6 +1263,14 @@ "InstanceType": "t4g.xlarge", "Location": "ca-central-1a" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ca-central-1a" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ca-central-1a" + }, { "InstanceType": "x1.16xlarge", "Location": "ca-central-1a" @@ -2503,6 +2591,18 @@ "InstanceType": "t4g.xlarge", "Location": "ca-central-1b" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ca-central-1b" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ca-central-1b" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ca-central-1b" + }, { "InstanceType": "x1.16xlarge", "Location": "ca-central-1b" @@ -3475,6 +3575,18 @@ "InstanceType": "t4g.xlarge", "Location": "ca-central-1d" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ca-central-1d" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ca-central-1d" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ca-central-1d" + }, { "InstanceType": "x2idn.16xlarge", "Location": "ca-central-1d" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-1.json index dedafcceb..38179d65f 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-1.json @@ -227,6 +227,50 @@ "InstanceType": "c5n.xlarge", "Location": "eu-central-1a" }, + { + "InstanceType": "c6a.12xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.16xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.24xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.2xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.32xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.48xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.4xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.8xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.large", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.metal", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6a.xlarge", + "Location": "eu-central-1a" + }, { "InstanceType": "c6g.12xlarge", "Location": "eu-central-1a" @@ -331,6 +375,46 @@ "InstanceType": "c6gn.xlarge", "Location": "eu-central-1a" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.large", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.metal", + "Location": "eu-central-1a" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "eu-central-1a" + }, { "InstanceType": "d2.2xlarge", "Location": "eu-central-1a" @@ -883,6 +967,50 @@ "InstanceType": "m5zn.xlarge", "Location": "eu-central-1a" }, + { + "InstanceType": "m6a.12xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.16xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.24xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.2xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.32xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.48xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.4xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.8xlarge", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.large", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.metal", + "Location": "eu-central-1a" + }, + { + "InstanceType": "m6a.xlarge", + "Location": "eu-central-1a" + }, { "InstanceType": "m6g.12xlarge", "Location": "eu-central-1a" @@ -5067,6 +5195,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "eu-central-1c" }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "eu-central-1c" + }, { "InstanceType": "x1.16xlarge", "Location": "eu-central-1c" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-2.json new file mode 100644 index 000000000..52d9be7d7 --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-2.json @@ -0,0 +1,1010 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.metal", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.metal", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3en.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3en.metal", + "Location": "eu-central-2a" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.metal", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.metal", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eu-central-2a" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.metal", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.metal", + "Location": "eu-central-2a" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "t3.large", + "Location": "eu-central-2a" + }, + { + "InstanceType": "t3.medium", + "Location": "eu-central-2a" + }, + { + "InstanceType": "t3.micro", + "Location": "eu-central-2a" + }, + { + "InstanceType": "t3.nano", + "Location": "eu-central-2a" + }, + { + "InstanceType": "t3.small", + "Location": "eu-central-2a" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eu-central-2a" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.metal", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.metal", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3en.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3en.metal", + "Location": "eu-central-2b" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.metal", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.metal", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eu-central-2b" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.metal", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.metal", + "Location": "eu-central-2b" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "t3.large", + "Location": "eu-central-2b" + }, + { + "InstanceType": "t3.medium", + "Location": "eu-central-2b" + }, + { + "InstanceType": "t3.micro", + "Location": "eu-central-2b" + }, + { + "InstanceType": "t3.nano", + "Location": "eu-central-2b" + }, + { + "InstanceType": "t3.small", + "Location": "eu-central-2b" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eu-central-2b" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5.metal", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.metal", + "Location": "eu-central-2c" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3en.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3en.metal", + "Location": "eu-central-2c" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.metal", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.metal", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eu-central-2c" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.metal", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.metal", + "Location": "eu-central-2c" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eu-central-2c" + }, + { + "InstanceType": "t3.large", + "Location": "eu-central-2c" + }, + { + "InstanceType": "t3.medium", + "Location": "eu-central-2c" + }, + { + "InstanceType": "t3.micro", + "Location": "eu-central-2c" + }, + { + "InstanceType": "t3.nano", + "Location": "eu-central-2c" + }, + { + "InstanceType": "t3.small", + "Location": "eu-central-2c" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eu-central-2c" + } +] \ No newline at end of file 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 9ca612b13..63a882b6e 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 @@ -167,6 +167,42 @@ "InstanceType": "c6g.xlarge", "Location": "eu-north-1a" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eu-north-1a" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eu-north-1a" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eu-north-1a" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eu-north-1a" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eu-north-1a" + }, + { + "InstanceType": "c6gd.large", + "Location": "eu-north-1a" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eu-north-1a" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eu-north-1a" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eu-north-1a" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eu-north-1a" @@ -1011,6 +1047,42 @@ "InstanceType": "c6g.xlarge", "Location": "eu-north-1b" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "c6gd.large", + "Location": "eu-north-1b" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eu-north-1b" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eu-north-1b" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eu-north-1b" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eu-north-1b" @@ -1127,6 +1199,38 @@ "InstanceType": "g4dn.xlarge", "Location": "eu-north-1b" }, + { + "InstanceType": "g5.12xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "g5.16xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "g5.24xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "g5.2xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "g5.48xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "g5.4xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "g5.8xlarge", + "Location": "eu-north-1b" + }, + { + "InstanceType": "g5.xlarge", + "Location": "eu-north-1b" + }, { "InstanceType": "hpc6a.48xlarge", "Location": "eu-north-1b" @@ -1879,6 +1983,42 @@ "InstanceType": "c6g.xlarge", "Location": "eu-north-1c" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "c6gd.large", + "Location": "eu-north-1c" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eu-north-1c" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eu-north-1c" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eu-north-1c" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eu-north-1c" @@ -1995,6 +2135,38 @@ "InstanceType": "g4dn.xlarge", "Location": "eu-north-1c" }, + { + "InstanceType": "g5.12xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "g5.16xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "g5.24xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "g5.2xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "g5.48xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "g5.4xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "g5.8xlarge", + "Location": "eu-north-1c" + }, + { + "InstanceType": "g5.xlarge", + "Location": "eu-north-1c" + }, { "InstanceType": "i3.16xlarge", "Location": "eu-north-1c" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-1.json index eb91b2498..d724147e2 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-1.json @@ -883,6 +883,14 @@ "InstanceType": "u-3tb1.56xlarge", "Location": "eu-south-1a" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "eu-south-1a" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "eu-south-1a" + }, { "InstanceType": "x2idn.16xlarge", "Location": "eu-south-1a" @@ -1843,6 +1851,14 @@ "InstanceType": "u-3tb1.56xlarge", "Location": "eu-south-1b" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "eu-south-1b" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "eu-south-1b" + }, { "InstanceType": "x2idn.16xlarge", "Location": "eu-south-1b" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-2.json new file mode 100644 index 000000000..d8014da3d --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-2.json @@ -0,0 +1,1418 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.medium", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3en.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3en.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.medium", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.medium", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.metal", + "Location": "eu-south-2a" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t3.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t3.medium", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t3.micro", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t3.nano", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t3.small", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t4g.large", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t4g.medium", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t4g.micro", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t4g.nano", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t4g.small", + "Location": "eu-south-2a" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "eu-south-2a" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.medium", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3en.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3en.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.medium", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.medium", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.metal", + "Location": "eu-south-2b" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t3.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t3.medium", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t3.micro", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t3.nano", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t3.small", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t4g.large", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t4g.medium", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t4g.micro", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t4g.nano", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t4g.small", + "Location": "eu-south-2b" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "eu-south-2b" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.medium", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3en.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3en.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.medium", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.medium", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.metal", + "Location": "eu-south-2c" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t3.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t3.medium", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t3.micro", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t3.nano", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t3.small", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t4g.large", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t4g.medium", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t4g.micro", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t4g.nano", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t4g.small", + "Location": "eu-south-2c" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "eu-south-2c" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-1.json index 843965cae..2ba1895e8 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-1.json @@ -463,6 +463,42 @@ "InstanceType": "c6id.xlarge", "Location": "eu-west-1a" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "c6in.large", + "Location": "eu-west-1a" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "eu-west-1a" + }, { "InstanceType": "c7g.12xlarge", "Location": "eu-west-1a" @@ -1847,6 +1883,78 @@ "InstanceType": "r6id.xlarge", "Location": "eu-west-1a" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6idn.large", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.large", + "Location": "eu-west-1a" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "eu-west-1a" + }, { "InstanceType": "t1.micro", "Location": "eu-west-1a" @@ -1967,6 +2075,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "eu-west-1a" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "eu-west-1a" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "eu-west-1a" @@ -2627,6 +2739,42 @@ "InstanceType": "c6id.xlarge", "Location": "eu-west-1b" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "c6in.large", + "Location": "eu-west-1b" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "eu-west-1b" + }, { "InstanceType": "c7g.12xlarge", "Location": "eu-west-1b" @@ -3519,6 +3667,78 @@ "InstanceType": "m6id.xlarge", "Location": "eu-west-1b" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6idn.large", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.large", + "Location": "eu-west-1b" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "eu-west-1b" + }, { "InstanceType": "mac1.metal", "Location": "eu-west-1b" @@ -4043,6 +4263,78 @@ "InstanceType": "r6id.xlarge", "Location": "eu-west-1b" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6idn.large", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.large", + "Location": "eu-west-1b" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "eu-west-1b" + }, { "InstanceType": "t1.micro", "Location": "eu-west-1b" @@ -4755,6 +5047,42 @@ "InstanceType": "c6id.xlarge", "Location": "eu-west-1c" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "c6in.large", + "Location": "eu-west-1c" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "eu-west-1c" + }, { "InstanceType": "c7g.12xlarge", "Location": "eu-west-1c" @@ -5647,6 +5975,78 @@ "InstanceType": "m6id.xlarge", "Location": "eu-west-1c" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6idn.large", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.large", + "Location": "eu-west-1c" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "eu-west-1c" + }, { "InstanceType": "p2.16xlarge", "Location": "eu-west-1c" @@ -6115,6 +6515,46 @@ "InstanceType": "r6i.xlarge", "Location": "eu-west-1c" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.large", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.metal", + "Location": "eu-west-1c" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "eu-west-1c" + }, { "InstanceType": "t1.micro", "Location": "eu-west-1c" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-3.json b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-3.json index e01e8cb76..eb1d5a47d 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-3.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-3.json @@ -155,6 +155,38 @@ "InstanceType": "c6g.xlarge", "Location": "eu-west-3a" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "eu-west-3a" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "eu-west-3a" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "eu-west-3a" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "eu-west-3a" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "eu-west-3a" + }, + { + "InstanceType": "c6gn.large", + "Location": "eu-west-3a" + }, + { + "InstanceType": "c6gn.medium", + "Location": "eu-west-3a" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "eu-west-3a" + }, { "InstanceType": "c6i.12xlarge", "Location": "eu-west-3a" @@ -1031,6 +1063,22 @@ "InstanceType": "x1.32xlarge", "Location": "eu-west-3a" }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "eu-west-3a" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "eu-west-3a" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "eu-west-3a" + }, + { + "InstanceType": "x2idn.metal", + "Location": "eu-west-3a" + }, { "InstanceType": "c5.12xlarge", "Location": "eu-west-3b" @@ -1155,6 +1203,42 @@ "InstanceType": "c6g.xlarge", "Location": "eu-west-3b" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "c6gd.large", + "Location": "eu-west-3b" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eu-west-3b" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eu-west-3b" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eu-west-3b" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eu-west-3b" @@ -2047,6 +2131,38 @@ "InstanceType": "x1.32xlarge", "Location": "eu-west-3b" }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "eu-west-3b" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "eu-west-3b" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "eu-west-3b" + }, { "InstanceType": "c5.12xlarge", "Location": "eu-west-3c" @@ -2203,6 +2319,42 @@ "InstanceType": "c6g.xlarge", "Location": "eu-west-3c" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "c6gd.large", + "Location": "eu-west-3c" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eu-west-3c" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eu-west-3c" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eu-west-3c" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eu-west-3c" @@ -3074,5 +3226,53 @@ { "InstanceType": "x1.32xlarge", "Location": "eu-west-3c" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2idn.metal", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "eu-west-3c" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "eu-west-3c" } ] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/me-central-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/me-central-1.json new file mode 100644 index 000000000..6871959ef --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/me-central-1.json @@ -0,0 +1,1418 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.medium", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3en.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3en.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.medium", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.medium", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.medium", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.metal", + "Location": "me-central-1a" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "t3.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "t3.medium", + "Location": "me-central-1a" + }, + { + "InstanceType": "t3.micro", + "Location": "me-central-1a" + }, + { + "InstanceType": "t3.nano", + "Location": "me-central-1a" + }, + { + "InstanceType": "t3.small", + "Location": "me-central-1a" + }, + { + "InstanceType": "t3.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "t4g.large", + "Location": "me-central-1a" + }, + { + "InstanceType": "t4g.medium", + "Location": "me-central-1a" + }, + { + "InstanceType": "t4g.micro", + "Location": "me-central-1a" + }, + { + "InstanceType": "t4g.nano", + "Location": "me-central-1a" + }, + { + "InstanceType": "t4g.small", + "Location": "me-central-1a" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "me-central-1a" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.medium", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3en.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3en.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.medium", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.medium", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.medium", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.metal", + "Location": "me-central-1b" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "t3.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "t3.medium", + "Location": "me-central-1b" + }, + { + "InstanceType": "t3.micro", + "Location": "me-central-1b" + }, + { + "InstanceType": "t3.nano", + "Location": "me-central-1b" + }, + { + "InstanceType": "t3.small", + "Location": "me-central-1b" + }, + { + "InstanceType": "t3.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "t4g.large", + "Location": "me-central-1b" + }, + { + "InstanceType": "t4g.medium", + "Location": "me-central-1b" + }, + { + "InstanceType": "t4g.micro", + "Location": "me-central-1b" + }, + { + "InstanceType": "t4g.nano", + "Location": "me-central-1b" + }, + { + "InstanceType": "t4g.small", + "Location": "me-central-1b" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "me-central-1b" + }, + { + "InstanceType": "c5.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.medium", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3en.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3en.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.medium", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.medium", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.medium", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.metal", + "Location": "me-central-1c" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "t3.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "t3.medium", + "Location": "me-central-1c" + }, + { + "InstanceType": "t3.micro", + "Location": "me-central-1c" + }, + { + "InstanceType": "t3.nano", + "Location": "me-central-1c" + }, + { + "InstanceType": "t3.small", + "Location": "me-central-1c" + }, + { + "InstanceType": "t3.xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "me-central-1c" + }, + { + "InstanceType": "t4g.large", + "Location": "me-central-1c" + }, + { + "InstanceType": "t4g.medium", + "Location": "me-central-1c" + }, + { + "InstanceType": "t4g.micro", + "Location": "me-central-1c" + }, + { + "InstanceType": "t4g.nano", + "Location": "me-central-1c" + }, + { + "InstanceType": "t4g.small", + "Location": "me-central-1c" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "me-central-1c" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/sa-east-1.json b/moto/ec2/resources/instance_type_offerings/availability-zone/sa-east-1.json index 789a0bb63..0306f5627 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/sa-east-1.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/sa-east-1.json @@ -247,6 +247,42 @@ "InstanceType": "c6g.xlarge", "Location": "sa-east-1a" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "sa-east-1a" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "sa-east-1a" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "sa-east-1a" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "sa-east-1a" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "sa-east-1a" + }, + { + "InstanceType": "c6gd.large", + "Location": "sa-east-1a" + }, + { + "InstanceType": "c6gd.medium", + "Location": "sa-east-1a" + }, + { + "InstanceType": "c6gd.metal", + "Location": "sa-east-1a" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "sa-east-1a" + }, { "InstanceType": "c6gn.12xlarge", "Location": "sa-east-1a" @@ -1211,6 +1247,18 @@ "InstanceType": "t4g.xlarge", "Location": "sa-east-1a" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "sa-east-1a" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "sa-east-1a" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "sa-east-1a" + }, { "InstanceType": "x1.16xlarge", "Location": "sa-east-1a" @@ -1499,6 +1547,42 @@ "InstanceType": "c6g.xlarge", "Location": "sa-east-1b" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "sa-east-1b" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "sa-east-1b" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "sa-east-1b" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "sa-east-1b" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "sa-east-1b" + }, + { + "InstanceType": "c6gd.large", + "Location": "sa-east-1b" + }, + { + "InstanceType": "c6gd.medium", + "Location": "sa-east-1b" + }, + { + "InstanceType": "c6gd.metal", + "Location": "sa-east-1b" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "sa-east-1b" + }, { "InstanceType": "c6gn.12xlarge", "Location": "sa-east-1b" @@ -2219,6 +2303,18 @@ "InstanceType": "t4g.xlarge", "Location": "sa-east-1b" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "sa-east-1b" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "sa-east-1b" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "sa-east-1b" + }, { "InstanceType": "x2idn.16xlarge", "Location": "sa-east-1b" @@ -2475,6 +2571,42 @@ "InstanceType": "c6g.xlarge", "Location": "sa-east-1c" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "sa-east-1c" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "sa-east-1c" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "sa-east-1c" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "sa-east-1c" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "sa-east-1c" + }, + { + "InstanceType": "c6gd.large", + "Location": "sa-east-1c" + }, + { + "InstanceType": "c6gd.medium", + "Location": "sa-east-1c" + }, + { + "InstanceType": "c6gd.metal", + "Location": "sa-east-1c" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "sa-east-1c" + }, { "InstanceType": "c6gn.12xlarge", "Location": "sa-east-1c" @@ -3343,6 +3475,14 @@ "InstanceType": "t4g.xlarge", "Location": "sa-east-1c" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "sa-east-1c" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "sa-east-1c" + }, { "InstanceType": "x1.16xlarge", "Location": "sa-east-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 e58b7ef93..fbc3f9aef 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 @@ -1859,6 +1859,14 @@ "InstanceType": "t4g.xlarge", "Location": "us-east-1a" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "us-east-1a" + }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "us-east-1a" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "us-east-1a" @@ -1867,6 +1875,10 @@ "InstanceType": "u-6tb1.56xlarge", "Location": "us-east-1a" }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "us-east-1a" + }, { "InstanceType": "vt1.24xlarge", "Location": "us-east-1a" @@ -4703,6 +4715,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-east-1c" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "c6in.large", + "Location": "us-east-1c" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-east-1c" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-east-1c" @@ -5623,6 +5671,78 @@ "InstanceType": "m6id.xlarge", "Location": "us-east-1c" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6idn.large", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.large", + "Location": "us-east-1c" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "us-east-1c" + }, { "InstanceType": "mac1.metal", "Location": "us-east-1c" @@ -6127,6 +6247,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-east-1c" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.large", + "Location": "us-east-1c" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-east-1c" + }, { "InstanceType": "t1.micro", "Location": "us-east-1c" @@ -6247,6 +6439,14 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "us-east-1c" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "us-east-1c" + }, + { + "InstanceType": "u-24tb1.112xlarge", + "Location": "us-east-1c" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "us-east-1c" @@ -6895,6 +7095,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-east-1d" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "c6in.large", + "Location": "us-east-1d" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-east-1d" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-east-1d" @@ -7815,6 +8051,78 @@ "InstanceType": "m6id.xlarge", "Location": "us-east-1d" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6idn.large", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.large", + "Location": "us-east-1d" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "us-east-1d" + }, { "InstanceType": "mac1.metal", "Location": "us-east-1d" @@ -8339,6 +8647,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-east-1d" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.large", + "Location": "us-east-1d" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-east-1d" + }, { "InstanceType": "t1.micro", "Location": "us-east-1d" @@ -8459,6 +8839,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "us-east-1d" }, + { + "InstanceType": "u-24tb1.112xlarge", + "Location": "us-east-1d" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "us-east-1d" @@ -9275,6 +9659,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-east-1f" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "c6in.large", + "Location": "us-east-1f" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-east-1f" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-east-1f" @@ -9963,6 +10383,78 @@ "InstanceType": "m6id.xlarge", "Location": "us-east-1f" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6idn.large", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.large", + "Location": "us-east-1f" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "us-east-1f" + }, { "InstanceType": "p3.16xlarge", "Location": "us-east-1f" @@ -10403,6 +10895,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-east-1f" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.large", + "Location": "us-east-1f" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-east-1f" + }, { "InstanceType": "t1.micro", "Location": "us-east-1f" @@ -10519,6 +11083,14 @@ "InstanceType": "t4g.xlarge", "Location": "us-east-1f" }, + { + "InstanceType": "trn1.2xlarge", + "Location": "us-east-1f" + }, + { + "InstanceType": "trn1.32xlarge", + "Location": "us-east-1f" + }, { "InstanceType": "x1.16xlarge", "Location": "us-east-1f" diff --git a/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-2.json b/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-2.json index 0106e5761..21641efa8 100644 --- a/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-2.json +++ b/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-2.json @@ -435,6 +435,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-east-2a" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "c6in.large", + "Location": "us-east-2a" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-east-2a" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-east-2a" @@ -1207,6 +1243,78 @@ "InstanceType": "m6id.xlarge", "Location": "us-east-2a" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6idn.large", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.large", + "Location": "us-east-2a" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "us-east-2a" + }, { "InstanceType": "p2.16xlarge", "Location": "us-east-2a" @@ -1715,6 +1823,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-east-2a" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.large", + "Location": "us-east-2a" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-east-2a" + }, { "InstanceType": "t2.2xlarge", "Location": "us-east-2a" @@ -1827,6 +2007,14 @@ "InstanceType": "t4g.xlarge", "Location": "us-east-2a" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "us-east-2a" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "us-east-2a" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "us-east-2a" @@ -2415,6 +2603,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-east-2b" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "c6in.large", + "Location": "us-east-2b" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-east-2b" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-east-2b" @@ -2563,6 +2787,10 @@ "InstanceType": "hpc6a.48xlarge", "Location": "us-east-2b" }, + { + "InstanceType": "hpc6id.32xlarge", + "Location": "us-east-2b" + }, { "InstanceType": "i2.2xlarge", "Location": "us-east-2b" @@ -3191,6 +3419,78 @@ "InstanceType": "m6id.xlarge", "Location": "us-east-2b" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6idn.large", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.large", + "Location": "us-east-2b" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "us-east-2b" + }, { "InstanceType": "mac1.metal", "Location": "us-east-2b" @@ -3707,6 +4007,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-east-2b" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.large", + "Location": "us-east-2b" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-east-2b" + }, { "InstanceType": "t2.2xlarge", "Location": "us-east-2b" @@ -3819,6 +4191,14 @@ "InstanceType": "t4g.xlarge", "Location": "us-east-2b" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "us-east-2b" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "us-east-2b" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "us-east-2b" @@ -4351,6 +4731,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-east-2c" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "c6in.large", + "Location": "us-east-2c" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-east-2c" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-east-2c" @@ -5127,6 +5543,10 @@ "InstanceType": "mac1.metal", "Location": "us-east-2c" }, + { + "InstanceType": "mac2.metal", + "Location": "us-east-2c" + }, { "InstanceType": "p2.16xlarge", "Location": "us-east-2c" @@ -5623,6 +6043,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-east-2c" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.large", + "Location": "us-east-2c" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-east-2c" + }, { "InstanceType": "t2.2xlarge", "Location": "us-east-2c" @@ -5735,6 +6227,10 @@ "InstanceType": "t4g.xlarge", "Location": "us-east-2c" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "us-east-2c" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "us-east-2c" 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 b3c1456c1..eae33f6ff 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 @@ -2667,6 +2667,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-west-2b" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "c6in.large", + "Location": "us-west-2b" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-west-2b" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-west-2b" @@ -4091,6 +4127,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-west-2b" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.large", + "Location": "us-west-2b" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-west-2b" + }, { "InstanceType": "t1.micro", "Location": "us-west-2b" @@ -4211,6 +4319,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "us-west-2b" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "us-west-2b" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "us-west-2b" @@ -4827,6 +4939,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-west-2c" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "c6in.large", + "Location": "us-west-2c" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-west-2c" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-west-2c" @@ -6075,6 +6223,50 @@ "InstanceType": "r5n.xlarge", "Location": "us-west-2c" }, + { + "InstanceType": "r6a.12xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.16xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.24xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.2xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.32xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.48xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.4xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.8xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.large", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.metal", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6a.xlarge", + "Location": "us-west-2c" + }, { "InstanceType": "r6g.12xlarge", "Location": "us-west-2c" @@ -6227,6 +6419,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-west-2c" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.large", + "Location": "us-west-2c" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-west-2c" + }, { "InstanceType": "t1.micro", "Location": "us-west-2c" @@ -7863,6 +8127,14 @@ "InstanceType": "t4g.xlarge", "Location": "us-west-2d" }, + { + "InstanceType": "trn1.2xlarge", + "Location": "us-west-2d" + }, + { + "InstanceType": "trn1.32xlarge", + "Location": "us-west-2d" + }, { "InstanceType": "x2gd.12xlarge", "Location": "us-west-2d" diff --git a/moto/ec2/resources/instance_type_offerings/region/af-south-1.json b/moto/ec2/resources/instance_type_offerings/region/af-south-1.json index 8b03e5b13..32c0ee5bd 100644 --- a/moto/ec2/resources/instance_type_offerings/region/af-south-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/af-south-1.json @@ -163,6 +163,46 @@ "InstanceType": "c5n.xlarge", "Location": "af-south-1" }, + { + "InstanceType": "c6i.12xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.large", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.metal", + "Location": "af-south-1" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "af-south-1" + }, { "InstanceType": "d2.2xlarge", "Location": "af-south-1" @@ -343,6 +383,46 @@ "InstanceType": "m5d.xlarge", "Location": "af-south-1" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.large", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.metal", + "Location": "af-south-1" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "af-south-1" + }, { "InstanceType": "r5.12xlarge", "Location": "af-south-1" 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 c8d32ce47..64f44359c 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 @@ -347,6 +347,46 @@ "InstanceType": "c6i.xlarge", "Location": "ap-northeast-1" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.large", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.metal", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "ap-northeast-1" + }, { "InstanceType": "cc2.8xlarge", "Location": "ap-northeast-1" @@ -619,6 +659,30 @@ "InstanceType": "i4i.xlarge", "Location": "ap-northeast-1" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "im4gn.large", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ap-northeast-1" + }, { "InstanceType": "inf1.24xlarge", "Location": "ap-northeast-1" @@ -635,6 +699,30 @@ "InstanceType": "inf1.xlarge", "Location": "ap-northeast-1" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "is4gen.large", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ap-northeast-1" + }, { "InstanceType": "m1.large", "Location": "ap-northeast-1" @@ -1051,6 +1139,46 @@ "InstanceType": "m6i.xlarge", "Location": "ap-northeast-1" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.large", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.metal", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "ap-northeast-1" + }, { "InstanceType": "mac1.metal", "Location": "ap-northeast-1" @@ -1487,6 +1615,46 @@ "InstanceType": "r6i.xlarge", "Location": "ap-northeast-1" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.large", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.metal", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "ap-northeast-1" + }, { "InstanceType": "t1.micro", "Location": "ap-northeast-1" @@ -1603,6 +1771,26 @@ "InstanceType": "t4g.xlarge", "Location": "ap-northeast-1" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ap-northeast-1" + }, + { + "InstanceType": "u-9tb1.112xlarge", + "Location": "ap-northeast-1" + }, { "InstanceType": "vt1.24xlarge", "Location": "ap-northeast-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/ap-northeast-2.json b/moto/ec2/resources/instance_type_offerings/region/ap-northeast-2.json index 3cb0ac35c..75247105b 100644 --- a/moto/ec2/resources/instance_type_offerings/region/ap-northeast-2.json +++ b/moto/ec2/resources/instance_type_offerings/region/ap-northeast-2.json @@ -1243,6 +1243,10 @@ "InstanceType": "t4g.xlarge", "Location": "ap-northeast-2" }, + { + "InstanceType": "u-24tb1.112xlarge", + "Location": "ap-northeast-2" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "ap-northeast-2" diff --git a/moto/ec2/resources/instance_type_offerings/region/ap-northeast-3.json b/moto/ec2/resources/instance_type_offerings/region/ap-northeast-3.json index ff6bd3c51..503ea487e 100644 --- a/moto/ec2/resources/instance_type_offerings/region/ap-northeast-3.json +++ b/moto/ec2/resources/instance_type_offerings/region/ap-northeast-3.json @@ -163,6 +163,78 @@ "InstanceType": "c6gd.xlarge", "Location": "ap-northeast-3" }, + { + "InstanceType": "c6gn.12xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6gn.16xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6gn.2xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6gn.4xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6gn.8xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6gn.large", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6gn.medium", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6gn.xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.12xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.16xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.24xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.2xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.32xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.4xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.8xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.large", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.metal", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "c6i.xlarge", + "Location": "ap-northeast-3" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-northeast-3" @@ -359,6 +431,46 @@ "InstanceType": "m5d.xlarge", "Location": "ap-northeast-3" }, + { + "InstanceType": "m6i.12xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.16xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.24xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.2xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.32xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.4xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.8xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.large", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.metal", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "m6i.xlarge", + "Location": "ap-northeast-3" + }, { "InstanceType": "r4.16xlarge", "Location": "ap-northeast-3" @@ -542,5 +654,21 @@ { "InstanceType": "x1e.xlarge", "Location": "ap-northeast-3" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "ap-northeast-3" + }, + { + "InstanceType": "x2idn.metal", + "Location": "ap-northeast-3" } ] \ No newline at end of file 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 8829cb386..2c822ef80 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 @@ -591,6 +591,30 @@ "InstanceType": "i4i.xlarge", "Location": "ap-southeast-1" }, + { + "InstanceType": "im4gn.16xlarge", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "im4gn.2xlarge", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "im4gn.4xlarge", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "im4gn.8xlarge", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "im4gn.large", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "im4gn.xlarge", + "Location": "ap-southeast-1" + }, { "InstanceType": "inf1.24xlarge", "Location": "ap-southeast-1" @@ -607,6 +631,30 @@ "InstanceType": "inf1.xlarge", "Location": "ap-southeast-1" }, + { + "InstanceType": "is4gen.2xlarge", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "is4gen.4xlarge", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "is4gen.8xlarge", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "is4gen.large", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "is4gen.medium", + "Location": "ap-southeast-1" + }, + { + "InstanceType": "is4gen.xlarge", + "Location": "ap-southeast-1" + }, { "InstanceType": "m1.large", "Location": "ap-southeast-1" @@ -1575,6 +1623,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "ap-southeast-1" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-southeast-1" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/ap-southeast-2.json b/moto/ec2/resources/instance_type_offerings/region/ap-southeast-2.json index 1d535ffaa..e00830dca 100644 --- a/moto/ec2/resources/instance_type_offerings/region/ap-southeast-2.json +++ b/moto/ec2/resources/instance_type_offerings/region/ap-southeast-2.json @@ -379,6 +379,46 @@ "InstanceType": "c6i.xlarge", "Location": "ap-southeast-2" }, + { + "InstanceType": "c6id.12xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.16xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.24xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.2xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.32xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.4xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.8xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.large", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.metal", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "c6id.xlarge", + "Location": "ap-southeast-2" + }, { "InstanceType": "d2.2xlarge", "Location": "ap-southeast-2" @@ -987,6 +1027,46 @@ "InstanceType": "m6i.xlarge", "Location": "ap-southeast-2" }, + { + "InstanceType": "m6id.12xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.16xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.24xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.2xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.32xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.4xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.8xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.large", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.metal", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "m6id.xlarge", + "Location": "ap-southeast-2" + }, { "InstanceType": "mac1.metal", "Location": "ap-southeast-2" @@ -1415,6 +1495,46 @@ "InstanceType": "r6i.xlarge", "Location": "ap-southeast-2" }, + { + "InstanceType": "r6id.12xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.16xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.24xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.2xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.32xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.4xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.8xlarge", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.large", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.metal", + "Location": "ap-southeast-2" + }, + { + "InstanceType": "r6id.xlarge", + "Location": "ap-southeast-2" + }, { "InstanceType": "t1.micro", "Location": "ap-southeast-2" @@ -1531,6 +1651,10 @@ "InstanceType": "t4g.xlarge", "Location": "ap-southeast-2" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ap-southeast-2" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-2" diff --git a/moto/ec2/resources/instance_type_offerings/region/ap-southeast-3.json b/moto/ec2/resources/instance_type_offerings/region/ap-southeast-3.json index 037020836..cb097dadc 100644 --- a/moto/ec2/resources/instance_type_offerings/region/ap-southeast-3.json +++ b/moto/ec2/resources/instance_type_offerings/region/ap-southeast-3.json @@ -1 +1,522 @@ -[{"InstanceType": "i3en.6xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m3.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "d2.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5a.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t2.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5ad.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5ad.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g4dn.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3.small", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5a.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m3.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "x1e.32xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "x1.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5ad.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g3.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3a.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "p3.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5a.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "u-9tb1.112xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "z1d.3xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5ad.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g4dn.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m4.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5a.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5a.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g5g.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3en.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r3.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "d2.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5ad.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "z1d.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t2.small", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5n.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m2.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "inf1.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c4.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "d3.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5zn.6xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5ad.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3a.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r3.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5a.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5n.18xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "a1.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t4g.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m4.10xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5ad.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m4.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g5g.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3en.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.32xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m2.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5a.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m1.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3en.3xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5ad.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c3.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5ad.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c4.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r4.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "a1.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "p2.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r4.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c4.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t4g.nano", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3a.nano", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c3.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "x1e.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "u-6tb1.112xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i2.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "a1.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "p3.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5a.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3a.small", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5a.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m2.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5zn.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "x1e.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g4dn.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5n.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5a.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5a.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g5g.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5a.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t2.micro", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "x1e.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "u-6tb1.56xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "x1e.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t4g.micro", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g3.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5ad.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5ad.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5a.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t2.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5a.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3.nano", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5n.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r3.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c4.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g4dn.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r3.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t2.nano", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.9xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t2.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "z1d.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5a.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5a.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c3.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5ad.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "z1d.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "mac1.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3en.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5ad.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5a.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "p2.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5n.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m4.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5ad.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5zn.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t2.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "d3.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "z1d.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "a1.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "d3.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g4dn.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "inf1.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t4g.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "d3.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5n.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g2.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m1.small", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c1.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "inf1.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m4.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m1.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5ad.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5a.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "inf1.6xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g4dn.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3.micro", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5zn.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5ad.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5ad.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t4g.small", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "z1d.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5ad.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5ad.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i2.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r4.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5a.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5n.9xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5ad.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5zn.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6g.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "a1.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5n.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "p3.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i2.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5a.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g2.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g5g.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3a.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "d2.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "x1.32xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5.18xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m3.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t4g.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.18xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g5g.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5ad.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5dn.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r3.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c1.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6gd.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m4.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t4g.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.9xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5d.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5ad.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r4.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r4.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5a.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6i.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t1.micro", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "z1d.6xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "p2.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c5d.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5a.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3a.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6gd.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5d.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r4.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3en.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g4dn.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m1.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "a1.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5b.metal", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i2.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "u-12tb1.112xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r6g.medium", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c4.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5a.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g5g.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3en.large", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "t3a.micro", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c6g.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5ad.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c3.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "x1e.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3en.2xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5a.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5ad.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5zn.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5zn.3xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "c3.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "d2.8xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "i3.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m6gd.12xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "r5dn.24xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m5n.16xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "g3.4xlarge", "Location": "ap-southeast-3", "LocationType": "region"}, {"InstanceType": "m3.xlarge", "Location": "ap-southeast-3", "LocationType": "region"}] \ No newline at end of file +[ + { + "InstanceType": "c5.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5n.18xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5n.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5n.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5n.9xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5n.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5n.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c5n.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.medium", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3en.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3en.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.medium", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.medium", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.medium", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "t3.large", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "t3.medium", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "t3.micro", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "t3.nano", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "t3.small", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "t3.xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2idn.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "ap-southeast-3" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "ap-southeast-3" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/region/ca-central-1.json b/moto/ec2/resources/instance_type_offerings/region/ca-central-1.json index 128aa5107..531e88c04 100644 --- a/moto/ec2/resources/instance_type_offerings/region/ca-central-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/ca-central-1.json @@ -1279,6 +1279,18 @@ "InstanceType": "t4g.xlarge", "Location": "ca-central-1" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "ca-central-1" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "ca-central-1" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "ca-central-1" + }, { "InstanceType": "x1.16xlarge", "Location": "ca-central-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/eu-central-2.json b/moto/ec2/resources/instance_type_offerings/region/eu-central-2.json new file mode 100644 index 000000000..95f45a172 --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/region/eu-central-2.json @@ -0,0 +1,338 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5.metal", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.metal", + "Location": "eu-central-2" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3en.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3en.metal", + "Location": "eu-central-2" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.metal", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.metal", + "Location": "eu-central-2" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eu-central-2" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.metal", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.metal", + "Location": "eu-central-2" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eu-central-2" + }, + { + "InstanceType": "t3.large", + "Location": "eu-central-2" + }, + { + "InstanceType": "t3.medium", + "Location": "eu-central-2" + }, + { + "InstanceType": "t3.micro", + "Location": "eu-central-2" + }, + { + "InstanceType": "t3.nano", + "Location": "eu-central-2" + }, + { + "InstanceType": "t3.small", + "Location": "eu-central-2" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eu-central-2" + } +] \ No newline at end of file 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 63cc2ee7f..b3e2282ac 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 @@ -167,6 +167,42 @@ "InstanceType": "c6g.xlarge", "Location": "eu-north-1" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "c6gd.large", + "Location": "eu-north-1" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eu-north-1" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eu-north-1" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eu-north-1" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eu-north-1" @@ -283,6 +319,38 @@ "InstanceType": "g4dn.xlarge", "Location": "eu-north-1" }, + { + "InstanceType": "g5.12xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "g5.16xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "g5.24xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "g5.2xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "g5.48xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "g5.4xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "g5.8xlarge", + "Location": "eu-north-1" + }, + { + "InstanceType": "g5.xlarge", + "Location": "eu-north-1" + }, { "InstanceType": "hpc6a.48xlarge", "Location": "eu-north-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/eu-south-1.json b/moto/ec2/resources/instance_type_offerings/region/eu-south-1.json index 5cbfea52a..8023a0804 100644 --- a/moto/ec2/resources/instance_type_offerings/region/eu-south-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/eu-south-1.json @@ -911,6 +911,14 @@ "InstanceType": "u-3tb1.56xlarge", "Location": "eu-south-1" }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "eu-south-1" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "eu-south-1" + }, { "InstanceType": "x2idn.16xlarge", "Location": "eu-south-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/eu-south-2.json b/moto/ec2/resources/instance_type_offerings/region/eu-south-2.json new file mode 100644 index 000000000..fad67f859 --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/region/eu-south-2.json @@ -0,0 +1,474 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.medium", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3en.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3en.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.medium", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.medium", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.medium", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.metal", + "Location": "eu-south-2" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "t3.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "t3.medium", + "Location": "eu-south-2" + }, + { + "InstanceType": "t3.micro", + "Location": "eu-south-2" + }, + { + "InstanceType": "t3.nano", + "Location": "eu-south-2" + }, + { + "InstanceType": "t3.small", + "Location": "eu-south-2" + }, + { + "InstanceType": "t3.xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "eu-south-2" + }, + { + "InstanceType": "t4g.large", + "Location": "eu-south-2" + }, + { + "InstanceType": "t4g.medium", + "Location": "eu-south-2" + }, + { + "InstanceType": "t4g.micro", + "Location": "eu-south-2" + }, + { + "InstanceType": "t4g.nano", + "Location": "eu-south-2" + }, + { + "InstanceType": "t4g.small", + "Location": "eu-south-2" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "eu-south-2" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/region/eu-west-1.json b/moto/ec2/resources/instance_type_offerings/region/eu-west-1.json index f733b470c..efaa9ca44 100644 --- a/moto/ec2/resources/instance_type_offerings/region/eu-west-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/eu-west-1.json @@ -463,6 +463,42 @@ "InstanceType": "c6id.xlarge", "Location": "eu-west-1" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "c6in.large", + "Location": "eu-west-1" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "eu-west-1" + }, { "InstanceType": "c7g.12xlarge", "Location": "eu-west-1" @@ -1355,6 +1391,78 @@ "InstanceType": "m6id.xlarge", "Location": "eu-west-1" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6idn.large", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.large", + "Location": "eu-west-1" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "eu-west-1" + }, { "InstanceType": "mac1.metal", "Location": "eu-west-1" @@ -1879,6 +1987,78 @@ "InstanceType": "r6id.xlarge", "Location": "eu-west-1" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6idn.large", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.large", + "Location": "eu-west-1" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "eu-west-1" + }, { "InstanceType": "t1.micro", "Location": "eu-west-1" @@ -1999,6 +2179,10 @@ "InstanceType": "u-12tb1.112xlarge", "Location": "eu-west-1" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "eu-west-1" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "eu-west-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/eu-west-3.json b/moto/ec2/resources/instance_type_offerings/region/eu-west-3.json index 337c22b48..5dcd77f46 100644 --- a/moto/ec2/resources/instance_type_offerings/region/eu-west-3.json +++ b/moto/ec2/resources/instance_type_offerings/region/eu-west-3.json @@ -155,6 +155,42 @@ "InstanceType": "c6g.xlarge", "Location": "eu-west-3" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "c6gd.large", + "Location": "eu-west-3" + }, + { + "InstanceType": "c6gd.medium", + "Location": "eu-west-3" + }, + { + "InstanceType": "c6gd.metal", + "Location": "eu-west-3" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "eu-west-3" + }, { "InstanceType": "c6gn.12xlarge", "Location": "eu-west-3" @@ -1062,5 +1098,53 @@ { "InstanceType": "x1.32xlarge", "Location": "eu-west-3" + }, + { + "InstanceType": "x2idn.16xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2idn.24xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2idn.32xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2idn.metal", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2iedn.16xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2iedn.24xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2iedn.2xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2iedn.32xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2iedn.4xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2iedn.8xlarge", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2iedn.metal", + "Location": "eu-west-3" + }, + { + "InstanceType": "x2iedn.xlarge", + "Location": "eu-west-3" } ] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/region/me-central-1.json b/moto/ec2/resources/instance_type_offerings/region/me-central-1.json new file mode 100644 index 000000000..43f03cabe --- /dev/null +++ b/moto/ec2/resources/instance_type_offerings/region/me-central-1.json @@ -0,0 +1,474 @@ +[ + { + "InstanceType": "c5.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5.18xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5.24xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5.9xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5.large", + "Location": "me-central-1" + }, + { + "InstanceType": "c5.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "c5.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.18xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.24xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.9xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.large", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "c5d.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.large", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.medium", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "c6g.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3.large", + "Location": "me-central-1" + }, + { + "InstanceType": "i3.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3en.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3en.24xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3en.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3en.3xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3en.6xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "i3en.large", + "Location": "me-central-1" + }, + { + "InstanceType": "i3en.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "i3en.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.24xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.large", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "m5.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.24xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.large", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "m5d.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.large", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.medium", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "m6g.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.large", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.medium", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "m6gd.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.24xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.large", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "r5.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.24xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.large", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "r5d.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.12xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.16xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.4xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.8xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.large", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.medium", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.metal", + "Location": "me-central-1" + }, + { + "InstanceType": "r6g.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "t3.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "t3.large", + "Location": "me-central-1" + }, + { + "InstanceType": "t3.medium", + "Location": "me-central-1" + }, + { + "InstanceType": "t3.micro", + "Location": "me-central-1" + }, + { + "InstanceType": "t3.nano", + "Location": "me-central-1" + }, + { + "InstanceType": "t3.small", + "Location": "me-central-1" + }, + { + "InstanceType": "t3.xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "t4g.2xlarge", + "Location": "me-central-1" + }, + { + "InstanceType": "t4g.large", + "Location": "me-central-1" + }, + { + "InstanceType": "t4g.medium", + "Location": "me-central-1" + }, + { + "InstanceType": "t4g.micro", + "Location": "me-central-1" + }, + { + "InstanceType": "t4g.nano", + "Location": "me-central-1" + }, + { + "InstanceType": "t4g.small", + "Location": "me-central-1" + }, + { + "InstanceType": "t4g.xlarge", + "Location": "me-central-1" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/instance_type_offerings/region/sa-east-1.json b/moto/ec2/resources/instance_type_offerings/region/sa-east-1.json index 2b4af1744..1b253c7ba 100644 --- a/moto/ec2/resources/instance_type_offerings/region/sa-east-1.json +++ b/moto/ec2/resources/instance_type_offerings/region/sa-east-1.json @@ -247,6 +247,42 @@ "InstanceType": "c6g.xlarge", "Location": "sa-east-1" }, + { + "InstanceType": "c6gd.12xlarge", + "Location": "sa-east-1" + }, + { + "InstanceType": "c6gd.16xlarge", + "Location": "sa-east-1" + }, + { + "InstanceType": "c6gd.2xlarge", + "Location": "sa-east-1" + }, + { + "InstanceType": "c6gd.4xlarge", + "Location": "sa-east-1" + }, + { + "InstanceType": "c6gd.8xlarge", + "Location": "sa-east-1" + }, + { + "InstanceType": "c6gd.large", + "Location": "sa-east-1" + }, + { + "InstanceType": "c6gd.medium", + "Location": "sa-east-1" + }, + { + "InstanceType": "c6gd.metal", + "Location": "sa-east-1" + }, + { + "InstanceType": "c6gd.xlarge", + "Location": "sa-east-1" + }, { "InstanceType": "c6gn.12xlarge", "Location": "sa-east-1" @@ -1211,6 +1247,18 @@ "InstanceType": "t4g.xlarge", "Location": "sa-east-1" }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "sa-east-1" + }, + { + "InstanceType": "u-6tb1.112xlarge", + "Location": "sa-east-1" + }, + { + "InstanceType": "u-6tb1.56xlarge", + "Location": "sa-east-1" + }, { "InstanceType": "x1.16xlarge", "Location": "sa-east-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 82ff4d5f2..106c89278 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 @@ -463,6 +463,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-east-1" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "c6in.large", + "Location": "us-east-1" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-east-1" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-east-1" @@ -1387,6 +1423,78 @@ "InstanceType": "m6id.xlarge", "Location": "us-east-1" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6idn.large", + "Location": "us-east-1" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.large", + "Location": "us-east-1" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "us-east-1" + }, { "InstanceType": "mac1.metal", "Location": "us-east-1" @@ -1911,6 +2019,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-east-1" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-east-1" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.large", + "Location": "us-east-1" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-east-1" + }, { "InstanceType": "t1.micro", "Location": "us-east-1" @@ -2027,10 +2207,26 @@ "InstanceType": "t4g.xlarge", "Location": "us-east-1" }, + { + "InstanceType": "trn1.2xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "trn1.32xlarge", + "Location": "us-east-1" + }, { "InstanceType": "u-12tb1.112xlarge", "Location": "us-east-1" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "us-east-1" + }, + { + "InstanceType": "u-24tb1.112xlarge", + "Location": "us-east-1" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "us-east-1" diff --git a/moto/ec2/resources/instance_type_offerings/region/us-east-2.json b/moto/ec2/resources/instance_type_offerings/region/us-east-2.json index 39859fb71..d7272a3ee 100644 --- a/moto/ec2/resources/instance_type_offerings/region/us-east-2.json +++ b/moto/ec2/resources/instance_type_offerings/region/us-east-2.json @@ -435,6 +435,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-east-2" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "c6in.large", + "Location": "us-east-2" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-east-2" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-east-2" @@ -583,6 +619,10 @@ "InstanceType": "hpc6a.48xlarge", "Location": "us-east-2" }, + { + "InstanceType": "hpc6id.32xlarge", + "Location": "us-east-2" + }, { "InstanceType": "i2.2xlarge", "Location": "us-east-2" @@ -1211,10 +1251,86 @@ "InstanceType": "m6id.xlarge", "Location": "us-east-2" }, + { + "InstanceType": "m6idn.12xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6idn.16xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6idn.24xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6idn.2xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6idn.32xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6idn.4xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6idn.8xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6idn.large", + "Location": "us-east-2" + }, + { + "InstanceType": "m6idn.xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.12xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.16xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.24xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.2xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.32xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.4xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.8xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.large", + "Location": "us-east-2" + }, + { + "InstanceType": "m6in.xlarge", + "Location": "us-east-2" + }, { "InstanceType": "mac1.metal", "Location": "us-east-2" }, + { + "InstanceType": "mac2.metal", + "Location": "us-east-2" + }, { "InstanceType": "p2.16xlarge", "Location": "us-east-2" @@ -1727,6 +1843,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-east-2" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-east-2" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.large", + "Location": "us-east-2" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-east-2" + }, { "InstanceType": "t2.2xlarge", "Location": "us-east-2" @@ -1839,6 +2027,14 @@ "InstanceType": "t4g.xlarge", "Location": "us-east-2" }, + { + "InstanceType": "u-12tb1.112xlarge", + "Location": "us-east-2" + }, + { + "InstanceType": "u-3tb1.56xlarge", + "Location": "us-east-2" + }, { "InstanceType": "u-6tb1.112xlarge", "Location": "us-east-2" 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 f9ab6db7b..0bec26e5c 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 @@ -463,6 +463,42 @@ "InstanceType": "c6id.xlarge", "Location": "us-west-2" }, + { + "InstanceType": "c6in.12xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c6in.16xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c6in.24xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c6in.2xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c6in.32xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c6in.4xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c6in.8xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "c6in.large", + "Location": "us-west-2" + }, + { + "InstanceType": "c6in.xlarge", + "Location": "us-west-2" + }, { "InstanceType": "c7g.12xlarge", "Location": "us-west-2" @@ -1911,6 +1947,78 @@ "InstanceType": "r6id.xlarge", "Location": "us-west-2" }, + { + "InstanceType": "r6idn.12xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6idn.16xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6idn.24xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6idn.2xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6idn.32xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6idn.4xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6idn.8xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6idn.large", + "Location": "us-west-2" + }, + { + "InstanceType": "r6idn.xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.12xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.16xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.24xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.2xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.32xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.4xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.8xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.large", + "Location": "us-west-2" + }, + { + "InstanceType": "r6in.xlarge", + "Location": "us-west-2" + }, { "InstanceType": "t1.micro", "Location": "us-west-2" @@ -2027,10 +2135,22 @@ "InstanceType": "t4g.xlarge", "Location": "us-west-2" }, + { + "InstanceType": "trn1.2xlarge", + "Location": "us-west-2" + }, + { + "InstanceType": "trn1.32xlarge", + "Location": "us-west-2" + }, { "InstanceType": "u-12tb1.112xlarge", "Location": "us-west-2" }, + { + "InstanceType": "u-18tb1.112xlarge", + "Location": "us-west-2" + }, { "InstanceType": "u-3tb1.56xlarge", "Location": "us-west-2" diff --git a/moto/ec2/resources/instance_types.json b/moto/ec2/resources/instance_types.json index a7c7c2866..418c948fe 100644 --- a/moto/ec2/resources/instance_types.json +++ b/moto/ec2/resources/instance_types.json @@ -30,6 +30,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -57,6 +58,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -104,6 +108,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -131,6 +136,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -178,6 +186,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -205,6 +214,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -252,6 +264,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -279,6 +292,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -325,6 +341,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -352,6 +369,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -399,6 +419,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -426,6 +447,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -464,6 +488,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 350 }, @@ -476,6 +501,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -502,6 +528,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -550,6 +579,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 1680 }, @@ -562,6 +592,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -587,6 +618,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -635,6 +669,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 160 }, @@ -647,6 +682,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -674,6 +710,9 @@ ], "SustainedClockSpeedInGhz": 2.8 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -732,6 +771,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 320 }, @@ -744,6 +784,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -771,6 +812,9 @@ ], "SustainedClockSpeedInGhz": 2.8 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -825,6 +869,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 640 }, @@ -837,6 +882,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -864,6 +910,9 @@ ], "SustainedClockSpeedInGhz": 2.8 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -918,6 +967,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 32 }, @@ -930,6 +980,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -958,6 +1009,9 @@ ], "SustainedClockSpeedInGhz": 2.8 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -1013,6 +1067,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 80 }, @@ -1025,6 +1080,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -1052,6 +1108,9 @@ ], "SustainedClockSpeedInGhz": 2.8 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -1109,6 +1168,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -1136,6 +1196,9 @@ ], "SustainedClockSpeedInGhz": 2.9 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1193,6 +1256,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -1220,6 +1284,9 @@ ], "SustainedClockSpeedInGhz": 2.9 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1281,6 +1348,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -1308,6 +1376,9 @@ ], "SustainedClockSpeedInGhz": 2.9 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1370,6 +1441,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -1397,6 +1469,9 @@ ], "SustainedClockSpeedInGhz": 2.9 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1451,6 +1526,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -1478,6 +1554,9 @@ ], "SustainedClockSpeedInGhz": 2.9 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1533,6 +1612,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -1560,6 +1640,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1625,6 +1709,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -1652,6 +1737,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1722,6 +1811,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -1749,6 +1839,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1826,6 +1920,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -1853,6 +1948,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1908,6 +2007,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -1935,6 +2035,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -1992,6 +2096,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -2019,6 +2124,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2081,6 +2190,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -2108,6 +2218,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2161,6 +2275,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -2188,6 +2303,9 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2235,6 +2353,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -2262,6 +2381,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2316,6 +2439,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -2343,6 +2467,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2405,6 +2533,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -2432,6 +2561,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2496,6 +2629,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -2523,6 +2657,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2591,6 +2729,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -2618,6 +2757,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2675,6 +2818,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -2702,6 +2846,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2760,6 +2908,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -2787,6 +2936,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2847,6 +3000,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -2874,6 +3028,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -2928,6 +3086,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -2955,6 +3114,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3009,6 +3172,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -3021,6 +3185,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -3048,6 +3213,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3109,6 +3278,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2400 }, @@ -3121,6 +3291,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -3148,6 +3319,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3211,6 +3386,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -3223,6 +3399,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -3250,6 +3427,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3317,6 +3498,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -3329,6 +3511,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -3356,6 +3539,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3412,6 +3599,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -3424,6 +3612,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -3451,6 +3640,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3508,6 +3701,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1200 }, @@ -3520,6 +3714,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -3547,6 +3742,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3606,6 +3805,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 75 }, @@ -3618,6 +3818,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -3645,6 +3846,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3698,6 +3903,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -3710,6 +3916,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -3737,6 +3944,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3791,6 +4002,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -3803,6 +4015,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -3830,6 +4043,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -3894,6 +4111,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -3906,6 +4124,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -3933,6 +4152,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4002,6 +4225,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -4014,6 +4238,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -4041,6 +4266,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4117,6 +4346,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 200 }, @@ -4129,6 +4359,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -4156,6 +4387,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4210,6 +4445,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 400 }, @@ -4222,6 +4458,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -4249,6 +4486,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4305,6 +4546,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 900 }, @@ -4317,6 +4559,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -4344,6 +4587,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4405,6 +4652,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 50 }, @@ -4417,6 +4665,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -4444,6 +4693,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4496,6 +4749,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -4508,6 +4762,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -4535,6 +4790,9 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4581,6 +4839,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 100 }, @@ -4593,6 +4852,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -4620,6 +4880,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4672,8 +4936,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -4701,6 +4969,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4771,6 +5043,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -4798,6 +5071,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4853,6 +5130,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -4880,6 +5158,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -4935,8 +5217,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -4964,6 +5250,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5026,6 +5316,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -5053,6 +5344,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5104,8 +5399,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -5133,6 +5432,9 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5180,6 +5482,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -5207,6 +5510,10 @@ ], "SustainedClockSpeedInGhz": 3.4 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5261,6 +5568,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -5288,6 +5596,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5351,6 +5663,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -5378,6 +5691,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5440,6 +5757,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -5467,6 +5785,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5530,6 +5852,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -5557,6 +5880,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5612,8 +5939,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -5641,6 +5972,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5701,8 +6036,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -5730,6 +6069,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5793,6 +6136,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -5820,6 +6164,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5881,6 +6229,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -5908,6 +6257,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -5970,6 +6323,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -5997,6 +6351,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6048,8 +6406,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -6077,6 +6439,9 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6124,6 +6489,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -6151,6 +6517,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6206,6 +6576,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -6233,6 +6604,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6333,6 +6707,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -6360,6 +6735,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6476,6 +6854,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -6503,6 +6882,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6563,6 +6945,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -6590,6 +6973,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6658,6 +7044,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -6685,6 +7072,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6769,6 +7159,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -6796,6 +7187,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6850,6 +7244,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -6877,6 +7272,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6923,6 +7321,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -6950,6 +7349,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -6997,6 +7399,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -7024,6 +7427,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7079,6 +7485,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -7091,6 +7498,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -7118,6 +7526,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7217,6 +7628,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -7229,6 +7641,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -7256,6 +7669,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7371,6 +7787,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 474 }, @@ -7383,6 +7800,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -7410,6 +7828,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7469,6 +7890,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -7481,6 +7903,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -7508,6 +7931,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7575,6 +8001,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -7587,6 +8014,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -7614,6 +8042,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7697,6 +8128,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 118 }, @@ -7709,6 +8141,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -7736,6 +8169,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7789,6 +8225,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 59 }, @@ -7801,6 +8238,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -7828,6 +8266,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7873,6 +8314,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -7885,6 +8327,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -7912,6 +8355,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -7958,6 +8404,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 237 }, @@ -7970,6 +8417,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -7997,6 +8445,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8053,6 +8504,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -8080,6 +8532,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8178,8 +8633,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -8207,6 +8666,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8323,6 +8785,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -8350,6 +8813,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8410,6 +8876,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -8437,6 +8904,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8505,6 +8975,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -8532,6 +9003,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8616,6 +9090,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -8643,6 +9118,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8697,6 +9175,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -8724,6 +9203,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8777,6 +9259,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -8804,6 +9287,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8860,6 +9346,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -8887,6 +9374,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -8952,6 +9443,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -8979,6 +9471,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9048,6 +9544,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -9075,6 +9572,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9152,6 +9653,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -9179,6 +9681,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9232,8 +9738,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -9261,6 +9771,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9346,6 +9860,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -9373,6 +9888,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9430,6 +9949,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -9457,6 +9977,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9518,6 +10042,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -9545,6 +10070,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9596,8 +10125,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -9625,6 +10158,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9672,6 +10208,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -9699,6 +10236,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9753,6 +10294,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -9765,6 +10307,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -9792,6 +10335,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9856,6 +10403,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -9868,6 +10416,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -9895,6 +10444,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -9963,6 +10516,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 5700 }, @@ -9975,6 +10529,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -10002,6 +10557,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10078,6 +10637,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 474 }, @@ -10090,6 +10650,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -10117,6 +10678,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10171,6 +10736,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7600 }, @@ -10181,8 +10747,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -10210,6 +10780,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10294,6 +10868,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -10306,6 +10881,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -10333,6 +10909,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10389,6 +10969,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -10401,6 +10982,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -10428,6 +11010,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10488,6 +11074,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 118 }, @@ -10500,6 +11087,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -10527,6 +11115,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10579,6 +11171,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7600 }, @@ -10589,8 +11182,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -10618,6 +11215,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10664,6 +11264,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 237 }, @@ -10676,6 +11277,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -10703,6 +11305,924 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 2, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 4, + "ValidCores": [ + 1, + 2 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.12xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 30000, + "BaselineIops": 131250, + "BaselineThroughputInMBps": 3750.0, + "MaximumBandwidthInMbps": 30000, + "MaximumIops": 131250, + "MaximumThroughputInMBps": 3750.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.12xlarge", + "MemoryInfo": { + "SizeInMiB": 98304 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "75 Gigabit" + } + ], + "NetworkPerformance": "75 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 24, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 48, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.16xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 40000, + "BaselineIops": 175000, + "BaselineThroughputInMBps": 5000.0, + "MaximumBandwidthInMbps": 40000, + "MaximumIops": 175000, + "MaximumThroughputInMBps": 5000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.16xlarge", + "MemoryInfo": { + "SizeInMiB": 131072 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "100 Gigabit" + } + ], + "NetworkPerformance": "100 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 32, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 64, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.24xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 60000, + "BaselineIops": 262500, + "BaselineThroughputInMBps": 7500.0, + "MaximumBandwidthInMbps": 60000, + "MaximumIops": 262500, + "MaximumThroughputInMBps": 7500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.24xlarge", + "MemoryInfo": { + "SizeInMiB": 196608 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "150 Gigabit" + } + ], + "NetworkPerformance": "150 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 48, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 96, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.2xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 5000, + "BaselineIops": 21875, + "BaselineThroughputInMBps": 625.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.2xlarge", + "MemoryInfo": { + "SizeInMiB": 16384 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 40 Gigabit" + } + ], + "NetworkPerformance": "Up to 40 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 4, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 8, + "ValidCores": [ + 1, + 2, + 3, + 4 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.32xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 80000, + "BaselineIops": 350000, + "BaselineThroughputInMBps": 10000.0, + "MaximumBandwidthInMbps": 80000, + "MaximumIops": 350000, + "MaximumThroughputInMBps": 10000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.32xlarge", + "MemoryInfo": { + "SizeInMiB": 262144 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 2 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 2, + "MaximumNetworkInterfaces": 14, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 170 Gigabit" + }, + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 1, + "NetworkPerformance": "Up to 170 Gigabit" + } + ], + "NetworkPerformance": "200 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 64, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 128, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 62, + 64 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.4xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 10000, + "BaselineIops": 43750, + "BaselineThroughputInMBps": 1250.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.4xlarge", + "MemoryInfo": { + "SizeInMiB": 32768 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 50 Gigabit" + } + ], + "NetworkPerformance": "Up to 50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 8, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 16, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.8xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 20000, + "BaselineIops": 87500, + "BaselineThroughputInMBps": 2500.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.8xlarge", + "MemoryInfo": { + "SizeInMiB": 65536 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "50 Gigabit" + } + ], + "NetworkPerformance": "50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 16, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 32, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.large": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 1250, + "BaselineIops": 5468, + "BaselineThroughputInMBps": 156.25, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.large", + "MemoryInfo": { + "SizeInMiB": 4096 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 10, + "Ipv6AddressesPerInterface": 10, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 3, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 3, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 25 Gigabit" + } + ], + "NetworkPerformance": "Up to 25 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 1, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 2, + "ValidCores": [ + 1 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "c6in.xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 2500, + "BaselineIops": 10937, + "BaselineThroughputInMBps": 312.5, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "c6in.xlarge", + "MemoryInfo": { + "SizeInMiB": 8192 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 30 Gigabit" + } + ], + "NetworkPerformance": "Up to 30 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10758,6 +12278,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -10785,6 +12306,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -10883,8 +12407,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -10912,6 +12440,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -11028,6 +12559,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -11055,6 +12587,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -11115,6 +12650,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -11142,6 +12678,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -11210,6 +12749,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -11237,6 +12777,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -11321,6 +12864,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -11348,6 +12892,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -11402,6 +12949,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -11429,6 +12977,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -11476,6 +13027,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -11503,6 +13055,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -11550,6 +13105,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 3360 }, @@ -11562,6 +13118,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -11589,6 +13146,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -11635,6 +13195,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 12288 }, @@ -11647,6 +13208,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -11674,6 +13236,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -11731,6 +13296,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 24576 }, @@ -11743,6 +13309,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -11770,6 +13337,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -11831,6 +13401,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 49152 }, @@ -11843,6 +13414,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -11870,6 +13442,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -11932,6 +13507,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 6144 }, @@ -11944,6 +13520,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -11971,6 +13548,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -12026,6 +13606,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 11880 }, @@ -12038,6 +13619,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 5, "Ipv6AddressesPerInterface": 5, "Ipv6Supported": true, @@ -12065,6 +13647,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12119,6 +13705,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 23760 }, @@ -12131,6 +13718,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -12158,6 +13746,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12214,6 +13806,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 47520 }, @@ -12226,6 +13819,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 20, "Ipv6AddressesPerInterface": 20, "Ipv6Supported": true, @@ -12253,6 +13847,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12313,6 +13911,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 5940 }, @@ -12325,6 +13924,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 3, "Ipv6AddressesPerInterface": 3, "Ipv6Supported": true, @@ -12352,6 +13952,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12406,6 +14010,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 335520 }, @@ -12418,6 +14023,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -12445,6 +14051,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12509,6 +14119,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 55920 }, @@ -12521,6 +14132,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 5, "Ipv6AddressesPerInterface": 5, "Ipv6Supported": true, @@ -12548,6 +14160,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12602,6 +14218,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 111840 }, @@ -12614,6 +14231,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -12641,6 +14259,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12697,6 +14319,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 167760 }, @@ -12709,6 +14332,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -12736,6 +14360,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12794,6 +14422,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 223680 }, @@ -12806,6 +14435,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 20, "Ipv6AddressesPerInterface": 20, "Ipv6Supported": true, @@ -12833,6 +14463,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12893,6 +14527,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 27960 }, @@ -12905,6 +14540,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 3, "Ipv6AddressesPerInterface": 3, "Ipv6Supported": true, @@ -12932,6 +14568,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -12999,6 +14639,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 4000 }, @@ -13009,8 +14650,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 4 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -13053,6 +14698,9 @@ ], "SustainedClockSpeedInGhz": 3.0 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -13142,6 +14790,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3760 }, @@ -13154,6 +14803,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -13181,6 +14831,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -13262,6 +14915,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 470 }, @@ -13274,6 +14928,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -13301,6 +14956,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -13370,6 +15028,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 940 }, @@ -13382,6 +15041,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -13409,6 +15069,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -13482,6 +15145,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 60 }, @@ -13494,6 +15158,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -13521,6 +15186,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -13583,6 +15251,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 240 }, @@ -13595,6 +15264,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -13622,6 +15292,9 @@ ], "SustainedClockSpeedInGhz": 2.6 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -13697,6 +15370,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -13724,6 +15398,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -13806,6 +15483,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -13833,6 +15511,9 @@ ], "SustainedClockSpeedInGhz": 2.7 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -13907,6 +15588,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -13934,6 +15616,9 @@ ], "SustainedClockSpeedInGhz": 2.7 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14016,6 +15701,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -14043,6 +15729,9 @@ ], "SustainedClockSpeedInGhz": 2.7 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14110,6 +15799,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2400 }, @@ -14122,6 +15812,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -14149,6 +15840,9 @@ ], "SustainedClockSpeedInGhz": 3.0 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14219,6 +15913,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -14231,6 +15926,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -14258,6 +15954,9 @@ ], "SustainedClockSpeedInGhz": 3.0 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14325,6 +16024,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -14337,6 +16037,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -14364,6 +16065,9 @@ ], "SustainedClockSpeedInGhz": 3.0 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14432,6 +16136,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1200 }, @@ -14444,6 +16149,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -14471,6 +16177,9 @@ ], "SustainedClockSpeedInGhz": 3.0 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14540,6 +16249,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -14552,6 +16262,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -14579,6 +16290,9 @@ ], "SustainedClockSpeedInGhz": 3.0 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14645,6 +16359,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 900 }, @@ -14655,8 +16370,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -14684,6 +16403,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14761,6 +16484,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 900 }, @@ -14773,6 +16497,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -14800,6 +16525,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14881,6 +16610,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 225 }, @@ -14893,6 +16623,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -14920,6 +16651,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -14987,6 +16722,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 225 }, @@ -14999,6 +16735,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -15026,6 +16763,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15095,6 +16836,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 900 }, @@ -15105,8 +16847,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -15134,6 +16880,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15206,6 +16956,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -15216,8 +16967,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -15245,6 +17000,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15304,6 +17062,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 125 }, @@ -15316,6 +17075,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -15343,6 +17103,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15409,6 +17173,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -15421,6 +17186,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -15448,6 +17214,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15507,6 +17277,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -15519,6 +17290,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -15546,6 +17318,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15605,6 +17381,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -15617,6 +17394,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -15644,6 +17422,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15703,6 +17485,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 450 }, @@ -15715,6 +17498,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -15742,6 +17526,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15801,6 +17589,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7600 }, @@ -15811,16 +17600,20 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, - "MaximumNetworkInterfaces": 15, + "MaximumNetworkInterfaces": 7, "NetworkCards": [ { - "MaximumNetworkInterfaces": 15, + "MaximumNetworkInterfaces": 7, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit" } @@ -15840,6 +17633,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15899,6 +17696,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -15911,6 +17709,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -15938,6 +17737,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -15997,6 +17800,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 900 }, @@ -16009,6 +17813,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -16036,6 +17841,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16095,6 +17904,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 250 }, @@ -16107,6 +17917,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -16134,6 +17945,10 @@ ], "SustainedClockSpeedInGhz": 3.3 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16194,6 +18009,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -16221,6 +18037,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16350,6 +18169,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -16377,6 +18197,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16450,6 +18273,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -16477,6 +18301,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16558,6 +18385,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -16585,6 +18413,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16681,6 +18512,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -16708,6 +18540,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16768,6 +18603,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -16795,6 +18631,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16850,6 +18689,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "unsupported", "TotalSizeInGB": 16000 }, @@ -16862,6 +18702,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -16889,6 +18730,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -16957,6 +18801,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "unsupported", "TotalSizeInGB": 2000 }, @@ -16969,6 +18814,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -16996,6 +18842,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -17052,6 +18901,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "unsupported", "TotalSizeInGB": 4000 }, @@ -17064,6 +18914,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -17091,6 +18942,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -17151,6 +19005,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "required", "NvmeSupport": "unsupported", "TotalSizeInGB": 8000 }, @@ -17163,6 +19018,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -17190,6 +19046,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -17257,8 +19116,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -17286,6 +19149,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -17301,6 +19168,140 @@ "DefaultVCpus": 96 } }, + "hpc6id.32xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": false, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 87, + "BaselineIops": 500, + "BaselineThroughputInMBps": 10.875, + "MaximumBandwidthInMbps": 2085, + "MaximumIops": 11000, + "MaximumThroughputInMBps": 260.625 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 4, + "SizeInGB": 3800, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 15200 + }, + "InstanceStorageSupported": true, + "InstanceType": "hpc6id.32xlarge", + "MemoryInfo": { + "SizeInMiB": 1048576 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 2 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 2, + "MaximumNetworkInterfaces": 2, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 1, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 170 Gigabit" + }, + { + "MaximumNetworkInterfaces": 1, + "NetworkCardIndex": 1, + "NetworkPerformance": "Up to 170 Gigabit" + } + ], + "NetworkPerformance": "200 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 64, + "DefaultThreadsPerCore": 1, + "DefaultVCpus": 64, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 62, + 64 + ], + "ValidThreadsPerCore": [ + 1 + ] + } + }, "i2.2xlarge": { "AutoRecoverySupported": false, "BareMetal": false, @@ -17331,6 +19332,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 1600 }, @@ -17343,6 +19345,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -17370,6 +19373,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -17427,6 +19433,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 3200 }, @@ -17439,6 +19446,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -17466,6 +19474,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -17519,6 +19530,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 6400 }, @@ -17531,6 +19543,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -17558,6 +19571,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -17619,6 +19635,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 800 }, @@ -17631,6 +19648,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -17658,6 +19676,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -17713,6 +19734,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 15200 }, @@ -17725,6 +19747,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -17752,6 +19775,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -17820,6 +19846,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -17832,6 +19859,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -17859,6 +19887,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -17915,6 +19946,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -17927,6 +19959,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -17954,6 +19987,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18014,6 +20050,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7600 }, @@ -18026,6 +20063,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -18053,6 +20091,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18121,6 +20162,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 475 }, @@ -18133,6 +20175,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -18160,6 +20203,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18212,6 +20258,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 15200 }, @@ -18224,6 +20271,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -18251,6 +20299,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18297,6 +20348,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -18309,6 +20361,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -18336,6 +20389,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18390,6 +20446,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 30000 }, @@ -18400,8 +20457,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -18429,6 +20490,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18493,6 +20558,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 60000 }, @@ -18503,8 +20569,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -18532,6 +20602,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18608,6 +20682,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 5000 }, @@ -18620,6 +20695,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -18647,6 +20723,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18701,6 +20781,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7500 }, @@ -18713,6 +20794,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -18740,6 +20822,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18795,6 +20881,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 15000 }, @@ -18807,6 +20894,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -18834,6 +20922,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18892,6 +20984,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1250 }, @@ -18904,6 +20997,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -18931,6 +21025,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -18983,6 +21081,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 60000 }, @@ -18993,8 +21092,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -19022,6 +21125,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19068,6 +21174,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2500 }, @@ -19080,6 +21187,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -19107,6 +21215,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19161,6 +21273,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 15000 }, @@ -19173,6 +21286,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -19200,6 +21314,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19268,6 +21386,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1875 }, @@ -19280,6 +21399,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -19307,6 +21427,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19363,6 +21487,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 30000 }, @@ -19373,8 +21498,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -19402,6 +21531,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19486,6 +21619,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3750 }, @@ -19498,6 +21632,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -19525,6 +21660,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19585,6 +21724,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7500 }, @@ -19597,6 +21737,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -19624,6 +21765,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19692,6 +21837,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 468 }, @@ -19704,6 +21850,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -19731,6 +21878,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19783,6 +21934,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 30000 }, @@ -19793,8 +21945,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -19822,6 +21978,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19868,6 +22027,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 937 }, @@ -19880,6 +22040,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -19907,6 +22068,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -19961,6 +22126,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 30000 }, @@ -19971,8 +22137,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -20000,6 +22170,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20115,6 +22288,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3750 }, @@ -20127,6 +22301,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -20154,6 +22329,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20213,6 +22391,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7500 }, @@ -20225,6 +22404,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -20252,6 +22432,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20319,6 +22502,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 15000 }, @@ -20331,6 +22515,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -20358,6 +22543,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20441,6 +22629,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 937 }, @@ -20453,6 +22642,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -20480,6 +22670,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20533,6 +22726,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1875 }, @@ -20545,6 +22739,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -20572,6 +22767,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20635,8 +22833,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -20664,6 +22866,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20750,6 +22956,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -20777,6 +22984,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20841,6 +23052,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -20868,6 +23080,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -20936,6 +23152,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -20963,6 +23180,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -21016,6 +23237,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7500 }, @@ -21028,6 +23250,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -21055,6 +23278,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -21114,6 +23340,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 15000 }, @@ -21126,6 +23353,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -21153,6 +23381,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -21220,6 +23451,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 30000 }, @@ -21232,6 +23464,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -21259,6 +23492,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -21342,6 +23578,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1875 }, @@ -21354,6 +23591,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -21381,6 +23619,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -21434,6 +23675,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 937 }, @@ -21446,6 +23688,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -21473,6 +23716,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -21525,6 +23771,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3750 }, @@ -21537,6 +23784,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -21564,6 +23812,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -21619,6 +23870,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 840 }, @@ -21631,6 +23883,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -21656,6 +23909,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -21696,6 +23952,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 410 }, @@ -21708,6 +23965,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -21734,6 +23992,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -21774,6 +24035,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 160 }, @@ -21786,6 +24048,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -21812,6 +24075,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -21860,6 +24126,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 1680 }, @@ -21872,6 +24139,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -21897,6 +24165,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -21945,6 +24216,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 850 }, @@ -21957,6 +24229,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -21982,6 +24255,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -22039,6 +24315,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 1680 }, @@ -22051,6 +24328,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -22076,6 +24354,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -22129,6 +24410,7 @@ "Type": "hdd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 420 }, @@ -22141,6 +24423,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -22166,6 +24449,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -22221,6 +24507,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 160 }, @@ -22233,6 +24520,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -22259,6 +24547,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -22309,6 +24600,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 32 }, @@ -22321,6 +24613,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -22347,6 +24640,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -22394,6 +24690,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 4 }, @@ -22406,6 +24703,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -22432,6 +24730,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -22480,6 +24781,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 80 }, @@ -22492,6 +24794,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -22518,6 +24821,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -22576,6 +24882,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -22603,6 +24910,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -22666,6 +24976,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -22693,6 +25004,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -22762,6 +25076,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -22789,6 +25104,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -22846,6 +25164,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -22873,6 +25192,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -22934,6 +25256,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -22961,6 +25284,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23015,6 +25341,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -23042,6 +25369,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23097,6 +25427,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -23124,6 +25455,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23189,6 +25524,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -23216,6 +25552,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23285,6 +25625,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -23312,6 +25653,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23388,6 +25733,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -23415,6 +25761,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23470,6 +25820,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -23497,6 +25848,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23554,6 +25909,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -23581,6 +25937,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23642,6 +26002,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -23669,6 +26030,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23722,6 +26087,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -23749,6 +26115,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23796,6 +26165,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -23823,6 +26193,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23877,6 +26251,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -23904,6 +26279,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -23961,6 +26340,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -23988,6 +26368,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24054,6 +26438,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -24081,6 +26466,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24139,6 +26528,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -24166,6 +26556,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24221,6 +26615,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -24248,6 +26643,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24305,6 +26704,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -24332,6 +26732,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24392,6 +26796,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -24419,6 +26824,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24473,6 +26882,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -24500,6 +26910,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24553,6 +26967,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -24565,6 +26980,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -24592,6 +27008,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24648,6 +27068,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2400 }, @@ -24660,6 +27081,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -24687,6 +27109,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24752,6 +27178,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -24764,6 +27191,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -24791,6 +27219,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24848,6 +27280,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -24860,6 +27293,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -24887,6 +27321,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -24941,6 +27379,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -24953,6 +27392,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -24980,6 +27420,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25036,6 +27480,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1200 }, @@ -25048,6 +27493,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -25075,6 +27521,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25134,6 +27584,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 75 }, @@ -25146,6 +27597,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -25173,6 +27625,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25226,6 +27682,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -25238,6 +27695,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -25265,6 +27723,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25318,6 +27780,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -25330,6 +27793,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -25357,6 +27821,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25421,6 +27889,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2400 }, @@ -25433,6 +27902,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -25460,6 +27930,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25528,6 +28002,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -25540,6 +28015,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -25567,6 +28043,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25642,6 +28122,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -25654,6 +28135,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -25681,6 +28163,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25735,6 +28221,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -25747,6 +28234,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -25774,6 +28262,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25830,6 +28322,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1200 }, @@ -25842,6 +28335,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -25869,6 +28363,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -25929,6 +28427,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 75 }, @@ -25941,6 +28440,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -25968,6 +28468,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26020,6 +28524,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -26032,6 +28537,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -26059,6 +28565,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26105,6 +28614,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -26117,6 +28627,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -26144,6 +28655,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26197,6 +28712,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -26209,6 +28725,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -26236,6 +28753,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26300,6 +28821,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2400 }, @@ -26312,6 +28834,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -26339,6 +28862,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26407,6 +28934,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -26417,8 +28945,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -26446,6 +28978,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26522,6 +29058,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -26534,6 +29071,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -26561,6 +29099,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26615,6 +29157,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -26627,6 +29170,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -26654,6 +29198,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26710,6 +29258,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1200 }, @@ -26722,6 +29271,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -26749,6 +29299,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26809,6 +29363,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 75 }, @@ -26821,6 +29376,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -26848,6 +29404,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26900,6 +29460,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -26910,8 +29471,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -26939,6 +29504,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -26985,6 +29553,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -26997,6 +29566,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -27024,6 +29594,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27079,6 +29653,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -27106,6 +29681,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27171,6 +29750,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -27198,6 +29778,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27265,8 +29849,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -27294,6 +29882,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27371,6 +29963,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -27398,6 +29991,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27453,6 +30050,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -27480,6 +30078,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27537,6 +30139,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -27564,6 +30167,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27625,6 +30232,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -27652,6 +30260,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27703,8 +30315,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -27732,6 +30348,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27779,6 +30398,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -27806,6 +30426,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27859,8 +30483,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -27888,6 +30516,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -27953,6 +30585,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -27980,6 +30613,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28035,6 +30672,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -28062,6 +30700,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28118,6 +30760,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -28145,6 +30788,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28204,6 +30851,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -28231,6 +30879,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28282,8 +30934,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -28311,6 +30967,9 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28358,6 +31017,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -28385,6 +31045,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28440,6 +31104,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -28467,6 +31132,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28530,6 +31199,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -28557,6 +31227,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28619,6 +31293,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -28646,6 +31321,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28709,6 +31388,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -28736,6 +31416,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28791,8 +31475,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -28820,6 +31508,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28880,8 +31572,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -28909,6 +31605,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -28972,6 +31672,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -28999,6 +31700,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29060,6 +31765,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -29087,6 +31793,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29149,6 +31859,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -29176,6 +31887,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29227,8 +31942,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -29256,6 +31975,9 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29303,6 +32025,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -29330,6 +32053,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29385,6 +32112,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -29412,6 +32140,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29512,6 +32243,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -29539,6 +32271,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29655,6 +32390,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -29682,6 +32418,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29742,6 +32481,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -29769,6 +32509,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29837,6 +32580,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -29864,6 +32608,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -29948,6 +32695,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -29975,6 +32723,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30029,6 +32780,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -30056,6 +32808,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30102,6 +32857,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -30129,6 +32885,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30176,6 +32935,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -30203,6 +32963,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30258,6 +33021,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -30270,6 +33034,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -30297,6 +33062,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30396,6 +33164,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -30408,6 +33177,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -30435,6 +33205,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30550,6 +33323,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 474 }, @@ -30562,6 +33336,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -30589,6 +33364,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30648,6 +33426,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -30660,6 +33439,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -30687,6 +33467,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30754,6 +33537,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -30766,6 +33550,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -30793,6 +33578,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30876,6 +33664,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 118 }, @@ -30888,6 +33677,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -30915,6 +33705,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -30968,6 +33761,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 59 }, @@ -30980,6 +33774,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -31007,6 +33802,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31052,6 +33850,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -31064,6 +33863,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -31091,6 +33891,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31137,6 +33940,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 237 }, @@ -31149,6 +33953,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -31176,6 +33981,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31232,6 +34040,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -31259,6 +34068,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31324,6 +34137,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -31351,6 +34165,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31420,6 +34238,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -31447,6 +34266,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31524,6 +34347,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -31551,6 +34375,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31604,8 +34432,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -31633,6 +34465,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31718,6 +34554,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -31745,6 +34582,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31802,6 +34643,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -31829,6 +34671,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31890,6 +34736,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -31917,6 +34764,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -31968,8 +34819,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -31997,6 +34852,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32044,6 +34902,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -32071,6 +34930,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32125,6 +34988,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -32137,6 +35001,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -32164,6 +35029,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32228,6 +35097,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -32240,6 +35110,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -32267,6 +35138,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32335,6 +35210,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 5700 }, @@ -32347,6 +35223,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -32374,6 +35251,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32450,6 +35331,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 474 }, @@ -32462,6 +35344,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -32489,6 +35372,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32543,6 +35430,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7600 }, @@ -32553,8 +35441,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -32582,6 +35474,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32666,6 +35562,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -32678,6 +35575,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -32705,6 +35603,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32761,6 +35663,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -32773,6 +35676,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -32800,6 +35704,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32860,6 +35768,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 118 }, @@ -32872,6 +35781,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -32899,6 +35809,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -32951,6 +35865,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7600 }, @@ -32961,8 +35876,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -32990,6 +35909,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33036,6 +35958,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 237 }, @@ -33048,6 +35971,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -33075,6 +35999,1952 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 2, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 4, + "ValidCores": [ + 1, + 2 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.12xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 30000, + "BaselineIops": 131250, + "BaselineThroughputInMBps": 3750.0, + "MaximumBandwidthInMbps": 30000, + "MaximumIops": 131250, + "MaximumThroughputInMBps": 3750.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 2, + "SizeInGB": 1425, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 2850 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.12xlarge", + "MemoryInfo": { + "SizeInMiB": 196608 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "75 Gigabit" + } + ], + "NetworkPerformance": "75 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 24, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 48, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.16xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 40000, + "BaselineIops": 175000, + "BaselineThroughputInMBps": 5000.0, + "MaximumBandwidthInMbps": 40000, + "MaximumIops": 175000, + "MaximumThroughputInMBps": 5000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 2, + "SizeInGB": 1900, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 3800 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.16xlarge", + "MemoryInfo": { + "SizeInMiB": 262144 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "100 Gigabit" + } + ], + "NetworkPerformance": "100 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 32, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 64, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.24xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 60000, + "BaselineIops": 262500, + "BaselineThroughputInMBps": 7500.0, + "MaximumBandwidthInMbps": 60000, + "MaximumIops": 262500, + "MaximumThroughputInMBps": 7500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 4, + "SizeInGB": 1425, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 5700 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.24xlarge", + "MemoryInfo": { + "SizeInMiB": 393216 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "150 Gigabit" + } + ], + "NetworkPerformance": "150 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 48, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 96, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.2xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 5000, + "BaselineIops": 21875, + "BaselineThroughputInMBps": 625.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 474, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 474 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.2xlarge", + "MemoryInfo": { + "SizeInMiB": 32768 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 40 Gigabit" + } + ], + "NetworkPerformance": "Up to 40 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 4, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 8, + "ValidCores": [ + 1, + 2, + 3, + 4 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.32xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 80000, + "BaselineIops": 350000, + "BaselineThroughputInMBps": 10000.0, + "MaximumBandwidthInMbps": 80000, + "MaximumIops": 350000, + "MaximumThroughputInMBps": 10000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 4, + "SizeInGB": 1900, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 7600 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.32xlarge", + "MemoryInfo": { + "SizeInMiB": 524288 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 2 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 2, + "MaximumNetworkInterfaces": 14, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 170 Gigabit" + }, + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 1, + "NetworkPerformance": "Up to 170 Gigabit" + } + ], + "NetworkPerformance": "200 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 64, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 128, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 62, + 64 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.4xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 10000, + "BaselineIops": 43750, + "BaselineThroughputInMBps": 1250.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 950, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 950 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.4xlarge", + "MemoryInfo": { + "SizeInMiB": 65536 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 50 Gigabit" + } + ], + "NetworkPerformance": "Up to 50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 8, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 16, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.8xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 20000, + "BaselineIops": 87500, + "BaselineThroughputInMBps": 2500.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 1900, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 1900 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.8xlarge", + "MemoryInfo": { + "SizeInMiB": 131072 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "50 Gigabit" + } + ], + "NetworkPerformance": "50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 16, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 32, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.large": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 1250, + "BaselineIops": 5468, + "BaselineThroughputInMBps": 156.25, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 118, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 118 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.large", + "MemoryInfo": { + "SizeInMiB": 8192 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 10, + "Ipv6AddressesPerInterface": 10, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 3, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 3, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 25 Gigabit" + } + ], + "NetworkPerformance": "Up to 25 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 1, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 2, + "ValidCores": [ + 1 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6idn.xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 2500, + "BaselineIops": 10937, + "BaselineThroughputInMBps": 312.5, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 237, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 237 + }, + "InstanceStorageSupported": true, + "InstanceType": "m6idn.xlarge", + "MemoryInfo": { + "SizeInMiB": 16384 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 30 Gigabit" + } + ], + "NetworkPerformance": "Up to 30 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 2, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 4, + "ValidCores": [ + 1, + 2 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.12xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 30000, + "BaselineIops": 131250, + "BaselineThroughputInMBps": 3750.0, + "MaximumBandwidthInMbps": 30000, + "MaximumIops": 131250, + "MaximumThroughputInMBps": 3750.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.12xlarge", + "MemoryInfo": { + "SizeInMiB": 196608 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "75 Gigabit" + } + ], + "NetworkPerformance": "75 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 24, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 48, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.16xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 40000, + "BaselineIops": 175000, + "BaselineThroughputInMBps": 5000.0, + "MaximumBandwidthInMbps": 40000, + "MaximumIops": 175000, + "MaximumThroughputInMBps": 5000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.16xlarge", + "MemoryInfo": { + "SizeInMiB": 262144 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "100 Gigabit" + } + ], + "NetworkPerformance": "100 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 32, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 64, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.24xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 60000, + "BaselineIops": 262500, + "BaselineThroughputInMBps": 7500.0, + "MaximumBandwidthInMbps": 60000, + "MaximumIops": 262500, + "MaximumThroughputInMBps": 7500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.24xlarge", + "MemoryInfo": { + "SizeInMiB": 393216 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "150 Gigabit" + } + ], + "NetworkPerformance": "150 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 48, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 96, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.2xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 5000, + "BaselineIops": 21875, + "BaselineThroughputInMBps": 625.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.2xlarge", + "MemoryInfo": { + "SizeInMiB": 32768 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 40 Gigabit" + } + ], + "NetworkPerformance": "Up to 40 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 4, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 8, + "ValidCores": [ + 1, + 2, + 3, + 4 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.32xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 80000, + "BaselineIops": 350000, + "BaselineThroughputInMBps": 10000.0, + "MaximumBandwidthInMbps": 80000, + "MaximumIops": 350000, + "MaximumThroughputInMBps": 10000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.32xlarge", + "MemoryInfo": { + "SizeInMiB": 524288 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 2 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 2, + "MaximumNetworkInterfaces": 14, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 170 Gigabit" + }, + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 1, + "NetworkPerformance": "Up to 170 Gigabit" + } + ], + "NetworkPerformance": "200 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 64, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 128, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 62, + 64 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.4xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 10000, + "BaselineIops": 43750, + "BaselineThroughputInMBps": 1250.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.4xlarge", + "MemoryInfo": { + "SizeInMiB": 65536 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 50 Gigabit" + } + ], + "NetworkPerformance": "Up to 50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 8, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 16, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.8xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 20000, + "BaselineIops": 87500, + "BaselineThroughputInMBps": 2500.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.8xlarge", + "MemoryInfo": { + "SizeInMiB": 131072 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "50 Gigabit" + } + ], + "NetworkPerformance": "50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 16, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 32, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.large": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 1250, + "BaselineIops": 5468, + "BaselineThroughputInMBps": 156.25, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.large", + "MemoryInfo": { + "SizeInMiB": 8192 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 10, + "Ipv6AddressesPerInterface": 10, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 3, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 3, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 25 Gigabit" + } + ], + "NetworkPerformance": "Up to 25 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 1, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 2, + "ValidCores": [ + 1 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "m6in.xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 2500, + "BaselineIops": 10937, + "BaselineThroughputInMBps": 312.5, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "m6in.xlarge", + "MemoryInfo": { + "SizeInMiB": 16384 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 30 Gigabit" + } + ], + "NetworkPerformance": "Up to 30 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33129,6 +37999,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -33155,6 +38026,9 @@ ], "SustainedClockSpeedInGhz": 3.2 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33200,6 +38074,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -33226,6 +38101,9 @@ ], "SustainedClockSpeedInGhz": 3.2 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33285,6 +38163,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -33312,6 +38191,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33394,6 +38276,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -33421,6 +38304,9 @@ ], "SustainedClockSpeedInGhz": 2.7 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33503,6 +38389,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -33530,6 +38417,9 @@ ], "SustainedClockSpeedInGhz": 2.7 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33598,6 +38488,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -33625,6 +38516,9 @@ ], "SustainedClockSpeedInGhz": 2.7 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33707,6 +38601,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -33734,6 +38629,9 @@ ], "SustainedClockSpeedInGhz": 2.7 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33804,6 +38702,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -33831,6 +38730,9 @@ ], "SustainedClockSpeedInGhz": 2.7 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -33912,6 +38814,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -33922,8 +38825,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -33951,6 +38858,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -34039,6 +38950,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 8000 }, @@ -34049,8 +38961,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 4 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -34093,6 +39009,9 @@ ], "SustainedClockSpeedInGhz": 3.0 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -34169,6 +39088,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 160 }, @@ -34181,6 +39101,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -34208,6 +39129,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -34265,6 +39189,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 320 }, @@ -34277,6 +39202,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -34304,6 +39230,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -34357,6 +39286,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 640 }, @@ -34369,6 +39299,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -34396,6 +39327,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -34449,6 +39383,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 32 }, @@ -34461,6 +39396,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -34488,6 +39424,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -34542,6 +39481,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 80 }, @@ -34554,6 +39494,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -34581,6 +39522,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -34637,6 +39581,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -34664,6 +39609,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -34733,6 +39681,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -34760,6 +39709,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -34817,6 +39769,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -34844,6 +39797,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -34905,6 +39861,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -34932,6 +39889,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35001,6 +39961,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -35028,6 +39989,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35082,6 +40046,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -35109,6 +40074,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35164,6 +40132,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -35191,6 +40160,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35256,6 +40229,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -35283,6 +40257,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35352,6 +40330,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -35379,6 +40358,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35455,6 +40438,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -35482,6 +40466,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35537,6 +40525,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -35564,6 +40553,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35621,6 +40614,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -35648,6 +40642,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35709,6 +40707,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -35736,6 +40735,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35789,6 +40792,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -35816,6 +40820,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35863,6 +40870,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -35890,6 +40898,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -35944,6 +40956,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -35971,6 +40984,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36028,6 +41045,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -36055,6 +41073,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36121,6 +41143,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -36148,6 +41171,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36206,6 +41233,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -36233,6 +41261,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36288,6 +41320,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -36315,6 +41348,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36372,6 +41409,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -36399,6 +41437,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36459,6 +41501,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -36486,6 +41529,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36540,6 +41587,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -36567,6 +41615,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36620,6 +41672,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -36632,6 +41685,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -36659,6 +41713,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36715,6 +41773,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2400 }, @@ -36727,6 +41786,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -36754,6 +41814,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36819,6 +41883,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -36831,6 +41896,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -36858,6 +41924,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -36915,6 +41985,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -36927,6 +41998,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -36954,6 +42026,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37008,6 +42084,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -37020,6 +42097,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -37047,6 +42125,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37103,6 +42185,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1200 }, @@ -37115,6 +42198,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -37142,6 +42226,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37201,6 +42289,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 75 }, @@ -37213,6 +42302,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -37240,6 +42330,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37293,6 +42387,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -37305,6 +42400,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -37332,6 +42428,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37386,6 +42486,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -37413,6 +42514,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37478,6 +42583,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -37505,6 +42611,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37574,6 +42684,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -37601,6 +42712,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37678,6 +42793,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -37705,6 +42821,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37760,6 +42880,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -37787,6 +42908,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37844,6 +42969,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -37871,6 +42997,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -37932,6 +43062,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -37959,6 +43090,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38012,6 +43147,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -38039,6 +43175,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38086,6 +43225,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -38113,6 +43253,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38167,6 +43311,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -38179,6 +43324,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -38206,6 +43352,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38270,6 +43420,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2400 }, @@ -38282,6 +43433,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -38309,6 +43461,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38377,6 +43533,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -38389,6 +43546,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -38416,6 +43574,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38491,6 +43653,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -38503,6 +43666,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -38530,6 +43694,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38584,6 +43752,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -38596,6 +43765,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -38623,6 +43793,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38679,6 +43853,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1200 }, @@ -38691,6 +43866,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -38718,6 +43894,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38778,6 +43958,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 75 }, @@ -38790,6 +43971,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -38817,6 +43999,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38869,6 +44055,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -38881,6 +44068,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -38908,6 +44096,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -38954,6 +44145,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -38966,6 +44158,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -38993,6 +44186,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39046,6 +44243,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -39058,6 +44256,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -39085,6 +44284,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39149,6 +44352,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2400 }, @@ -39161,6 +44365,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -39188,6 +44393,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39256,6 +44465,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -39266,8 +44476,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -39295,6 +44509,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39371,6 +44589,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -39383,6 +44602,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -39410,6 +44630,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39464,6 +44688,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 600 }, @@ -39476,6 +44701,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -39503,6 +44729,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39559,6 +44789,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1200 }, @@ -39571,6 +44802,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -39598,6 +44830,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39658,6 +44894,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 75 }, @@ -39670,6 +44907,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -39697,6 +44935,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39749,6 +44991,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3600 }, @@ -39759,8 +45002,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -39788,6 +45035,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39834,6 +45084,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -39846,6 +45097,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -39873,6 +45125,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -39928,6 +45184,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -39955,6 +45212,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40020,6 +45281,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -40047,6 +45309,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40114,8 +45380,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -40143,6 +45413,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40220,6 +45494,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -40247,6 +45522,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40302,6 +45581,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -40329,6 +45609,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40386,6 +45670,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -40413,6 +45698,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40474,6 +45763,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -40501,6 +45791,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40552,8 +45846,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -40581,6 +45879,9 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40628,6 +45929,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -40655,6 +45957,10 @@ ], "SustainedClockSpeedInGhz": 3.1 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40710,6 +46016,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -40737,6 +46044,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40800,6 +46111,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -40827,6 +46139,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40889,6 +46205,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -40916,6 +46233,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -40979,6 +46300,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -41006,6 +46328,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41061,8 +46387,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -41090,6 +46420,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41150,8 +46484,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -41179,6 +46517,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41242,6 +46584,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -41269,6 +46612,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41330,6 +46677,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -41357,6 +46705,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41419,6 +46771,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -41446,6 +46799,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41497,8 +46854,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -41526,6 +46887,9 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41573,6 +46937,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -41600,6 +46965,10 @@ ], "SustainedClockSpeedInGhz": 3.6 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41655,6 +47024,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -41682,6 +47052,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41782,6 +47155,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -41809,6 +47183,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -41925,6 +47302,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -41952,6 +47330,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42012,6 +47393,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -42039,6 +47421,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42107,6 +47492,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -42134,6 +47520,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42218,6 +47607,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -42245,6 +47635,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42299,6 +47692,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -42326,6 +47720,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42372,6 +47769,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -42399,6 +47797,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42446,6 +47847,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -42473,6 +47875,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42528,6 +47933,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -42540,6 +47946,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -42567,6 +47974,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42666,6 +48076,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -42678,6 +48089,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -42705,6 +48117,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42820,6 +48235,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 474 }, @@ -42832,6 +48248,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -42859,6 +48276,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -42918,6 +48338,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -42930,6 +48351,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -42957,6 +48379,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43024,6 +48449,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -43036,6 +48462,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -43063,6 +48490,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43146,6 +48576,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 118 }, @@ -43158,6 +48589,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -43185,6 +48617,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43238,6 +48673,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 59 }, @@ -43250,6 +48686,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -43277,6 +48714,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43322,6 +48762,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -43334,6 +48775,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -43361,6 +48803,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43407,6 +48852,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 237 }, @@ -43419,6 +48865,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -43446,6 +48893,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43502,6 +48952,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -43529,6 +48980,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43594,6 +49049,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -43621,6 +49077,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43690,6 +49150,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -43717,6 +49178,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43794,6 +49259,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -43821,6 +49287,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43874,8 +49344,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -43903,6 +49377,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -43988,6 +49466,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -44015,6 +49494,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44072,6 +49555,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -44099,6 +49583,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44160,6 +49648,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -44187,6 +49676,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44238,8 +49731,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -44267,6 +49764,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44314,6 +49814,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -44341,6 +49842,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44395,6 +49900,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -44407,6 +49913,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -44434,6 +49941,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44498,6 +50009,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -44510,6 +50022,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -44537,6 +50050,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44605,6 +50122,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 5700 }, @@ -44617,6 +50135,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -44644,6 +50163,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44720,6 +50243,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 474 }, @@ -44732,6 +50256,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -44759,6 +50284,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44813,6 +50342,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7600 }, @@ -44823,8 +50353,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -44852,6 +50386,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -44936,6 +50474,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -44948,6 +50487,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -44975,6 +50515,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45031,6 +50575,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -45043,6 +50588,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -45070,6 +50616,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45130,6 +50680,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 118 }, @@ -45142,6 +50693,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -45169,6 +50721,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45221,6 +50777,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 7600 }, @@ -45231,8 +50788,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -45260,6 +50821,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45306,6 +50870,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 237 }, @@ -45318,6 +50883,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -45345,6 +50911,1952 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 2, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 4, + "ValidCores": [ + 1, + 2 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.12xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 30000, + "BaselineIops": 131250, + "BaselineThroughputInMBps": 3750.0, + "MaximumBandwidthInMbps": 30000, + "MaximumIops": 131250, + "MaximumThroughputInMBps": 3750.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 2, + "SizeInGB": 1425, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 2850 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.12xlarge", + "MemoryInfo": { + "SizeInMiB": 393216 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "75 Gigabit" + } + ], + "NetworkPerformance": "75 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 24, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 48, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.16xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 40000, + "BaselineIops": 175000, + "BaselineThroughputInMBps": 5000.0, + "MaximumBandwidthInMbps": 40000, + "MaximumIops": 175000, + "MaximumThroughputInMBps": 5000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 2, + "SizeInGB": 1900, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 3800 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.16xlarge", + "MemoryInfo": { + "SizeInMiB": 524288 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "100 Gigabit" + } + ], + "NetworkPerformance": "100 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 32, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 64, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.24xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 60000, + "BaselineIops": 262500, + "BaselineThroughputInMBps": 7500.0, + "MaximumBandwidthInMbps": 60000, + "MaximumIops": 262500, + "MaximumThroughputInMBps": 7500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 4, + "SizeInGB": 1425, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 5700 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.24xlarge", + "MemoryInfo": { + "SizeInMiB": 786432 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "150 Gigabit" + } + ], + "NetworkPerformance": "150 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 48, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 96, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.2xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 5000, + "BaselineIops": 21875, + "BaselineThroughputInMBps": 625.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 474, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 474 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.2xlarge", + "MemoryInfo": { + "SizeInMiB": 65536 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 40 Gigabit" + } + ], + "NetworkPerformance": "Up to 40 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 4, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 8, + "ValidCores": [ + 1, + 2, + 3, + 4 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.32xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 80000, + "BaselineIops": 350000, + "BaselineThroughputInMBps": 10000.0, + "MaximumBandwidthInMbps": 80000, + "MaximumIops": 350000, + "MaximumThroughputInMBps": 10000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 4, + "SizeInGB": 1900, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 7600 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.32xlarge", + "MemoryInfo": { + "SizeInMiB": 1048576 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 2 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 2, + "MaximumNetworkInterfaces": 14, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 170 Gigabit" + }, + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 1, + "NetworkPerformance": "Up to 170 Gigabit" + } + ], + "NetworkPerformance": "200 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 64, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 128, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 62, + 64 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.4xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 10000, + "BaselineIops": 43750, + "BaselineThroughputInMBps": 1250.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 950, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 950 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.4xlarge", + "MemoryInfo": { + "SizeInMiB": 131072 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 50 Gigabit" + } + ], + "NetworkPerformance": "Up to 50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 8, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 16, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.8xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 20000, + "BaselineIops": 87500, + "BaselineThroughputInMBps": 2500.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 1900, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 1900 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.8xlarge", + "MemoryInfo": { + "SizeInMiB": 262144 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "50 Gigabit" + } + ], + "NetworkPerformance": "50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 16, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 32, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.large": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 1250, + "BaselineIops": 5468, + "BaselineThroughputInMBps": 156.25, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 118, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 118 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.large", + "MemoryInfo": { + "SizeInMiB": 16384 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 10, + "Ipv6AddressesPerInterface": 10, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 3, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 3, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 25 Gigabit" + } + ], + "NetworkPerformance": "Up to 25 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 1, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 2, + "ValidCores": [ + 1 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6idn.xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 2500, + "BaselineIops": 10937, + "BaselineThroughputInMBps": 312.5, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 237, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 237 + }, + "InstanceStorageSupported": true, + "InstanceType": "r6idn.xlarge", + "MemoryInfo": { + "SizeInMiB": 32768 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 30 Gigabit" + } + ], + "NetworkPerformance": "Up to 30 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 2, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 4, + "ValidCores": [ + 1, + 2 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.12xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 30000, + "BaselineIops": 131250, + "BaselineThroughputInMBps": 3750.0, + "MaximumBandwidthInMbps": 30000, + "MaximumIops": 131250, + "MaximumThroughputInMBps": 3750.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.12xlarge", + "MemoryInfo": { + "SizeInMiB": 393216 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "75 Gigabit" + } + ], + "NetworkPerformance": "75 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 24, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 48, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.16xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 40000, + "BaselineIops": 175000, + "BaselineThroughputInMBps": 5000.0, + "MaximumBandwidthInMbps": 40000, + "MaximumIops": 175000, + "MaximumThroughputInMBps": 5000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.16xlarge", + "MemoryInfo": { + "SizeInMiB": 524288 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "100 Gigabit" + } + ], + "NetworkPerformance": "100 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 32, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 64, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.24xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 60000, + "BaselineIops": 262500, + "BaselineThroughputInMBps": 7500.0, + "MaximumBandwidthInMbps": 60000, + "MaximumIops": 262500, + "MaximumThroughputInMBps": 7500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.24xlarge", + "MemoryInfo": { + "SizeInMiB": 786432 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "150 Gigabit" + } + ], + "NetworkPerformance": "150 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 48, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 96, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.2xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 5000, + "BaselineIops": 21875, + "BaselineThroughputInMBps": 625.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.2xlarge", + "MemoryInfo": { + "SizeInMiB": 65536 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 40 Gigabit" + } + ], + "NetworkPerformance": "Up to 40 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 4, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 8, + "ValidCores": [ + 1, + 2, + 3, + 4 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.32xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 80000, + "BaselineIops": 350000, + "BaselineThroughputInMBps": 10000.0, + "MaximumBandwidthInMbps": 80000, + "MaximumIops": 350000, + "MaximumThroughputInMBps": 10000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.32xlarge", + "MemoryInfo": { + "SizeInMiB": 1048576 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 2 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 2, + "MaximumNetworkInterfaces": 14, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 170 Gigabit" + }, + { + "MaximumNetworkInterfaces": 7, + "NetworkCardIndex": 1, + "NetworkPerformance": "Up to 170 Gigabit" + } + ], + "NetworkPerformance": "200 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 64, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 128, + "ValidCores": [ + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 62, + 64 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.4xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 10000, + "BaselineIops": 43750, + "BaselineThroughputInMBps": 1250.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.4xlarge", + "MemoryInfo": { + "SizeInMiB": 131072 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 50 Gigabit" + } + ], + "NetworkPerformance": "Up to 50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 8, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 16, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.8xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 20000, + "BaselineIops": 87500, + "BaselineThroughputInMBps": 2500.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.8xlarge", + "MemoryInfo": { + "SizeInMiB": 262144 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 30, + "Ipv6AddressesPerInterface": 30, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 8, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 8, + "NetworkCardIndex": 0, + "NetworkPerformance": "50 Gigabit" + } + ], + "NetworkPerformance": "50 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 16, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 32, + "ValidCores": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.large": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 1250, + "BaselineIops": 5468, + "BaselineThroughputInMBps": 156.25, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.large", + "MemoryInfo": { + "SizeInMiB": 16384 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 10, + "Ipv6AddressesPerInterface": 10, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 3, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 3, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 25 Gigabit" + } + ], + "NetworkPerformance": "Up to 25 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 1, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 2, + "ValidCores": [ + 1 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "r6in.xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 2500, + "BaselineIops": 10937, + "BaselineThroughputInMBps": 312.5, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 87500, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "r6in.xlarge", + "MemoryInfo": { + "SizeInMiB": 32768 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 30 Gigabit" + } + ], + "NetworkPerformance": "Up to 30 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45392,6 +52904,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, @@ -45418,6 +52931,9 @@ "x86_64" ] }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45458,6 +52974,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -45484,6 +53001,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45523,6 +53043,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 12, "Ipv6AddressesPerInterface": 12, "Ipv6Supported": true, @@ -45549,6 +53070,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45588,6 +53112,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 6, "Ipv6Supported": true, @@ -45615,6 +53140,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45654,6 +53182,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, @@ -45681,6 +53210,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45720,6 +53252,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, @@ -45747,6 +53280,9 @@ ], "SustainedClockSpeedInGhz": 2.4 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45785,6 +53321,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -45812,6 +53349,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45851,6 +53391,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -45877,6 +53418,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -45924,6 +53468,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -45950,6 +53495,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46005,6 +53554,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 12, "Ipv6AddressesPerInterface": 12, "Ipv6Supported": true, @@ -46031,6 +53581,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46085,6 +53639,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 6, "Ipv6Supported": true, @@ -46111,6 +53666,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46165,6 +53724,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, @@ -46191,6 +53751,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46245,6 +53809,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, @@ -46271,6 +53836,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46325,6 +53894,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -46351,6 +53921,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46405,6 +53979,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -46431,6 +54006,10 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46485,6 +54064,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -46511,6 +54091,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46566,6 +54150,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 12, "Ipv6AddressesPerInterface": 12, "Ipv6Supported": true, @@ -46592,6 +54177,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46646,6 +54235,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 6, "Ipv6Supported": true, @@ -46672,6 +54262,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46726,6 +54320,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, @@ -46752,6 +54347,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46806,6 +54405,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, @@ -46832,6 +54432,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46886,6 +54490,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -46912,6 +54517,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -46966,6 +54575,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -46992,6 +54602,10 @@ ], "SustainedClockSpeedInGhz": 2.2 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47046,6 +54660,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -47072,6 +54687,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47132,6 +54750,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 12, "Ipv6AddressesPerInterface": 12, "Ipv6Supported": true, @@ -47158,6 +54777,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47212,6 +54834,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 6, "Ipv6Supported": true, @@ -47238,6 +54861,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47292,6 +54918,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, @@ -47318,6 +54945,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47372,6 +55002,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, @@ -47398,6 +55029,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47452,6 +55086,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -47478,6 +55113,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47532,6 +55170,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -47558,6 +55197,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47583,6 +55225,272 @@ ] } }, + "trn1.2xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 5000, + "BaselineIops": 16250, + "BaselineThroughputInMBps": 625.0, + "MaximumBandwidthInMbps": 20000, + "MaximumIops": 65000, + "MaximumThroughputInMBps": 2500.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 1, + "SizeInGB": 474, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 474 + }, + "InstanceStorageSupported": true, + "InstanceType": "trn1.2xlarge", + "MemoryInfo": { + "SizeInMiB": 32768 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 15, + "Ipv6AddressesPerInterface": 15, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 4, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 4, + "NetworkCardIndex": 0, + "NetworkPerformance": "Up to 12.5 Gigabit" + } + ], + "NetworkPerformance": "Up to 12.5 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 4, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 8, + "ValidCores": [ + 2, + 4 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "trn1.32xlarge": { + "AutoRecoverySupported": false, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 80000, + "BaselineIops": 260000, + "BaselineThroughputInMBps": 10000.0, + "MaximumBandwidthInMbps": 80000, + "MaximumIops": 260000, + "MaximumThroughputInMBps": 10000.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageInfo": { + "Disks": [ + { + "Count": 4, + "SizeInGB": 1900, + "Type": "ssd" + } + ], + "EncryptionSupport": "required", + "NvmeSupport": "required", + "TotalSizeInGB": 7600 + }, + "InstanceStorageSupported": true, + "InstanceType": "trn1.32xlarge", + "MemoryInfo": { + "SizeInMiB": 524288 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 8 + }, + "EfaSupported": true, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 8, + "MaximumNetworkInterfaces": 40, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 5, + "NetworkCardIndex": 0, + "NetworkPerformance": "100 Gigabit" + }, + { + "MaximumNetworkInterfaces": 5, + "NetworkCardIndex": 1, + "NetworkPerformance": "100 Gigabit" + }, + { + "MaximumNetworkInterfaces": 5, + "NetworkCardIndex": 2, + "NetworkPerformance": "100 Gigabit" + }, + { + "MaximumNetworkInterfaces": 5, + "NetworkCardIndex": 3, + "NetworkPerformance": "100 Gigabit" + }, + { + "MaximumNetworkInterfaces": 5, + "NetworkCardIndex": 4, + "NetworkPerformance": "100 Gigabit" + }, + { + "MaximumNetworkInterfaces": 5, + "NetworkCardIndex": 5, + "NetworkPerformance": "100 Gigabit" + }, + { + "MaximumNetworkInterfaces": 5, + "NetworkCardIndex": 6, + "NetworkPerformance": "100 Gigabit" + }, + { + "MaximumNetworkInterfaces": 5, + "NetworkCardIndex": 7, + "NetworkPerformance": "100 Gigabit" + } + ], + "NetworkPerformance": "8x 100 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 3.5 + }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand", + "spot" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 64, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 128, + "ValidCores": [ + 2, + 4, + 6, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 62, + 64 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, "u-12tb1.112xlarge": { "AutoRecoverySupported": true, "BareMetal": false, @@ -47591,12 +55499,12 @@ "DedicatedHostsSupported": true, "EbsInfo": { "EbsOptimizedInfo": { - "BaselineBandwidthInMbps": 19000, - "BaselineIops": 80000, - "BaselineThroughputInMBps": 2375.0, - "MaximumBandwidthInMbps": 19000, - "MaximumIops": 80000, - "MaximumThroughputInMBps": 2375.0 + "BaselineBandwidthInMbps": 38000, + "BaselineIops": 160000, + "BaselineThroughputInMBps": 4750.0, + "MaximumBandwidthInMbps": 38000, + "MaximumIops": 160000, + "MaximumThroughputInMBps": 4750.0 }, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", @@ -47614,6 +55522,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -47641,6 +55550,231 @@ ], "SustainedClockSpeedInGhz": 2.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 224, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 448, + "ValidCores": [ + 8, + 16, + 24, + 32, + 40, + 48, + 56, + 64, + 72, + 80, + 88, + 96, + 104, + 112, + 120, + 128, + 136, + 144, + 152, + 160, + 168, + 176, + 184, + 192, + 200, + 208, + 216, + 224 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "u-18tb1.112xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 38000, + "BaselineIops": 160000, + "BaselineThroughputInMBps": 4750.0, + "MaximumBandwidthInMbps": 38000, + "MaximumIops": 160000, + "MaximumThroughputInMBps": 4750.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "u-18tb1.112xlarge", + "MemoryInfo": { + "SizeInMiB": 18874368 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "100 Gigabit" + } + ], + "NetworkPerformance": "100 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 2.7 + }, + "SupportedBootModes": [ + "legacy-bios" + ], + "SupportedRootDeviceTypes": [ + "ebs" + ], + "SupportedUsageClasses": [ + "on-demand" + ], + "SupportedVirtualizationTypes": [ + "hvm" + ], + "VCpuInfo": { + "DefaultCores": 224, + "DefaultThreadsPerCore": 2, + "DefaultVCpus": 448, + "ValidCores": [ + 8, + 16, + 24, + 32, + 40, + 48, + 56, + 64, + 72, + 80, + 88, + 96, + 104, + 112, + 120, + 128, + 136, + 144, + 152, + 160, + 168, + 176, + 184, + 192, + 200, + 208, + 216, + 224 + ], + "ValidThreadsPerCore": [ + 1, + 2 + ] + } + }, + "u-24tb1.112xlarge": { + "AutoRecoverySupported": true, + "BareMetal": false, + "BurstablePerformanceSupported": false, + "CurrentGeneration": true, + "DedicatedHostsSupported": true, + "EbsInfo": { + "EbsOptimizedInfo": { + "BaselineBandwidthInMbps": 38000, + "BaselineIops": 160000, + "BaselineThroughputInMBps": 4750.0, + "MaximumBandwidthInMbps": 38000, + "MaximumIops": 160000, + "MaximumThroughputInMBps": 4750.0 + }, + "EbsOptimizedSupport": "default", + "EncryptionSupport": "supported", + "NvmeSupport": "required" + }, + "FreeTierEligible": false, + "HibernationSupported": false, + "Hypervisor": "nitro", + "InstanceStorageSupported": false, + "InstanceType": "u-24tb1.112xlarge", + "MemoryInfo": { + "SizeInMiB": 25165824 + }, + "NetworkInfo": { + "DefaultNetworkCardIndex": 0, + "EfaSupported": false, + "EnaSupport": "required", + "EncryptionInTransitSupported": true, + "Ipv4AddressesPerInterface": 50, + "Ipv6AddressesPerInterface": 50, + "Ipv6Supported": true, + "MaximumNetworkCards": 1, + "MaximumNetworkInterfaces": 15, + "NetworkCards": [ + { + "MaximumNetworkInterfaces": 15, + "NetworkCardIndex": 0, + "NetworkPerformance": "100 Gigabit" + } + ], + "NetworkPerformance": "100 Gigabit" + }, + "PlacementGroupInfo": { + "SupportedStrategies": [ + "cluster", + "partition", + "spread" + ] + }, + "ProcessorInfo": { + "SupportedArchitectures": [ + "x86_64" + ], + "SustainedClockSpeedInGhz": 2.7 + }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47721,6 +55855,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -47748,6 +55883,9 @@ ], "SustainedClockSpeedInGhz": 2.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47805,12 +55943,12 @@ "DedicatedHostsSupported": true, "EbsInfo": { "EbsOptimizedInfo": { - "BaselineBandwidthInMbps": 19000, - "BaselineIops": 80000, - "BaselineThroughputInMBps": 2375.0, - "MaximumBandwidthInMbps": 19000, - "MaximumIops": 80000, - "MaximumThroughputInMBps": 2375.0 + "BaselineBandwidthInMbps": 38000, + "BaselineIops": 160000, + "BaselineThroughputInMBps": 4750.0, + "MaximumBandwidthInMbps": 38000, + "MaximumIops": 160000, + "MaximumThroughputInMBps": 4750.0 }, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", @@ -47828,6 +55966,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -47855,6 +55994,9 @@ ], "SustainedClockSpeedInGhz": 2.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -47912,12 +56054,12 @@ "DedicatedHostsSupported": true, "EbsInfo": { "EbsOptimizedInfo": { - "BaselineBandwidthInMbps": 19000, - "BaselineIops": 80000, - "BaselineThroughputInMBps": 2375.0, - "MaximumBandwidthInMbps": 19000, - "MaximumIops": 80000, - "MaximumThroughputInMBps": 2375.0 + "BaselineBandwidthInMbps": 38000, + "BaselineIops": 160000, + "BaselineThroughputInMBps": 4750.0, + "MaximumBandwidthInMbps": 38000, + "MaximumIops": 160000, + "MaximumThroughputInMBps": 4750.0 }, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", @@ -47935,6 +56077,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -47962,6 +56105,9 @@ ], "SustainedClockSpeedInGhz": 2.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -48018,12 +56164,12 @@ "DedicatedHostsSupported": true, "EbsInfo": { "EbsOptimizedInfo": { - "BaselineBandwidthInMbps": 19000, - "BaselineIops": 80000, - "BaselineThroughputInMBps": 2375.0, - "MaximumBandwidthInMbps": 19000, - "MaximumIops": 80000, - "MaximumThroughputInMBps": 2375.0 + "BaselineBandwidthInMbps": 38000, + "BaselineIops": 160000, + "BaselineThroughputInMBps": 4750.0, + "MaximumBandwidthInMbps": 38000, + "MaximumIops": 160000, + "MaximumThroughputInMBps": 4750.0 }, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", @@ -48041,6 +56187,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -48068,6 +56215,9 @@ ], "SustainedClockSpeedInGhz": 2.1 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -48146,8 +56296,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -48174,6 +56328,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -48230,6 +56387,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -48256,6 +56414,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -48310,6 +56471,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -48336,6 +56498,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -48390,6 +56555,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 1920 }, @@ -48402,6 +56568,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -48429,6 +56596,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -48498,6 +56668,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 3840 }, @@ -48510,6 +56681,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -48537,6 +56709,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs", "instance-store" @@ -48606,6 +56781,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 1920 }, @@ -48618,6 +56794,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -48645,6 +56822,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -48713,6 +56893,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 240 }, @@ -48725,6 +56906,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -48752,6 +56934,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -48808,6 +56993,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 3840 }, @@ -48820,6 +57006,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -48847,6 +57034,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -48915,6 +57105,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 480 }, @@ -48927,6 +57118,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -48954,6 +57146,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49014,6 +57209,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 960 }, @@ -49026,6 +57222,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -49053,6 +57250,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49121,6 +57321,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported", "TotalSizeInGB": 120 }, @@ -49133,6 +57334,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -49160,6 +57362,9 @@ ], "SustainedClockSpeedInGhz": 2.3 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49214,6 +57419,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -49226,6 +57432,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -49253,6 +57460,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49352,6 +57562,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -49364,6 +57575,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -49391,6 +57603,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49506,6 +57721,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 475 }, @@ -49518,6 +57734,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -49545,6 +57762,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49604,6 +57824,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -49616,6 +57837,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -49643,6 +57865,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49710,6 +57935,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -49722,6 +57948,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -49749,6 +57976,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49832,6 +58062,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 118 }, @@ -49844,6 +58075,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -49871,6 +58103,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -49924,6 +58159,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 59 }, @@ -49936,6 +58172,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, @@ -49963,6 +58200,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50008,6 +58248,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -50020,6 +58261,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -50047,6 +58289,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50093,6 +58338,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 237 }, @@ -50105,6 +58351,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -50132,6 +58379,9 @@ ], "SustainedClockSpeedInGhz": 2.5 }, + "SupportedBootModes": [ + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50187,6 +58437,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -50199,6 +58450,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -50226,6 +58478,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50294,6 +58550,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -50306,6 +58563,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -50333,6 +58591,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50409,6 +58671,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -50419,8 +58682,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -50448,6 +58715,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50531,6 +58802,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -50541,8 +58813,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -50570,6 +58846,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50616,6 +58895,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1900 }, @@ -50628,6 +58908,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -50655,6 +58936,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50723,6 +59008,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 2850 }, @@ -50735,6 +59021,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -50762,6 +59049,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50838,6 +59129,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 237 }, @@ -50850,6 +59142,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -50877,6 +59170,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -50931,6 +59228,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -50941,8 +59239,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -50970,6 +59272,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51054,6 +59360,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 475 }, @@ -51066,6 +59373,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -51093,6 +59401,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51149,6 +59461,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 950 }, @@ -51161,6 +59474,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -51188,6 +59502,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51247,6 +59565,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 3800 }, @@ -51257,8 +59576,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -51286,6 +59609,9 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51332,6 +59658,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 118 }, @@ -51344,6 +59671,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -51371,6 +59699,10 @@ ], "SustainedClockSpeedInGhz": 3.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51424,8 +59756,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -51453,6 +59789,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51518,6 +59858,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -51545,6 +59886,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51600,6 +59945,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -51627,6 +59973,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51684,6 +60034,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -51711,6 +60062,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51770,6 +60125,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -51797,6 +60153,10 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51855,8 +60215,12 @@ }, "NetworkInfo": { "DefaultNetworkCardIndex": 0, + "EfaInfo": { + "MaximumEfaInterfaces": 1 + }, "EfaSupported": true, "EnaSupport": "required", + "EncryptionInTransitSupported": true, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -51884,6 +60248,9 @@ ], "SustainedClockSpeedInGhz": 4.5 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -51930,6 +60297,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -51942,6 +60310,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -51969,6 +60338,10 @@ ], "SustainedClockSpeedInGhz": 4.0 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -52032,6 +60405,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 300 }, @@ -52044,6 +60418,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -52071,6 +60446,10 @@ ], "SustainedClockSpeedInGhz": 4.0 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -52125,6 +60504,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 450 }, @@ -52137,6 +60517,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -52164,6 +60545,10 @@ ], "SustainedClockSpeedInGhz": 4.0 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -52219,6 +60604,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 900 }, @@ -52231,6 +60617,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, @@ -52258,6 +60645,10 @@ ], "SustainedClockSpeedInGhz": 4.0 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -52316,6 +60707,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 75 }, @@ -52328,6 +60720,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, @@ -52355,6 +60748,10 @@ ], "SustainedClockSpeedInGhz": 4.0 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -52407,6 +60804,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 1800 }, @@ -52419,6 +60817,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, @@ -52446,6 +60845,9 @@ ], "SustainedClockSpeedInGhz": 4.0 }, + "SupportedBootModes": [ + "legacy-bios" + ], "SupportedRootDeviceTypes": [ "ebs" ], @@ -52492,6 +60894,7 @@ "Type": "ssd" } ], + "EncryptionSupport": "required", "NvmeSupport": "required", "TotalSizeInGB": 150 }, @@ -52504,6 +60907,7 @@ "DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", + "EncryptionInTransitSupported": false, "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, @@ -52531,6 +60935,10 @@ ], "SustainedClockSpeedInGhz": 4.0 }, + "SupportedBootModes": [ + "legacy-bios", + "uefi" + ], "SupportedRootDeviceTypes": [ "ebs" ], diff --git a/moto/ec2/resources/latest_amis/af-south-1.json b/moto/ec2/resources/latest_amis/af-south-1.json index 8b4722f08..39abef9db 100644 --- a/moto/ec2/resources/latest_amis/af-south-1.json +++ b/moto/ec2/resources/latest_amis/af-south-1.json @@ -1,75 +1,11 @@ [ { - "ami_id": "ami-01159c14433b9e114", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "210953353124", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-01f141d4fd38e0bf2", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "210953353124", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0416c5673155612ba", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "210953353124", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-04f95a4a3609e4cf3", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "210953353124", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b28d68e6103bedf2", + "ami_id": "ami-0469fb851d644a088", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "210953353124", "platform": null, "public": true, @@ -80,12 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-04ced1c4b09b27fb1", + "ami_id": "ami-093112d6cf5f79275", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "210953353124", "platform": null, "public": true, @@ -96,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-09513eb71477f1d9b", + "ami_id": "ami-0ad6ce76c6b363743", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "210953353124", "platform": null, "public": true, @@ -112,12 +48,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d6c3f61bfcaeb759", + "ami_id": "ami-058865467a2354040", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "210953353124", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0442c0497ac19e842", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "210953353124", "platform": null, "public": true, @@ -128,12 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-00a42c329aca6239a", + "ami_id": "ami-0a11a68488ad018b9", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "210953353124", "platform": null, "public": true, @@ -144,12 +96,44 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0fd55618ad668f2a9", + "ami_id": "ami-07dc2be2b0bd0947e", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "210953353124", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0d2e6d5b2b60a4a97", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "210953353124", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-02e1fa30eea5f973f", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "210953353124", "platform": null, "public": true, @@ -160,12 +144,60 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-00a45e16508ceefa7", + "ami_id": "ami-0a9b9696ee5932b81", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "210953353124", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-038f7afa94f1fcfc3", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "210953353124", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0eef5b5c3f8a1e372", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "210953353124", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-004ec79cf3d0074d4", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "210953353124", "platform": null, "public": true, @@ -176,12 +208,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-03e103f4fa337ce81", + "ami_id": "ami-07512f1c8b93f04bb", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "210953353124", "platform": null, "public": true, @@ -192,44 +224,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-01f87ded581dd08b1", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "210953353124", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0a95606a564813828", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "210953353124", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-086a1a8bcb58948ee", + "ami_id": "ami-065c658c7ddf7a594", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "210953353124", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/ap-east-1.json b/moto/ec2/resources/latest_amis/ap-east-1.json index 8a5200dad..e0d411f23 100644 --- a/moto/ec2/resources/latest_amis/ap-east-1.json +++ b/moto/ec2/resources/latest_amis/ap-east-1.json @@ -1,59 +1,11 @@ [ { - "ami_id": "ami-0dd3c7186fef7b3b1", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "910595266909", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0a1c2b8f4faf1aad4", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "910595266909", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0cc6e6ab3ec4634bb", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "910595266909", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0f6b3e4242c6690f2", + "ami_id": "ami-0ad1c7600b14318e1", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "910595266909", "platform": null, "public": true, @@ -64,12 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c9b27a951ed2051b", + "ami_id": "ami-03252c7e8cab2f40e", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "910595266909", "platform": null, "public": true, @@ -80,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-06611cbd13b26371f", + "ami_id": "ami-0d5fcf3107e4f450a", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "910595266909", "platform": null, "public": true, @@ -96,12 +48,76 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-08ac0d755e3ab23f5", + "ami_id": "ami-0c84c81ed52f27ecb", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "910595266909", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0fa7fb8f97148725a", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "910595266909", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-015938010c14d2958", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "910595266909", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0f2bb4641e7467ff2", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "910595266909", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0e8f549b3a5834f63", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "910595266909", "platform": null, "public": true, @@ -112,12 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c563cc249297114e", + "ami_id": "ami-01d1711359671a6f4", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "910595266909", "platform": null, "public": true, @@ -128,44 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-051ec00661c466b27", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "910595266909", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-06ebdc88fdaf6372f", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "910595266909", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-031a40f74a2bdb496", + "ami_id": "ami-0ce36c888e08076c2", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "910595266909", "platform": null, "public": true, @@ -176,12 +160,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-01174e0118c296c37", + "ami_id": "ami-012f9c47c3daa4ed0", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "910595266909", "platform": null, "public": true, @@ -192,12 +176,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0abd2c896a28752ed", + "ami_id": "ami-01c6bf6a47e0a23c3", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "910595266909", "platform": null, "public": true, @@ -208,12 +192,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0bde156f825d4ab02", + "ami_id": "ami-06dfd00f9ac195861", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "910595266909", "platform": null, "public": true, @@ -224,12 +208,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c1d5a98de68acf64", + "ami_id": "ami-0a2dce9a0bf96fdb3", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "910595266909", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0e40d6716d6ef2aa4", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "910595266909", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/ap-northeast-1.json b/moto/ec2/resources/latest_amis/ap-northeast-1.json index cf1d27fc2..7b009ca27 100644 --- a/moto/ec2/resources/latest_amis/ap-northeast-1.json +++ b/moto/ec2/resources/latest_amis/ap-northeast-1.json @@ -1,11 +1,75 @@ [ { - "ami_id": "ami-03d8867e445983192", + "ami_id": "ami-06a7393732cea5e2e", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-03a83d81a861f8830", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0567f041c6107d9e6", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-076c85cba0f4c5cc8", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-099c5f1745b2dc716", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,60 +80,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0f36dcfcc94112ea1", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0133608f2c9cccd07", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-04ccd87feab64ad39", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-05827d651478a7791", + "ami_id": "ami-0218f0801af7f4a59", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,28 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0963f25a30973a61a", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-061f024082760d353", + "ami_id": "ami-0089d4ff0b093a1b7", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0b069de314c9ab4c4", + "ami_id": "ami-07b14acc0c4d11fcc", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c44a2acf4122f7d7", + "ami_id": "ami-072bfb8ae2c884cc4", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +144,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0087d47be4361ea08", + "ami_id": "ami-0b73aa7c1d1b2e901", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0c8fcdb6900a07564", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,28 +176,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0952cc7975c1408ec", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0dc2c99454361d63b", + "ami_id": "ami-05fecd359cf771974", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,44 +192,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-02087d6f3ccd8073f", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0296ebdd03c95964c", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-071b23ebd395846d3", + "ami_id": "ami-097e6d140287b3b95", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -240,12 +208,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0a534632cb62ea128", + "ami_id": "ami-06ad3ac88559a364f", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -256,12 +224,44 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-022b0a1c51d8329d4", + "ami_id": "ami-0c5b1b9e54c19c0ca", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0d1a6aa56186cf052", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0481d65847c3dfb90", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/ap-northeast-2.json b/moto/ec2/resources/latest_amis/ap-northeast-2.json index 8c1aed7c2..15aa0da24 100644 --- a/moto/ec2/resources/latest_amis/ap-northeast-2.json +++ b/moto/ec2/resources/latest_amis/ap-northeast-2.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-01d87646ef267ccd7", + "ami_id": "ami-03d72cd5f6dd842bb", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0742ae0bc6a8a9de0", + "ami_id": "ami-0eddbd81024d3fbdd", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,12 +32,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0195879cb58a44eca", + "ami_id": "ami-06eb68a3c20079122", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-075f89d01ce4e4d00", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +64,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-081bbde66d94a18fa", + "ami_id": "ami-0888cb809eb69f3e4", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,12 +80,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-03159e41d5c4d0a31", + "ami_id": "ami-04e214120c3026b2f", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-02ea2b660f052992d", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,12 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-01194638ea947b661", + "ami_id": "ami-052c44c0d0afc2547", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,44 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-081a7e0e287c0059b", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0d5ed17b26b3fb180", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-083981c5b0740046d", + "ami_id": "ami-0f0e292bfc9760ddf", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-06849af79b37cb6f5", + "ami_id": "ami-056674e86f36651b6", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,12 +160,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c501dbf1131cb15e", + "ami_id": "ami-055c1da604ae90a84", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0a4fe6514352b5c2a", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,12 +192,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-066d41d96fc160063", + "ami_id": "ami-01257e4ad0ccf063e", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,12 +208,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-08b2ee059a3d55ee0", + "ami_id": "ami-0dabdd724ec8aec31", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -208,28 +224,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-060ba0ad6ad5716c9", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-027f044612d7121b0", + "ami_id": "ami-01433f70bb1219050", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/ap-northeast-3.json b/moto/ec2/resources/latest_amis/ap-northeast-3.json index b6f69409d..9e9632a76 100644 --- a/moto/ec2/resources/latest_amis/ap-northeast-3.json +++ b/moto/ec2/resources/latest_amis/ap-northeast-3.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-08c37feab245648e8", + "ami_id": "ami-0c2e2b3199ff1626e", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +16,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0996e8e04bf149889", + "ami_id": "ami-0f4175426007dbc47", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0ad430d4b6366ffc3", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,12 +48,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-077e920b9d78d696c", + "ami_id": "ami-0f10048a0131e4f1c", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +64,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0cf754cc7cb5eca6b", + "ami_id": "ami-0ab00abfb72e04ac0", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,28 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0ddf56cca48942d5c", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0f32fde82dd7c56a5", + "ami_id": "ami-02d775dedaee960da", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-00d7ff299ded74625", + "ami_id": "ami-0e0cbf0f03ba99ee7", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,44 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0f30623807b2f7c3a", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-004ddfd599a2b885b", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-04f2675a55ac108da", + "ami_id": "ami-0953a90d5fbf424de", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,12 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-089b2beceb9ced534", + "ami_id": "ami-080ff2fec9a0a3452", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,12 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d6b1ecb50d1069aa", + "ami_id": "ami-0ac75095cfa26432d", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,12 +160,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0f661e3c76db1ad75", + "ami_id": "ami-0b85ff3c4b506974d", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -208,12 +176,44 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0a7dba5bd077d8fc1", + "ami_id": "ami-0ca7f72edb2808742", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0eb8c88ab7413a2c6", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0533f5639d6be666d", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -224,12 +224,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-02c9b38e494b8411b", + "ami_id": "ami-0b6b21b33c8e7353c", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/ap-south-1.json b/moto/ec2/resources/latest_amis/ap-south-1.json index dd7ff2e25..ff9a15705 100644 --- a/moto/ec2/resources/latest_amis/ap-south-1.json +++ b/moto/ec2/resources/latest_amis/ap-south-1.json @@ -1,11 +1,27 @@ [ { - "ami_id": "ami-032b3c2df9b63cdef", + "ami_id": "ami-01b9ab5d38a4a3050", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-049c319dd1e0c59b2", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-04599c47636100141", + "ami_id": "ami-02a026fae965fe210", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,12 +48,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0e18b1d379af4e263", + "ami_id": "ami-07dda305311156007", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +64,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-05c7bbdb2cb5bc02f", + "ami_id": "ami-019232f8e8bd3340b", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,28 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d0e84be91cc35306", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0aa85f09b8a5f6b8c", + "ami_id": "ami-02c10b1c87592fa82", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0acf1469999692d4a", + "ami_id": "ami-05b45bff8b2fa1114", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0fc81ccb6d411c58b", + "ami_id": "ami-0b208c99f636457b5", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0e03fdf4f0e4542d4", + "ami_id": "ami-019774e5caffd1685", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0b1a7da2321865b2e", + "ami_id": "ami-09ce59e113945a65b", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,12 +160,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-085f6b955743bf0ec", + "ami_id": "ami-07b16dceb5e47713d", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,12 +176,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0bae359eecc93092b", + "ami_id": "ami-0beba0443866438e2", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,12 +192,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d511c0096f18c59c", + "ami_id": "ami-0331dade58b1ccc63", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -208,12 +208,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-06489866022e12a14", + "ami_id": "ami-074dc0a6f6c764218", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -224,12 +224,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-068cda7597e78094b", + "ami_id": "ami-0a2457eba250ca23d", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/ap-southeast-1.json b/moto/ec2/resources/latest_amis/ap-southeast-1.json index 891367d70..ade0cdb23 100644 --- a/moto/ec2/resources/latest_amis/ap-southeast-1.json +++ b/moto/ec2/resources/latest_amis/ap-southeast-1.json @@ -1,27 +1,11 @@ [ { - "ami_id": "ami-09f534826ba230b66", + "ami_id": "ami-02c27811e301ee8c7", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0294896114b69806f", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,12 +16,28 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-05465ed4133f4f04c", + "ami_id": "ami-0786899d6dd5a6f33", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0404d25daac16f674", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +48,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-013586750d303f89d", + "ami_id": "ami-00505f87c5f9e4c76", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,12 +64,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-03c3ea8440c51b201", + "ami_id": "ami-01bc8c667b35f8552", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0121a2803d4df7c2d", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-05c751e7f8ddf3247", + "ami_id": "ami-09ff3a0eced92d5ca", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,12 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-06ff0688bb09a8864", + "ami_id": "ami-009c33adf2a03baf9", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0943d29a502683a9e", + "ami_id": "ami-03822234aa0683b5c", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0350750121e6e335c", + "ami_id": "ami-04a324e6087d5d6bb", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +160,108 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0008599ae05cdfeb8", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", + "ami_id": "ami-00c19932db959235a", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0af2f764c580cc1f9", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0ff93cc261edca086", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0838b03fb62cd8ada", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0b4eca8f7052c5421", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0cc1388aa7c7777da", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00daeb48015929fbd", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -158,117 +270,5 @@ "sriov": "simple", "state": "available", "virtualization_type": "paravirtual" - }, - { - "ami_id": "ami-00bc9ff22673aa25b", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b89f7b3f054b957e", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0aefafb4fb54882ac", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0e64281826ea08b9e", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-01932a7681a85ccd5", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b401c0eb6f4631bc", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0e50e3f9e217865a4", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" } ] \ No newline at end of file diff --git a/moto/ec2/resources/latest_amis/ap-southeast-2.json b/moto/ec2/resources/latest_amis/ap-southeast-2.json index 9e2388035..3dc8490a9 100644 --- a/moto/ec2/resources/latest_amis/ap-southeast-2.json +++ b/moto/ec2/resources/latest_amis/ap-southeast-2.json @@ -1,43 +1,59 @@ [ { - "ami_id": "ami-05eac7cfa39c1e4bf", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-086b79b1dc942722e", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-03b335ca56bb8b99a", + "ami_id": "ami-0609805047602e9e6", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0693a62cf97199572", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-06bb074d1e196d0d4", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-09efa35f2a5d46517", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +64,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0386a9a8686c51695", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "ami_id": "ami-0d120f156fe73bf3a", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,12 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-038b8000bff142ccc", + "ami_id": "ami-05daec9b92f82fcee", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-005751ff1e2a0425c", + "ami_id": "ami-07a68297dfd565e95", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,12 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-05805b49abf7d69c4", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "ami_id": "ami-047e6a59e023eff9e", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0f6730ce131750f48", + "ami_id": "ami-06c24abc9cf3349bb", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0336d88ead51a9210", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "ami_id": "ami-0de2c41f914ed2be7", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +160,108 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0763db6bf651a4851", + "ami_id": "ami-027b8950e9f3b8de8", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-049227cd487f3482a", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-06ee62e46c0b265de", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-08efd89f971ace76d", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-07ee15b3f35c0a7b5", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-057a25259ace5f998", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-068f869cc52ba1015", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -158,117 +270,5 @@ "sriov": "simple", "state": "available", "virtualization_type": "paravirtual" - }, - { - "ami_id": "ami-0f18530afdf50e2cf", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-064f016bd6570e60b", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-00c643188f2c4159b", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0ce7d477f775dd668", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-00fdb24828509782b", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-034a785cdab7f6489", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b55fc9b052b03618", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" } ] \ No newline at end of file diff --git a/moto/ec2/resources/latest_amis/ap-southeast-3.json b/moto/ec2/resources/latest_amis/ap-southeast-3.json new file mode 100644 index 000000000..6780bc8ee --- /dev/null +++ b/moto/ec2/resources/latest_amis/ap-southeast-3.json @@ -0,0 +1,242 @@ +[ + { + "ami_id": "ami-0321e09524ba307cd", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0667c5c08ef2aeddb", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-08c82f222bd6ea38e", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-09b2a244ec4fde60e", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-056ace9b5c299cf5b", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0d0d46eb1501c5420", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-06bb3242dec2eeb44", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0a2e6e557a339930e", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-06bf04f9e3de77e37", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0105f582118f5c75b", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0d47bc522eab37c9a", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-08412f6a4cac677f4", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0dbbdadea5c056087", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0e6634622eaaad748", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-03bfec71105bbb103", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "785737495101", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/latest_amis/ca-central-1.json b/moto/ec2/resources/latest_amis/ca-central-1.json index d88311aca..14ba08675 100644 --- a/moto/ec2/resources/latest_amis/ca-central-1.json +++ b/moto/ec2/resources/latest_amis/ca-central-1.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-025cac8e77542e15b", + "ami_id": "ami-0bd95e66f318d5764", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,108 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-041b8ba43220d3d92", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-049acb493572b37a7", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0d822892092eec2ce", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b3a2d9264db347bf", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-085e7db889bbcdf90", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-06b0bb707079eb96a", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0cf212f18314c46d0", + "ami_id": "ami-0c2163e92918c7e8e", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0dc02d7c19b1956fe", + "ami_id": "ami-0af314a2fd7c64b73", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,28 +48,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0300c413e2de1804e", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-074a73ec0408601c4", + "ami_id": "ami-04486e386eccac940", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,28 +64,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-040339185ea02295c", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-065ab3db2b1fde8a5", + "ami_id": "ami-0ad9bae47e0e3ad88", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -208,12 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0ea3c1c3bcde82f98", + "ami_id": "ami-01eeee573e084cb94", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -224,12 +96,140 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0463527f07939f08c", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "ami_id": "ami-06ade7123a6b98fba", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0ff8178cb5801c8db", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-086e83a07eaac1305", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0ee679ef733e3b8e7", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-07038c114933395e4", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0d249c21a07a5581b", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0eee14fe9163c7edd", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-017f4811a06d3e510", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-035b7852462a031ee", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/eu-central-1.json b/moto/ec2/resources/latest_amis/eu-central-1.json index b26c1a431..8c398e789 100644 --- a/moto/ec2/resources/latest_amis/eu-central-1.json +++ b/moto/ec2/resources/latest_amis/eu-central-1.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-0d46c67fe41e5d399", + "ami_id": "ami-076309742d466ad69", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-08d7c8a4e9c511008", + "ami_id": "ami-0fe4fea1864a8caa4", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d5ec2ce1a99d68ec", + "ami_id": "ami-0dabdd53883de82df", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,28 +48,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0854da2f8540b70a2", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0ec8696a68a31710b", + "ami_id": "ami-02fb2db2ef67bcb47", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-064bc2c885149d15a", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,12 +80,44 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0965af9995b3a878f", + "ami_id": "ami-0c40fcf2b92e43e60", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00c4ec399b1fdb4e5", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-087924c9e0410af37", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,28 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0dec34430252847af", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-03dc305d22c9e3414", + "ami_id": "ami-0e1205ab1c58a8d0b", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0e2031728ef69a466", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "ami_id": "ami-0c16ef25f71f3d581", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +160,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-08baf19005f1bbfeb", + "ami_id": "ami-038e72c46ec456919", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,12 +176,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0872ea47efc1cee46", + "ami_id": "ami-074bec2fa442b45b1", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,12 +192,60 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0fe2279ca5a5abcb2", + "ami_id": "ami-034a7d2833172671e", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-03b967d544c3a8d43", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-008e68c049d6f87bb", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0c612d042cab6495d", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,76 +256,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-041e64b0129bffca9", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-063d4e60e9c5f9aed", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0a5dbc028abd4cd18", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-099c86c7b99c72b36", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b8c4ad91276b271a", + "ami_id": "ami-0725ec00f21932596", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/eu-central-2.json b/moto/ec2/resources/latest_amis/eu-central-2.json new file mode 100644 index 000000000..6a60c0c5f --- /dev/null +++ b/moto/ec2/resources/latest_amis/eu-central-2.json @@ -0,0 +1,178 @@ +[ + { + "ami_id": "ami-0c15bb4b4d54c31f2", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0486d1cf6348608b0", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-04802060fbff3ecda", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0b0ef1576c8aba3ed", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-06d4ef51840fa8634", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-05f556de212b40ce7", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0b267fd6078eea8b3", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-01146692a4556c5bf", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0ec30364fff59d57e", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-07d2adcb3605eafb7", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00a9d746141dd3910", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "084269151793", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/latest_amis/eu-north-1.json b/moto/ec2/resources/latest_amis/eu-north-1.json index 208474ed6..7c43394c5 100644 --- a/moto/ec2/resources/latest_amis/eu-north-1.json +++ b/moto/ec2/resources/latest_amis/eu-north-1.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-01f6ea424a4df90ff", + "ami_id": "ami-08a3acf8b747a97d2", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0a271b0a1ed34f95c", + "ami_id": "ami-098540f4073cc4357", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,12 +32,44 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c3bc7afaae23cf64", + "ami_id": "ami-0ff4c742d76fc93ca", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0dc6aa532fae715be", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0fcc0136b05384913", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,60 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-002dade21e7104b8c", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-09826f866501c9d94", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b87edaa84d7c45ce", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0cb0c6fa5a3c56cc0", + "ami_id": "ami-0a1500037d05c1834", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-078e13ebe3b027f1c", + "ami_id": "ami-02aeff1a953c5c2ff", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +112,44 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-00ca53272a3025ad4", + "ami_id": "ami-062948393fdbd7225", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0e53a4a9c43c5f32e", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-043871aa580367d57", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +160,60 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-09412a13ca182279b", + "ami_id": "ami-0a965cf8386540484", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0fe555d8abc1320df", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00680fd4e58e51542", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-065c268a47303d077", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,76 +224,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0283128fc079c285a", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0e968b158afae4460", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-03fa5349c5d79d19f", + "ami_id": "ami-0f3523efec6bc6a24", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-036cfaa2b85115c81", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b5abe960ff064784", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/eu-south-1.json b/moto/ec2/resources/latest_amis/eu-south-1.json index f4d35033f..baa868a97 100644 --- a/moto/ec2/resources/latest_amis/eu-south-1.json +++ b/moto/ec2/resources/latest_amis/eu-south-1.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-050337bca5279f628", + "ami_id": "ami-046dbe9c4cb83a79b", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "071630900071", "platform": null, "public": true, @@ -16,12 +16,44 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-06beae21e62330dd0", + "ami_id": "ami-0314afbd8267d94a5", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "071630900071", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-050c5ac6eb72ae850", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "071630900071", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0226e1d271d9d668d", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "071630900071", "platform": null, "public": true, @@ -32,12 +64,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-028e49f3db62d6f12", + "ami_id": "ami-04079aaec87b3a014", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "071630900071", "platform": null, "public": true, @@ -48,12 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-07c49ccf0f131c114", + "ami_id": "ami-0a308178a74e0d4b1", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "071630900071", "platform": null, "public": true, @@ -64,28 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-08b16adb81d5ad3f9", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "071630900071", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0739f911a8ed98302", + "ami_id": "ami-0a5cc31cc04712b01", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "071630900071", "platform": null, "public": true, @@ -96,44 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0927b6fb55cd3ed6b", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "071630900071", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-02162ce1403e0c589", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "071630900071", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-010a48b2b311e7a14", + "ami_id": "ami-0edb0c77b2a5f2f10", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "071630900071", "platform": null, "public": true, @@ -144,76 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-066a6f2772aeb21c1", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "071630900071", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-096943d559b909b1f", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "071630900071", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-07a10ce489fece5f8", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "071630900071", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0be7dd43ffe002211", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "071630900071", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-08592936a60273c79", + "ami_id": "ami-003fae4d1266a1460", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "071630900071", "platform": null, "public": true, @@ -224,12 +144,92 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-01693d07de24b64bf", + "ami_id": "ami-01e0e25e9c630375f", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "071630900071", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-07bc5c3eb7cfab619", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "071630900071", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-01938c9e1c5a7c1f5", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "071630900071", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0a5352278bc7c5131", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "071630900071", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0035385c15949ebe9", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "071630900071", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0a8bede0bad6f4750", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "071630900071", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/eu-south-2.json b/moto/ec2/resources/latest_amis/eu-south-2.json new file mode 100644 index 000000000..9286055ca --- /dev/null +++ b/moto/ec2/resources/latest_amis/eu-south-2.json @@ -0,0 +1,178 @@ +[ + { + "ami_id": "ami-0769dba3057b6ede2", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-036483075976687f1", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-085fa3664c5d2f6fd", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0ab199d55ff0bf9aa", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0322249a5aad54a6b", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0114de0ad847da090", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0570b669d9014f1bd", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0743c3f3f38fdc794", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0f35e982dde17b958", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-038fddaa516628e10", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-06dead0e885b328ac", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "061882349855", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/latest_amis/eu-west-1.json b/moto/ec2/resources/latest_amis/eu-west-1.json index a0dacddb7..f55f052a7 100644 --- a/moto/ec2/resources/latest_amis/eu-west-1.json +++ b/moto/ec2/resources/latest_amis/eu-west-1.json @@ -1,43 +1,11 @@ [ { - "ami_id": "ami-050149524d9316f7b", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0c48a21be09754b97", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-037bde7013647d23a", + "ami_id": "ami-0642a38e1703eadd3", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,44 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-090bde41ad80ef226", + "ami_id": "ami-0f45f7065d237751d", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0982468c744d2c66e", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0f3f3b564fd6695ff", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,12 +32,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-09e2d756e7d78558d", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "ami_id": "ami-0ba52b0ed3853cfd3", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +48,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-04f1357f10c9ba1ab", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", + "ami_id": "ami-06db897520fb93106", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0b0e5d3cc621d372b", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,28 +80,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0a75cdf5a0c1ca3e4", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-031e673bb67051333", + "ami_id": "ami-01cec346a522a961e", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0dd3a3853fdd6d881", + "ami_id": "ami-071d257200c28c023", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,12 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-038e9cdc714b15936", + "ami_id": "ami-05bdb557064b85798", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,12 +128,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-095953584db9869f0", + "ami_id": "ami-09958e8db3b1f3210", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-006c19cfa0e8f4672", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -208,12 +160,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-004280f55acf7448b", + "ami_id": "ami-0f70b73c7deb98d67", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -224,28 +176,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0a55887786a13ae31", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-060eb637bf1b52199", + "ami_id": "ami-04249ded7a8c47c8b", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -256,12 +192,76 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-05223a36a9748498d", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "ami_id": "ami-0dca2a8304ef1ec1d", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0dd7a336a259df2e7", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-01cae1550c0adea9c", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-091e562110d47d62b", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00504f86154ac23ab", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/eu-west-2.json b/moto/ec2/resources/latest_amis/eu-west-2.json index 3be3e03f2..34012f173 100644 --- a/moto/ec2/resources/latest_amis/eu-west-2.json +++ b/moto/ec2/resources/latest_amis/eu-west-2.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-0b873e8eeea16d522", + "ami_id": "ami-085bd643a01d9a131", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d97fa13ebda706b8", + "ami_id": "ami-0b3534f5798d3bba2", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0def4286af35bc966", + "ami_id": "ami-0552d1f582c8720cf", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +48,92 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0f4cfddc441d6120b", + "ami_id": "ami-0c7cad22440e15e81", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0df81de816b438e04", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00dcacd283467f62b", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0626c2b376bd80310", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-09dca206ba8b0b1cc", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0c72feea9bb104619", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,92 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-03944c40a45d7a31d", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0ef21c992a41ee4ff", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-00785f4835c6acf64", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0f159438099230245", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0f3c00eabcb182bbb", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-06290d0872e939755", + "ami_id": "ami-0b613b958a37cf7c3", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,12 +160,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0068cf332346ae926", + "ami_id": "ami-0d815308a482cda6f", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,12 +176,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-06294e0fa9f10d1f4", + "ami_id": "ami-0f5ee7be65a36a6c1", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,12 +192,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c496e8bea496ed67", + "ami_id": "ami-027ff539e1ebe58f1", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -208,12 +208,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-09185ed014c94f88f", + "ami_id": "ami-04706e771f950937f", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -224,12 +224,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0b8b4d4dfd648aebc", + "ami_id": "ami-0d3bd62c2363f30ab", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/eu-west-3.json b/moto/ec2/resources/latest_amis/eu-west-3.json index 3c2f93984..0ec982cef 100644 --- a/moto/ec2/resources/latest_amis/eu-west-3.json +++ b/moto/ec2/resources/latest_amis/eu-west-3.json @@ -1,11 +1,107 @@ [ { - "ami_id": "ami-093641b607b5145ad", + "ami_id": "ami-044f0238f5705cc89", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0f7ae306040d67a2d", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-021f1688a22dea628", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-01aad1ad4f08e24e4", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-03c2abbbe8af9a7e6", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0831d3fcf320553ad", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0d361fd2352d4f3ca", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-09d2e5f499c96f3ec", + "ami_id": "ami-057ebfd0103f0bf21", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,44 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-08b612668d46bfdb1", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0eb375f24fdf647b8", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0be768ac537ef39dd", + "ami_id": "ami-08bb5ae28ea49b8f4", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,28 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0a6e0b073af596c8f", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-02d5563690b37db84", + "ami_id": "ami-0fff8550aa58efadd", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +160,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-018cd60f547831040", + "ami_id": "ami-0a092e832c13136f3", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +176,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0b0956a2e2d6d331a", + "ami_id": "ami-01595d0f1eed7a350", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +192,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0b06d669a250dd998", + "ami_id": "ami-0f15e0a4c8d3ee5fe", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,28 +208,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d1bc83ed7d7456df", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0e9ca48e27e192f4f", + "ami_id": "ami-03602f10032f51309", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,44 +224,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-002e2b155689f6e23", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0137ebc190cac16f5", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0e0d3ede1da0fa3d0", + "ami_id": "ami-0fbfbf639d61f8366", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/me-central-1.json b/moto/ec2/resources/latest_amis/me-central-1.json new file mode 100644 index 000000000..30c90c809 --- /dev/null +++ b/moto/ec2/resources/latest_amis/me-central-1.json @@ -0,0 +1,242 @@ +[ + { + "ami_id": "ami-09cc7cd3471ba329e", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-07c429a73cbcafad8", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-08202fceb517a9262", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0a8b038007ed65aaa", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-045fe36905963969b", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-065a9cad42e6c4680", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0131477588af107c7", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-095811be952bbdfeb", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0884cb015c5e68ba2", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0ebc22bc3dd84b62a", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-02a578c960d6fa056", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0fc86239f9f8ac954", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-08921a269cc5f3a60", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-029800f498dc51f7e", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-051d481ecf8da032c", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "541802698383", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + } +] \ No newline at end of file diff --git a/moto/ec2/resources/latest_amis/me-south-1.json b/moto/ec2/resources/latest_amis/me-south-1.json index bb145fec0..6d49ff1d9 100644 --- a/moto/ec2/resources/latest_amis/me-south-1.json +++ b/moto/ec2/resources/latest_amis/me-south-1.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-0b3b92c249db8e8ef", + "ami_id": "ami-00ad8872cbb462b2b", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "656109587541", "platform": null, "public": true, @@ -16,12 +16,60 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-01cbb5e0afe310efe", + "ami_id": "ami-0b55279ba6eea2f77", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "656109587541", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-06615079e3e6ae80e", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "656109587541", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-08b62cf53bfd622c7", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "656109587541", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-04d433bf0d83aaac8", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "656109587541", "platform": null, "public": true, @@ -32,12 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d03d1ac87e8ebd3c", + "ami_id": "ami-02430c0949ab53e81", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "656109587541", "platform": null, "public": true, @@ -48,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0d71e908cdbfebb72", + "ami_id": "ami-0a45aba3f233efda4", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "656109587541", "platform": null, "public": true, @@ -64,124 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-041b608cf2af138c0", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "656109587541", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-08d49dc145efafdeb", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "656109587541", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-07692ba4da7f96377", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "656109587541", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-090a20e93e6698582", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "656109587541", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-017348d7ab12a9787", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "656109587541", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0434928122ea77caf", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "656109587541", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-09de21fae030fc4ff", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "656109587541", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0fa34a51167765b3c", + "ami_id": "ami-08489b28becd220c3", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "656109587541", "platform": null, "public": true, @@ -192,12 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-03776c676dd3d41bc", + "ami_id": "ami-000550ab4e9e1460d", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "656109587541", "platform": null, "public": true, @@ -208,28 +144,92 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-00f33808a83293945", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "656109587541", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b662d4778a12f3f8", + "ami_id": "ami-040a8e99a3f462563", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", + "owner_id": "656109587541", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00012b2cd937d560a", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "656109587541", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0712f0c9d3c1ffc8d", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "656109587541", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-08c593bb804721273", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "656109587541", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0e90b485c21be3b8e", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "656109587541", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0a4bf0dc1d567d735", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "656109587541", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/sa-east-1.json b/moto/ec2/resources/latest_amis/sa-east-1.json index fdf66c96c..a35af7cf5 100644 --- a/moto/ec2/resources/latest_amis/sa-east-1.json +++ b/moto/ec2/resources/latest_amis/sa-east-1.json @@ -1,75 +1,11 @@ [ { - "ami_id": "ami-03616356ac6a80d87", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0340adf4c92b5d794", + "ami_id": "ami-037a5ad65570b5d77", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0a486f640486c6c8c", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0a5a2d5258e4b706c", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0ffc91990a785820b", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,12 +16,28 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-019feb3fdf875486d", + "ami_id": "ami-093d714091ce0b0db", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0688871fb6d7d5704", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,12 +48,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c8b7d0a4552c702e", + "ami_id": "ami-0af622ab31000bc40", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +64,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-058f4e20c17271f68", + "ami_id": "ami-0b7101e993ea27f3a", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0f201e6bf801f666d", + "ami_id": "ami-0fb7b417f44075c95", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-06e9415c3372121a2", + "ami_id": "ami-011f0f476acec9b0f", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,60 +112,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0e12779a43e90b7ac", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0ac3651b5851f2451", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-020c31de785f7b68a", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-07350b0d9fcd949c0", + "ami_id": "ami-06edd763bf1d6dbf8", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -224,12 +128,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0aca10934d525a6f0", + "ami_id": "ami-0a5b171fce802079a", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -240,12 +144,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-005fe0a1690561be2", + "ami_id": "ami-040ffd031f9ee6af5", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -256,12 +160,44 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-00b2509167673fc24", + "ami_id": "ami-08d96f6ebfff61293", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00684166998825a53", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0fe1dd4af0e464bda", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -270,5 +206,69 @@ "sriov": "simple", "state": "available", "virtualization_type": "paravirtual" + }, + { + "ami_id": "ami-0886a3d2c8b721217", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-093e0c0eaca81c8ff", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-04d4abf1a06415e91", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0c6d634b7a03b447f", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" } ] \ No newline at end of file diff --git a/moto/ec2/resources/latest_amis/us-east-1.json b/moto/ec2/resources/latest_amis/us-east-1.json index f6b21c37b..9969db255 100644 --- a/moto/ec2/resources/latest_amis/us-east-1.json +++ b/moto/ec2/resources/latest_amis/us-east-1.json @@ -1,11 +1,11 @@ [ { - "ami_id": "ami-05577ed0e20b23acc", + "ami_id": "ami-0b817eb691f9df763", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0e960bfa90cdd7bf9", + "ami_id": "ami-0988953751b552218", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0f294c25b5bc4aee5", + "ami_id": "ami-0fec9a6d5b114fb0b", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +48,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-074486b1d20c07979", + "ami_id": "ami-01885aee98e2e5448", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0d6e87a8dcd0ba59a", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,12 +80,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0e355715ed988f2c9", + "ami_id": "ami-06facf562c3fc763a", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,12 +96,60 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-07386c6c3224d1795", + "ami_id": "ami-0c67b76d97c444cd1", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0e8b9b04f519e82a3", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-02b972fec07f1e659", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0f33af18c6a32567e", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,44 +160,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0bb85ecb87fe01c2f", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0d7f0c109d5c67a92", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-09d6dff71c75d903e", + "ami_id": "ami-05d8c14465cdd8785", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +176,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0b9d78a673552de50", + "ami_id": "ami-01a73f51321ab6899", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,12 +192,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0242b87a4c950e92d", + "ami_id": "ami-09f1f9580deeec186", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0b0dcb5067f052a63", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,28 +224,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0ce2788479a7838e0", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-05fa00d4c63e32376", + "ami_id": "ami-0df17c76c2f2c426d", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -208,28 +240,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-02538f8925e3aa27a", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-035f2e069578f71e4", + "ami_id": "ami-062056e0c3f7cae9b", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -240,28 +256,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0ff3578f8df132330", + "ami_id": "ami-01b5ec3ed8678d8b7", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-05f3141013eebdc12", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/us-east-2.json b/moto/ec2/resources/latest_amis/us-east-2.json index b5b133eff..75b5d7d6c 100644 --- a/moto/ec2/resources/latest_amis/us-east-2.json +++ b/moto/ec2/resources/latest_amis/us-east-2.json @@ -1,43 +1,11 @@ [ { - "ami_id": "ami-007f7c9e2bafe6b0b", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0e76b3de1dbf12866", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0c825ab7f1a18fb91", + "ami_id": "ami-096f800f266c64d2c", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +16,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0f452f66199b06141", + "ami_id": "ami-039d0ac59ef496d58", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,28 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0568773882d492fc8", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-077b14a1b72efdd17", + "ami_id": "ami-0bd66d90cb89ff3f5", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -96,12 +48,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-06bd8a892430d6442", + "ami_id": "ami-0e0fe7b4e5db58dd4", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -112,12 +64,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-041c6323ff1898a17", + "ami_id": "ami-05fa6c5e30bfc13a4", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -128,12 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-021db184a41184936", + "ami_id": "ami-0f91cedb707b09db0", "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -144,12 +96,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0ee5c62243ab25259", + "ami_id": "ami-0f8dd34f942f72088", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -160,12 +112,76 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-04ed2b27d86c17f09", + "ami_id": "ami-0beaa649c482330f7", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-02498540f7dab49b5", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0bd2d1241422f1795", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0acebd5bfe2834dc3", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0fad086c5f1202c13", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", "owner_id": "137112412989", "platform": null, "public": true, @@ -176,12 +192,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0982771dfb2d7e51f", + "ami_id": "ami-0185a6f76b69a1870", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -192,44 +208,28 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c2c49ef9470c91e9", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-024a56c3b615774ff", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0da7236b7a69cf265", + "ami_id": "ami-0ddb6ece4c9d2d3a0", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0fb60a39693356bdc", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/us-west-1.json b/moto/ec2/resources/latest_amis/us-west-1.json index b20921eef..c6778fa5c 100644 --- a/moto/ec2/resources/latest_amis/us-west-1.json +++ b/moto/ec2/resources/latest_amis/us-west-1.json @@ -1,11 +1,27 @@ [ { - "ami_id": "ami-08b83c17eb5834a05", + "ami_id": "ami-04b2292f0ee4bd50f", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0393da3ac7907b5a2", "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -16,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-094bf1c3c5cd1093f", + "ami_id": "ami-0ec8232448fbd0e2e", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -32,28 +48,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-07e39cde436e94511", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0ec9bc5ebf8f304f7", + "ami_id": "ami-0e587da169af43ce1", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,12 +64,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-081e29ba5ac97f6ed", + "ami_id": "ami-09e6655d6f30877a2", "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,156 +80,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0019ad94c6124959d", + "ami_id": "ami-0e1099d22f7bb80a4", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0f10d032efbb0d021", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-018d291ca9ffc002f", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b4659d78cb302fd7", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0b591b790e74edd1c", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0e160620e695cfbd6", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0f0c6dd67e57eb7da", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-02ef4b916ab622f0a", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0f36e12deb25112d9", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0d3e509ea6406b8f7", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -240,12 +96,156 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-01e9194b4ab509f10", + "ami_id": "ami-03a156fd62b23ee22", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0e78c29de65913257", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0464ded709d0b14e5", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0bfc61fc58d2552c6", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0af359d09feb8d550", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0c7e22aa6a4a9a80a", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0f4e67e32313f0d0e", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-05f157d0d07e733c3", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0b765dfd369842351", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0e673c8406c52b230", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -256,12 +256,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0266bbea3330d8d4d", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", + "ami_id": "ami-0f5e8a042c8bfcd5e", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ec2/resources/latest_amis/us-west-2.json b/moto/ec2/resources/latest_amis/us-west-2.json index 20b326451..b7f908f0b 100644 --- a/moto/ec2/resources/latest_amis/us-west-2.json +++ b/moto/ec2/resources/latest_amis/us-west-2.json @@ -1,43 +1,11 @@ [ { - "ami_id": "ami-044a07d99d6a2456d", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0015056c86dde26ad", - "architecture": "arm64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 arm64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-arm64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0c549295094513d48", + "ami_id": "ami-00dde85601c37f8d5", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 PV ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal PV ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-minimal-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -48,12 +16,12 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0b09ce6bd886e714e", + "ami_id": "ami-01b7d9a265ea34e2d", "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM gp2", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 Minimal HVM kernel-5.15", "hypervisor": "xen", "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-gp2", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-x86_64", "owner_id": "137112412989", "platform": null, "public": true, @@ -64,12 +32,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0c2ab3b8efb09f272", + "ami_id": "ami-073fc203d1afbc646", "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM gp2", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM gp2", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-gp2", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-gp2", "owner_id": "137112412989", "platform": null, "public": true, @@ -80,172 +48,12 @@ "virtualization_type": "hvm" }, { - "ami_id": "ami-0f51d4d93d5bee36b", + "ami_id": "ami-07f649ea86cfc66b6", "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 Minimal HVM ebs", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 PV ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-00413793e4d8a02c8", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0836fa93bff9c68f3", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 Minimal HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-minimal-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-03b37382c2a32d427", - "architecture": "x86_64", - "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-07d59d159373b8030", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0511840b1d7ac1aca", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-hvm-2018.03.0.20220802.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-007f5e3fbf79a5931", - "architecture": "x86_64", - "description": "Amazon Linux 2 AMI 2.0.20220805.0 x86_64 HVM ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-x86_64-ebs", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-07c02c38124bd75bd", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-kernel-5.10-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0401f0c3aba47c977", - "architecture": "x86_64", - "description": "Amazon Linux 2022 AMI 2022.0.20220824.0 x86_64 HVM kernel-5.15", - "hypervisor": "xen", - "image_type": "machine", - "name": "al2022-ami-2022.0.20220824.0-kernel-5.15-x86_64", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-0bbda02f23a4a8964", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 HVM gp2", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn2-ami-hvm-2.0.20220805.0-arm64-gp2", - "owner_id": "137112412989", - "platform": null, - "public": true, - "root_device_name": "/dev/xvda", - "root_device_type": "ebs", - "sriov": "simple", - "state": "available", - "virtualization_type": "hvm" - }, - { - "ami_id": "ami-01dee3410bbc2b116", - "architecture": "x86_64", - "description": "Amazon Linux AMI 2018.03.0.20220802.0 x86_64 Minimal PV ebs", - "hypervisor": "xen", - "image_type": "machine", - "name": "amzn-ami-minimal-pv-2018.03.0.20220802.0-x86_64-ebs", + "name": "amzn-ami-pv-2018.03.0.20221018.0-x86_64-ebs", "owner_id": "137112412989", "platform": null, "public": true, @@ -256,12 +64,204 @@ "virtualization_type": "paravirtual" }, { - "ami_id": "ami-0bbf2e1c392f97510", - "architecture": "arm64", - "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20220805.0 arm64 Minimal HVM ebs", + "ami_id": "ami-0fcca5bf60c06651d", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM ebs", "hypervisor": "xen", "image_type": "machine", - "name": "amzn2-ami-minimal-hvm-2.0.20220805.0-arm64-ebs", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-04bd90d4599c32751", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-080ecbeac26d9d072", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0710985fd660e8917", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-arm64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-09bdb24b112f396d8", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-06702e6a030a0ce17", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-02c52c882580e9661", + "architecture": "arm64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 arm64 Minimal HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-minimal-2022.0.20221103.1-kernel-5.15-arm64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-00b2180825df53cc7", + "architecture": "x86_64", + "description": "Amazon Linux 2022 AMI 2022.0.20221103.1 x86_64 HVM kernel-5.15", + "hypervisor": "xen", + "image_type": "machine", + "name": "al2022-ami-2022.0.20221103.1-kernel-5.15-x86_64", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0582b210aa021a7c0", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 AMI 2.0.20221103.3 arm64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-minimal-hvm-2.0.20221103.3-arm64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-094125af156557ca2", + "architecture": "x86_64", + "description": "Amazon Linux 2 Kernel 5.10 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0d641f3b5cbad45c8", + "architecture": "x86_64", + "description": "Amazon Linux AMI 2018.03.0.20221018.0 x86_64 Minimal HVM ebs", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn-ami-minimal-hvm-2018.03.0.20221018.0-x86_64-ebs", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-08e4eaf54ff5ee95e", + "architecture": "x86_64", + "description": "Amazon Linux 2 AMI 2.0.20221103.3 x86_64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-hvm-2.0.20221103.3-x86_64-gp2", + "owner_id": "137112412989", + "platform": null, + "public": true, + "root_device_name": "/dev/xvda", + "root_device_type": "ebs", + "sriov": "simple", + "state": "available", + "virtualization_type": "hvm" + }, + { + "ami_id": "ami-0f96a89e4a6cf08cc", + "architecture": "arm64", + "description": "Amazon Linux 2 LTS Arm64 Kernel 5.10 AMI 2.0.20221103.3 arm64 HVM gp2", + "hypervisor": "xen", + "image_type": "machine", + "name": "amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-arm64-gp2", "owner_id": "137112412989", "platform": null, "public": true, diff --git a/moto/ssm/resources/ami-amazon-linux-latest/af-south-1.json b/moto/ssm/resources/ami-amazon-linux-latest/af-south-1.json index a04787837..78b6eea26 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/af-south-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/af-south-1.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552437.969, + "LastModifiedDate": 1667590209.039, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0d6c3f61bfcaeb759", - "Version": 8 + "Value": "ami-02e1fa30eea5f973f", + "Version": 16 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552439.271, + "LastModifiedDate": 1667590210.327, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0d6c3f61bfcaeb759", - "Version": 8 + "Value": "ami-02e1fa30eea5f973f", + "Version": 16 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552438.94, + "LastModifiedDate": 1667590210.009, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-01f141d4fd38e0bf2", - "Version": 12 + "Value": "ami-0a9b9696ee5932b81", + "Version": 20 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552440.21, + "LastModifiedDate": 1667590211.27, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-01f141d4fd38e0bf2", - "Version": 11 + "Value": "ami-0a9b9696ee5932b81", + "Version": 19 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197752.349, + "LastModifiedDate": 1667494672.706, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-01159c14433b9e114", - "Version": 32 + "Value": "ami-0eef5b5c3f8a1e372", + "Version": 34 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197753.3, + "LastModifiedDate": 1667494673.666, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-00a42c329aca6239a", - "Version": 32 + "Value": "ami-038f7afa94f1fcfc3", + "Version": 34 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197753.608, + "LastModifiedDate": 1667494673.994, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0534988b2dd71dee5", - "Version": 32 + "Value": "ami-0b3c88bab5502f4a9", + "Version": 34 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196667.252, + "LastModifiedDate": 1668620283.007, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-01f87ded581dd08b1", - "Version": 42 + "Value": "ami-07dc2be2b0bd0947e", + "Version": 45 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661196667.582, + "LastModifiedDate": 1668620283.323, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-04f95a4a3609e4cf3", - "Version": 42 + "Value": "ami-0ad6ce76c6b363743", + "Version": 45 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661196668.876, + "LastModifiedDate": 1668620284.583, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0fd55618ad668f2a9", - "Version": 34 + "Value": "ami-0469fb851d644a088", + "Version": 37 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552438.294, + "LastModifiedDate": 1667590209.364, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-04ced1c4b09b27fb1", - "Version": 12 + "Value": "ami-0d2e6d5b2b60a4a97", + "Version": 20 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552439.582, + "LastModifiedDate": 1667590210.638, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-04ced1c4b09b27fb1", - "Version": 11 + "Value": "ami-0d2e6d5b2b60a4a97", + "Version": 19 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552439.9, + "LastModifiedDate": 1667590210.959, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0b28d68e6103bedf2", - "Version": 8 + "Value": "ami-004ec79cf3d0074d4", + "Version": 16 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197752.672, + "LastModifiedDate": 1667494673.031, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-03e103f4fa337ce81", - "Version": 32 + "Value": "ami-0a11a68488ad018b9", + "Version": 34 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197752.981, + "LastModifiedDate": 1667494673.344, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0b74d3cb4b95227c7", - "Version": 32 + "Value": "ami-0dba9685315151f7b", + "Version": 34 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661196666.92, + "LastModifiedDate": 1668620282.683, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-00a45e16508ceefa7", - "Version": 34 + "Value": "ami-0442c0497ac19e842", + "Version": 37 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661196667.911, + "LastModifiedDate": 1668620283.633, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-086a1a8bcb58948ee", - "Version": 22 + "Value": "ami-065c658c7ddf7a594", + "Version": 25 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196668.226, + "LastModifiedDate": 1668620283.944, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0a95606a564813828", - "Version": 22 + "Value": "ami-093112d6cf5f79275", + "Version": 25 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661196668.552, + "LastModifiedDate": 1668620284.261, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-09513eb71477f1d9b", - "Version": 22 + "Value": "ami-058865467a2354040", + "Version": 25 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196669.202, + "LastModifiedDate": 1668620284.914, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0416c5673155612ba", - "Version": 42 + "Value": "ami-07512f1c8b93f04bb", + "Version": 45 }, { "ARN": "arn:aws:ssm:af-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552438.616, + "LastModifiedDate": 1667590209.683, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0b28d68e6103bedf2", - "Version": 8 + "Value": "ami-004ec79cf3d0074d4", + "Version": 16 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ap-east-1.json b/moto/ssm/resources/ami-amazon-linux-latest/ap-east-1.json index 66e59bb72..64592c8c8 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ap-east-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ap-east-1.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552411.909, + "LastModifiedDate": 1667590205.649, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-031a40f74a2bdb496", - "Version": 8 + "Value": "ami-0ad1c7600b14318e1", + "Version": 16 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552412.288, + "LastModifiedDate": 1667590206.045, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-08ac0d755e3ab23f5", - "Version": 8 + "Value": "ami-0e8f549b3a5834f63", + "Version": 16 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552412.478, + "LastModifiedDate": 1667590206.247, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-06ebdc88fdaf6372f", - "Version": 12 + "Value": "ami-03252c7e8cab2f40e", + "Version": 20 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197604.554, + "LastModifiedDate": 1667494726.535, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0cc6e6ab3ec4634bb", - "Version": 39 + "Value": "ami-06dfd00f9ac195861", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197605.108, + "LastModifiedDate": 1667494727.092, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0bde156f825d4ab02", - "Version": 39 + "Value": "ami-0fa7fb8f97148725a", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197605.293, + "LastModifiedDate": 1667494727.282, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0ec592455be1f89f5", - "Version": 39 + "Value": "ami-02303abaefb8cb7af", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196675.124, + "LastModifiedDate": 1668620243.795, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0a1c2b8f4faf1aad4", - "Version": 52 + "Value": "ami-0c84c81ed52f27ecb", + "Version": 55 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661196675.314, + "LastModifiedDate": 1668620243.987, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-051ec00661c466b27", - "Version": 52 + "Value": "ami-0e40d6716d6ef2aa4", + "Version": 55 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196675.68, + "LastModifiedDate": 1668620244.381, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0abd2c896a28752ed", - "Version": 21 + "Value": "ami-0f2bb4641e7467ff2", + "Version": 24 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661196676.041, + "LastModifiedDate": 1668620244.745, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0c563cc249297114e", - "Version": 33 + "Value": "ami-01d1711359671a6f4", + "Version": 36 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552412.097, + "LastModifiedDate": 1667590205.837, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0c9b27a951ed2051b", - "Version": 12 + "Value": "ami-015938010c14d2958", + "Version": 20 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552412.672, + "LastModifiedDate": 1667590206.422, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-031a40f74a2bdb496", - "Version": 8 + "Value": "ami-0ad1c7600b14318e1", + "Version": 16 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552412.85, + "LastModifiedDate": 1667590206.6, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0c9b27a951ed2051b", - "Version": 11 + "Value": "ami-015938010c14d2958", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552413.037, + "LastModifiedDate": 1667590206.779, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-08ac0d755e3ab23f5", - "Version": 8 + "Value": "ami-0e8f549b3a5834f63", + "Version": 16 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552413.221, + "LastModifiedDate": 1667590206.962, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-06ebdc88fdaf6372f", - "Version": 11 + "Value": "ami-03252c7e8cab2f40e", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197604.741, + "LastModifiedDate": 1667494726.728, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-06611cbd13b26371f", - "Version": 39 + "Value": "ami-01c6bf6a47e0a23c3", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197604.934, + "LastModifiedDate": 1667494726.918, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0a1eeedbd036bee3b", - "Version": 39 + "Value": "ami-084e8a46e28a75b90", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661196674.931, + "LastModifiedDate": 1668620243.615, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-01174e0118c296c37", - "Version": 33 + "Value": "ami-0ce36c888e08076c2", + "Version": 36 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661196675.492, + "LastModifiedDate": 1668620244.178, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0f6b3e4242c6690f2", - "Version": 21 + "Value": "ami-012f9c47c3daa4ed0", + "Version": 24 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661196675.861, + "LastModifiedDate": 1668620244.563, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0c1d5a98de68acf64", - "Version": 21 + "Value": "ami-0a2dce9a0bf96fdb3", + "Version": 24 }, { "ARN": "arn:aws:ssm:ap-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196676.22, + "LastModifiedDate": 1668620244.925, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0dd3c7186fef7b3b1", - "Version": 52 + "Value": "ami-0d5fcf3107e4f450a", + "Version": 55 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-1.json b/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-1.json index 197224905..36c854ad0 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-1.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552732.959, + "LastModifiedDate": 1667590594.379, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-022b0a1c51d8329d4", - "Version": 11 + "Value": "ami-05fecd359cf771974", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552732.632, + "LastModifiedDate": 1667590594.045, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-04ccd87feab64ad39", - "Version": 12 + "Value": "ami-0481d65847c3dfb90", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197963.955, + "LastModifiedDate": 1667494938.125, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0dc2c99454361d63b", - "Version": 48 + "Value": "ami-0d1a6aa56186cf052", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197964.134, + "LastModifiedDate": 1667494938.317, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0963f25a30973a61a", - "Version": 48 + "Value": "ami-097e6d140287b3b95", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197964.285, + "LastModifiedDate": 1667494938.496, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0b82ae6b27d414455", - "Version": 48 + "Value": "ami-01a74aaea51cf56a5", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197964.632, + "LastModifiedDate": 1667494938.837, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-06f68eb7cd94ecc63", - "Version": 48 + "Value": "ami-01790e11ac6e807ee", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197264.07, + "LastModifiedDate": 1668620983.439, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-02087d6f3ccd8073f", - "Version": 55 + "Value": "ami-0218f0801af7f4a59", + "Version": 58 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197264.286, + "LastModifiedDate": 1668620983.639, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0133608f2c9cccd07", - "Version": 72 + "Value": "ami-0c5b1b9e54c19c0ca", + "Version": 75 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197264.466, + "LastModifiedDate": 1668620983.816, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0b069de314c9ab4c4", - "Version": 72 + "Value": "ami-0b73aa7c1d1b2e901", + "Version": 75 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197264.811, + "LastModifiedDate": 1668620984.18, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-071b23ebd395846d3", - "Version": 24 + "Value": "ami-06ad3ac88559a364f", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552732.3, + "LastModifiedDate": 1667590593.702, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-022b0a1c51d8329d4", - "Version": 12 + "Value": "ami-05fecd359cf771974", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552732.457, + "LastModifiedDate": 1667590593.875, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-061f024082760d353", - "Version": 8 + "Value": "ami-03a83d81a861f8830", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552733.321, + "LastModifiedDate": 1667590594.716, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-04ccd87feab64ad39", - "Version": 11 + "Value": "ami-0481d65847c3dfb90", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197964.458, + "LastModifiedDate": 1667494938.668, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0c44a2acf4122f7d7", - "Version": 48 + "Value": "ami-06a7393732cea5e2e", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197964.805, + "LastModifiedDate": 1667494939.016, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0087d47be4361ea08", - "Version": 48 + "Value": "ami-099c5f1745b2dc716", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197964.958, + "LastModifiedDate": 1667494939.188, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-08cb77dbde046d342", - "Version": 48 + "Value": "ami-0142d015c7992b049", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197965.31, + "LastModifiedDate": 1667494939.55, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-0323903c031e30a1c", - "Version": 48 + "Value": "ami-05dfc645ea692fe9a", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197264.627, + "LastModifiedDate": 1668620984.009, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-05827d651478a7791", - "Version": 24 + "Value": "ami-0089d4ff0b093a1b7", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197265.003, + "LastModifiedDate": 1668620984.335, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0f36dcfcc94112ea1", - "Version": 24 + "Value": "ami-072bfb8ae2c884cc4", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197265.16, + "LastModifiedDate": 1668620984.488, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0952cc7975c1408ec", - "Version": 55 + "Value": "ami-0567f041c6107d9e6", + "Version": 58 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552732.117, + "LastModifiedDate": 1667590593.523, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0296ebdd03c95964c", - "Version": 8 + "Value": "ami-076c85cba0f4c5cc8", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552732.806, + "LastModifiedDate": 1667590594.202, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0296ebdd03c95964c", - "Version": 8 + "Value": "ami-076c85cba0f4c5cc8", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552733.137, + "LastModifiedDate": 1667590594.543, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-061f024082760d353", - "Version": 8 + "Value": "ami-03a83d81a861f8830", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197965.148, + "LastModifiedDate": 1667494939.378, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-03d8867e445983192", - "Version": 48 + "Value": "ami-0c8fcdb6900a07564", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197265.34, + "LastModifiedDate": 1668620984.668, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0a534632cb62ea128", - "Version": 72 + "Value": "ami-07b14acc0c4d11fcc", + "Version": 75 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-2.json b/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-2.json index a6368a5a9..de8678c51 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-2.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-2.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552735.118, + "LastModifiedDate": 1667590596.945, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-081a7e0e287c0059b", - "Version": 11 + "Value": "ami-01257e4ad0ccf063e", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552734.758, + "LastModifiedDate": 1667590596.596, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0742ae0bc6a8a9de0", - "Version": 12 + "Value": "ami-0dabdd724ec8aec31", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197966.492, + "LastModifiedDate": 1667494940.894, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-01194638ea947b661", - "Version": 48 + "Value": "ami-04e214120c3026b2f", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197966.686, + "LastModifiedDate": 1667494941.093, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0d5ed17b26b3fb180", - "Version": 48 + "Value": "ami-052c44c0d0afc2547", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197966.865, + "LastModifiedDate": 1667494941.284, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0e52c86d9d2f7e7a2", - "Version": 48 + "Value": "ami-0b18ad6eb6ae3714f", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197967.227, + "LastModifiedDate": 1667494941.644, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-01148a7e481f1bc67", - "Version": 48 + "Value": "ami-04e732a5c9a172b25", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197266.949, + "LastModifiedDate": 1668620986.413, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-03159e41d5c4d0a31", - "Version": 40 + "Value": "ami-02ea2b660f052992d", + "Version": 43 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197267.152, + "LastModifiedDate": 1668620986.587, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-060ba0ad6ad5716c9", - "Version": 72 + "Value": "ami-055c1da604ae90a84", + "Version": 75 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197267.342, + "LastModifiedDate": 1668620986.756, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-066d41d96fc160063", - "Version": 72 + "Value": "ami-06eb68a3c20079122", + "Version": 75 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197267.709, + "LastModifiedDate": 1668620987.116, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-06849af79b37cb6f5", - "Version": 24 + "Value": "ami-0888cb809eb69f3e4", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552734.183, + "LastModifiedDate": 1667590596.017, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-083981c5b0740046d", - "Version": 8 + "Value": "ami-0f0e292bfc9760ddf", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552734.385, + "LastModifiedDate": 1667590596.203, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-081a7e0e287c0059b", - "Version": 12 + "Value": "ami-01257e4ad0ccf063e", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552734.943, + "LastModifiedDate": 1667590596.766, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-083981c5b0740046d", - "Version": 8 + "Value": "ami-0f0e292bfc9760ddf", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552734.57, + "LastModifiedDate": 1667590596.411, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-027f044612d7121b0", - "Version": 8 + "Value": "ami-01433f70bb1219050", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552735.29, + "LastModifiedDate": 1667590597.126, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-027f044612d7121b0", - "Version": 8 + "Value": "ami-01433f70bb1219050", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552735.466, + "LastModifiedDate": 1667590597.3, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0742ae0bc6a8a9de0", - "Version": 11 + "Value": "ami-0dabdd724ec8aec31", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197967.045, + "LastModifiedDate": 1667494941.472, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-08b2ee059a3d55ee0", - "Version": 48 + "Value": "ami-056674e86f36651b6", + "Version": 50 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197267.53, + "LastModifiedDate": 1668620986.939, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0c501dbf1131cb15e", - "Version": 24 + "Value": "ami-075f89d01ce4e4d00", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197267.892, + "LastModifiedDate": 1668620987.284, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-01d87646ef267ccd7", - "Version": 24 + "Value": "ami-0eddbd81024d3fbdd", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197268.071, + "LastModifiedDate": 1668620987.448, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0195879cb58a44eca", - "Version": 40 + "Value": "ami-0a4fe6514352b5c2a", + "Version": 43 }, { "ARN": "arn:aws:ssm:ap-northeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197268.247, + "LastModifiedDate": 1668620987.616, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-081bbde66d94a18fa", - "Version": 72 + "Value": "ami-03d72cd5f6dd842bb", + "Version": 75 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-3.json b/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-3.json index a76b72a80..0e22e7f4a 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-3.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-3.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552736.928, + "LastModifiedDate": 1667590599.208, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0f661e3c76db1ad75", - "Version": 11 + "Value": "ami-0b85ff3c4b506974d", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552736.657, + "LastModifiedDate": 1667590598.9, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-077e920b9d78d696c", - "Version": 12 + "Value": "ami-0f4175426007dbc47", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197968.313, + "LastModifiedDate": 1667494942.825, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-08c37feab245648e8", - "Version": 26 + "Value": "ami-0ac75095cfa26432d", + "Version": 28 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197968.465, + "LastModifiedDate": 1667494942.977, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0d6b1ecb50d1069aa", - "Version": 26 + "Value": "ami-080ff2fec9a0a3452", + "Version": 28 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197968.608, + "LastModifiedDate": 1667494943.153, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-06ef1a4c61390830f", - "Version": 26 + "Value": "ami-0c1c3f5145515972b", + "Version": 28 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197968.891, + "LastModifiedDate": 1667494943.449, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0cfd36ba88a453138", - "Version": 26 + "Value": "ami-042e5f0cf0d9c3a3a", + "Version": 28 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197269.867, + "LastModifiedDate": 1668620989.212, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0996e8e04bf149889", - "Version": 38 + "Value": "ami-0533f5639d6be666d", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197270.021, + "LastModifiedDate": 1668620989.346, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-004ddfd599a2b885b", - "Version": 38 + "Value": "ami-0b6b21b33c8e7353c", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197270.167, + "LastModifiedDate": 1668620989.507, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-00d7ff299ded74625", - "Version": 38 + "Value": "ami-0ca7f72edb2808742", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197270.455, + "LastModifiedDate": 1668620989.785, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0f30623807b2f7c3a", - "Version": 24 + "Value": "ami-0eb8c88ab7413a2c6", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552736.217, + "LastModifiedDate": 1667590598.451, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0a7dba5bd077d8fc1", - "Version": 8 + "Value": "ami-02d775dedaee960da", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552736.368, + "LastModifiedDate": 1667590598.603, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0f661e3c76db1ad75", - "Version": 12 + "Value": "ami-0b85ff3c4b506974d", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552736.791, + "LastModifiedDate": 1667590599.056, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0a7dba5bd077d8fc1", - "Version": 8 + "Value": "ami-02d775dedaee960da", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552736.506, + "LastModifiedDate": 1667590598.751, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0f32fde82dd7c56a5", - "Version": 8 + "Value": "ami-0953a90d5fbf424de", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552737.065, + "LastModifiedDate": 1667590599.345, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0f32fde82dd7c56a5", - "Version": 8 + "Value": "ami-0953a90d5fbf424de", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552737.211, + "LastModifiedDate": 1667590599.48, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-077e920b9d78d696c", - "Version": 11 + "Value": "ami-0f4175426007dbc47", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197968.752, + "LastModifiedDate": 1667494943.305, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0ddf56cca48942d5c", - "Version": 26 + "Value": "ami-0f10048a0131e4f1c", + "Version": 28 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197270.301, + "LastModifiedDate": 1668620989.642, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-04f2675a55ac108da", - "Version": 24 + "Value": "ami-0ab00abfb72e04ac0", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197270.599, + "LastModifiedDate": 1668620989.922, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-089b2beceb9ced534", - "Version": 24 + "Value": "ami-0e0cbf0f03ba99ee7", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197270.739, + "LastModifiedDate": 1668620990.056, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0cf754cc7cb5eca6b", - "Version": 38 + "Value": "ami-0ad430d4b6366ffc3", + "Version": 41 }, { "ARN": "arn:aws:ssm:ap-northeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197270.887, + "LastModifiedDate": 1668620990.2, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-02c9b38e494b8411b", - "Version": 38 + "Value": "ami-0c2e2b3199ff1626e", + "Version": 41 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ap-south-1.json b/moto/ssm/resources/ami-amazon-linux-latest/ap-south-1.json index aca93b3bf..5948bf1db 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ap-south-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ap-south-1.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552739.686, + "LastModifiedDate": 1667590602.474, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-085f6b955743bf0ec", - "Version": 11 + "Value": "ami-0beba0443866438e2", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552739.173, + "LastModifiedDate": 1667590601.946, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0b1a7da2321865b2e", - "Version": 12 + "Value": "ami-02a026fae965fe210", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197970.417, + "LastModifiedDate": 1667494945.121, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0acf1469999692d4a", - "Version": 47 + "Value": "ami-01b9ab5d38a4a3050", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197970.679, + "LastModifiedDate": 1667494945.39, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-05c7bbdb2cb5bc02f", - "Version": 47 + "Value": "ami-0331dade58b1ccc63", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197970.94, + "LastModifiedDate": 1667494945.668, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-088f3aee205a0a7b2", - "Version": 47 + "Value": "ami-096fb47b27958081c", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197971.461, + "LastModifiedDate": 1667494946.186, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0ca2412ced52ca7ae", - "Version": 47 + "Value": "ami-0ed52104c96a79702", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197272.737, + "LastModifiedDate": 1668620992.116, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0fc81ccb6d411c58b", - "Version": 55 + "Value": "ami-02c10b1c87592fa82", + "Version": 58 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197273.005, + "LastModifiedDate": 1668620992.385, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0d0e84be91cc35306", - "Version": 72 + "Value": "ami-019232f8e8bd3340b", + "Version": 75 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197273.267, + "LastModifiedDate": 1668620992.659, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-068cda7597e78094b", - "Version": 72 + "Value": "ami-0a2457eba250ca23d", + "Version": 75 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197273.785, + "LastModifiedDate": 1668620993.184, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-04599c47636100141", - "Version": 24 + "Value": "ami-05b45bff8b2fa1114", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552738.399, + "LastModifiedDate": 1667590601.148, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0aa85f09b8a5f6b8c", - "Version": 8 + "Value": "ami-07dda305311156007", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552738.659, + "LastModifiedDate": 1667590601.412, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-085f6b955743bf0ec", - "Version": 12 + "Value": "ami-0beba0443866438e2", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552739.43, + "LastModifiedDate": 1667590602.204, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0aa85f09b8a5f6b8c", - "Version": 8 + "Value": "ami-07dda305311156007", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552738.914, + "LastModifiedDate": 1667590601.686, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0e03fdf4f0e4542d4", - "Version": 8 + "Value": "ami-0b208c99f636457b5", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552739.935, + "LastModifiedDate": 1667590602.73, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0e03fdf4f0e4542d4", - "Version": 8 + "Value": "ami-0b208c99f636457b5", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552740.189, + "LastModifiedDate": 1667590602.985, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0b1a7da2321865b2e", - "Version": 11 + "Value": "ami-02a026fae965fe210", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197971.201, + "LastModifiedDate": 1667494945.931, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0bae359eecc93092b", - "Version": 47 + "Value": "ami-07b16dceb5e47713d", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197273.523, + "LastModifiedDate": 1668620992.923, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0e18b1d379af4e263", - "Version": 24 + "Value": "ami-019774e5caffd1685", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197274.04, + "LastModifiedDate": 1668620993.439, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-06489866022e12a14", - "Version": 24 + "Value": "ami-074dc0a6f6c764218", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197274.299, + "LastModifiedDate": 1668620993.699, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-032b3c2df9b63cdef", - "Version": 55 + "Value": "ami-049c319dd1e0c59b2", + "Version": 58 }, { "ARN": "arn:aws:ssm:ap-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197274.556, + "LastModifiedDate": 1668620993.959, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0d511c0096f18c59c", - "Version": 72 + "Value": "ami-09ce59e113945a65b", + "Version": 75 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-1.json b/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-1.json index e3e9b2029..e6c69882c 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-1.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552742.386, + "LastModifiedDate": 1667590605.538, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0e50e3f9e217865a4", - "Version": 11 + "Value": "ami-03822234aa0683b5c", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552741.963, + "LastModifiedDate": 1667590605.088, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0350750121e6e335c", - "Version": 12 + "Value": "ami-0838b03fb62cd8ada", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197972.901, + "LastModifiedDate": 1667494947.607, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0943d29a502683a9e", - "Version": 47 + "Value": "ami-04a324e6087d5d6bb", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197973.121, + "LastModifiedDate": 1667494947.828, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-06ff0688bb09a8864", - "Version": 47 + "Value": "ami-00505f87c5f9e4c76", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197973.338, + "LastModifiedDate": 1667494948.057, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0644873e62669e289", - "Version": 47 + "Value": "ami-015f6c850d7bf3555", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197973.745, + "LastModifiedDate": 1667494948.496, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-096be21f47abccc2c", - "Version": 47 + "Value": "ami-04664ab2a1a4e9192", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197276.211, + "LastModifiedDate": 1668620995.901, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-05465ed4133f4f04c", - "Version": 55 + "Value": "ami-0404d25daac16f674", + "Version": 58 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197276.429, + "LastModifiedDate": 1668620996.119, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-00bc9ff22673aa25b", - "Version": 73 + "Value": "ami-0786899d6dd5a6f33", + "Version": 76 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197276.661, + "LastModifiedDate": 1668620996.343, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-013586750d303f89d", - "Version": 73 + "Value": "ami-009c33adf2a03baf9", + "Version": 76 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197277.096, + "LastModifiedDate": 1668620996.768, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0aefafb4fb54882ac", - "Version": 24 + "Value": "ami-0ff93cc261edca086", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552741.512, + "LastModifiedDate": 1667590604.664, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0e50e3f9e217865a4", - "Version": 12 + "Value": "ami-03822234aa0683b5c", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552741.73, + "LastModifiedDate": 1667590604.881, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0b401c0eb6f4631bc", - "Version": 8 + "Value": "ami-0b4eca8f7052c5421", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552742.816, + "LastModifiedDate": 1667590605.991, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0350750121e6e335c", - "Version": 11 + "Value": "ami-0838b03fb62cd8ada", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197973.543, + "LastModifiedDate": 1667494948.288, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-09f534826ba230b66", - "Version": 47 + "Value": "ami-01bc8c667b35f8552", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197973.966, + "LastModifiedDate": 1667494948.73, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0008599ae05cdfeb8", - "Version": 47 + "Value": "ami-00daeb48015929fbd", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197974.179, + "LastModifiedDate": 1667494948.936, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-0059b7b9d522b7a0d", - "Version": 47 + "Value": "ami-0b3a45403fb2888ee", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197974.612, + "LastModifiedDate": 1667494949.356, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-0d663ce16157a90e3", - "Version": 47 + "Value": "ami-04bbc08844f2c725e", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197276.884, + "LastModifiedDate": 1668620996.55, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0e64281826ea08b9e", - "Version": 24 + "Value": "ami-00c19932db959235a", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197277.32, + "LastModifiedDate": 1668620996.975, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0b89f7b3f054b957e", - "Version": 24 + "Value": "ami-0af2f764c580cc1f9", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197277.532, + "LastModifiedDate": 1668620997.193, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-03c3ea8440c51b201", - "Version": 55 + "Value": "ami-0121a2803d4df7c2d", + "Version": 58 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552741.281, + "LastModifiedDate": 1667590604.442, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-01932a7681a85ccd5", - "Version": 8 + "Value": "ami-0cc1388aa7c7777da", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552742.175, + "LastModifiedDate": 1667590605.315, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-01932a7681a85ccd5", - "Version": 8 + "Value": "ami-0cc1388aa7c7777da", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552742.593, + "LastModifiedDate": 1667590605.761, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0b401c0eb6f4631bc", - "Version": 8 + "Value": "ami-0b4eca8f7052c5421", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197974.393, + "LastModifiedDate": 1667494949.15, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0294896114b69806f", - "Version": 47 + "Value": "ami-02c27811e301ee8c7", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197277.744, + "LastModifiedDate": 1668620997.396, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-05c751e7f8ddf3247", - "Version": 73 + "Value": "ami-09ff3a0eced92d5ca", + "Version": 76 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-2.json b/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-2.json index 395a59742..7fa4ec59b 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-2.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-2.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552744.783, + "LastModifiedDate": 1667590608.265, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-064f016bd6570e60b", - "Version": 11 + "Value": "ami-049227cd487f3482a", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552744.401, + "LastModifiedDate": 1667590607.87, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0f6730ce131750f48", - "Version": 12 + "Value": "ami-027b8950e9f3b8de8", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197976.041, + "LastModifiedDate": 1667494950.758, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0386a9a8686c51695", - "Version": 47 + "Value": "ami-057a25259ace5f998", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197976.246, + "LastModifiedDate": 1667494950.962, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-05805b49abf7d69c4", - "Version": 47 + "Value": "ami-07a68297dfd565e95", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197976.453, + "LastModifiedDate": 1667494951.179, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-017896a12c124f468", - "Version": 47 + "Value": "ami-0199e715be5e44d12", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197976.873, + "LastModifiedDate": 1667494951.601, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0f10449b92ffcfcfb", - "Version": 47 + "Value": "ami-03c0299d8675abb93", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197279.46, + "LastModifiedDate": 1668620999.457, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0f18530afdf50e2cf", - "Version": 55 + "Value": "ami-0de2c41f914ed2be7", + "Version": 58 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197279.669, + "LastModifiedDate": 1668620999.689, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-00c643188f2c4159b", - "Version": 72 + "Value": "ami-0609805047602e9e6", + "Version": 75 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197279.863, + "LastModifiedDate": 1668620999.886, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0336d88ead51a9210", - "Version": 72 + "Value": "ami-08efd89f971ace76d", + "Version": 75 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197280.245, + "LastModifiedDate": 1668621000.292, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-034a785cdab7f6489", - "Version": 24 + "Value": "ami-05daec9b92f82fcee", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552744.011, + "LastModifiedDate": 1667590607.488, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-064f016bd6570e60b", - "Version": 12 + "Value": "ami-049227cd487f3482a", + "Version": 19 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552744.206, + "LastModifiedDate": 1667590607.684, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-05eac7cfa39c1e4bf", - "Version": 8 + "Value": "ami-0693a62cf97199572", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552745.161, + "LastModifiedDate": 1667590608.655, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0f6730ce131750f48", - "Version": 11 + "Value": "ami-027b8950e9f3b8de8", + "Version": 18 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197976.65, + "LastModifiedDate": 1667494951.384, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-005751ff1e2a0425c", - "Version": 47 + "Value": "ami-06c24abc9cf3349bb", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197977.079, + "LastModifiedDate": 1667494951.808, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-03b335ca56bb8b99a", - "Version": 47 + "Value": "ami-068f869cc52ba1015", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197977.29, + "LastModifiedDate": 1667494952.016, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-096e139f65c6d57b1", - "Version": 47 + "Value": "ami-03f8410d26fe16b26", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197977.69, + "LastModifiedDate": 1667494952.405, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-0074c514bce3a0526", - "Version": 47 + "Value": "ami-03d10ede8fd0bfb27", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197280.063, + "LastModifiedDate": 1668621000.094, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-00fdb24828509782b", - "Version": 24 + "Value": "ami-07ee15b3f35c0a7b5", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197280.438, + "LastModifiedDate": 1668621000.474, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0b55fc9b052b03618", - "Version": 24 + "Value": "ami-06bb074d1e196d0d4", + "Version": 27 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197280.639, + "LastModifiedDate": 1668621000.652, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0ce7d477f775dd668", - "Version": 55 + "Value": "ami-047e6a59e023eff9e", + "Version": 58 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552743.801, + "LastModifiedDate": 1667590607.289, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-086b79b1dc942722e", - "Version": 8 + "Value": "ami-0d120f156fe73bf3a", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552744.592, + "LastModifiedDate": 1667590608.069, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-086b79b1dc942722e", - "Version": 8 + "Value": "ami-0d120f156fe73bf3a", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552744.981, + "LastModifiedDate": 1667590608.452, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-05eac7cfa39c1e4bf", - "Version": 8 + "Value": "ami-0693a62cf97199572", + "Version": 15 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197977.487, + "LastModifiedDate": 1667494952.207, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0763db6bf651a4851", - "Version": 47 + "Value": "ami-09efa35f2a5d46517", + "Version": 49 }, { "ARN": "arn:aws:ssm:ap-southeast-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197280.835, + "LastModifiedDate": 1668621000.843, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-038b8000bff142ccc", - "Version": 72 + "Value": "ami-06ee62e46c0b265de", + "Version": 75 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-3.json b/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-3.json index 5627571d8..9397cf89c 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-3.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-3.json @@ -1,227 +1,173 @@ [ { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552766.223, - "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", - "Type": "String", - "Value": "ami-0b4659d78cb302fd7", - "Version": 11 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", - "DataType": "text", - "LastModifiedDate": 1661552766.03, - "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", - "Type": "String", - "Value": "ami-081e29ba5ac97f6ed", - "Version": 12 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", - "DataType": "text", - "LastModifiedDate": 1661198000.525, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", - "Type": "String", - "Value": "ami-0f0c6dd67e57eb7da", - "Version": 48 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", - "DataType": "text", - "LastModifiedDate": 1661198000.588, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", - "Type": "String", - "Value": "ami-0f10d032efbb0d021", - "Version": 48 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", - "DataType": "text", - "LastModifiedDate": 1661198000.673, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", - "Type": "String", - "Value": "ami-09e747de04c8097d8", - "Version": 48 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", - "DataType": "text", - "LastModifiedDate": 1661198000.818, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", - "Type": "String", - "Value": "ami-00abe7c37bf7e315d", - "Version": 48 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", - "DataType": "text", - "LastModifiedDate": 1661197308.223, - "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", - "Type": "String", - "Value": "ami-0f36e12deb25112d9", - "Version": 40 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", - "DataType": "text", - "LastModifiedDate": 1661197308.298, - "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", - "Type": "String", - "Value": "ami-0b591b790e74edd1c", - "Version": 73 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", - "DataType": "text", - "LastModifiedDate": 1661197308.377, - "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", - "Type": "String", - "Value": "ami-0019ad94c6124959d", - "Version": 73 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", - "DataType": "text", - "LastModifiedDate": 1661197308.533, - "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", - "Type": "String", - "Value": "ami-0ec9bc5ebf8f304f7", - "Version": 24 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", - "DataType": "text", - "LastModifiedDate": 1661552765.878, - "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", - "Type": "String", - "Value": "ami-0b4659d78cb302fd7", - "Version": 12 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", - "DataType": "text", - "LastModifiedDate": 1661552765.95, - "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", - "Type": "String", - "Value": "ami-07e39cde436e94511", - "Version": 8 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", - "DataType": "text", - "LastModifiedDate": 1661552766.379, - "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", - "Type": "String", - "Value": "ami-081e29ba5ac97f6ed", - "Version": 11 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", - "DataType": "text", - "LastModifiedDate": 1661198000.739, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", - "Type": "String", - "Value": "ami-094bf1c3c5cd1093f", - "Version": 48 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", - "DataType": "text", - "LastModifiedDate": 1661198000.89, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", - "Type": "String", - "Value": "ami-01e9194b4ab509f10", - "Version": 48 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", - "DataType": "text", - "LastModifiedDate": 1661198000.957, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", - "Type": "String", - "Value": "ami-04c6a77e0b8e6de98", - "Version": 48 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", - "DataType": "text", - "LastModifiedDate": 1661198001.089, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", - "Type": "String", - "Value": "ami-07b7bf7f2288518a3", - "Version": 48 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", - "DataType": "text", - "LastModifiedDate": 1661197308.461, - "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", - "Type": "String", - "Value": "ami-08b83c17eb5834a05", - "Version": 24 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", - "DataType": "text", - "LastModifiedDate": 1661197308.602, - "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", - "Type": "String", - "Value": "ami-018d291ca9ffc002f", - "Version": 24 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", - "DataType": "text", - "LastModifiedDate": 1661197308.68, - "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", - "Type": "String", - "Value": "ami-02ef4b916ab622f0a", - "Version": 40 - }, - { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", - "DataType": "text", - "LastModifiedDate": 1661552765.783, + "LastModifiedDate": 1667590168.124, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0266bbea3330d8d4d", - "Version": 8 + "Value": "ami-0d0d46eb1501c5420", + "Version": 16 }, { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552766.122, - "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", + "LastModifiedDate": 1667590169.31, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0266bbea3330d8d4d", - "Version": 8 + "Value": "ami-0e6634622eaaad748", + "Version": 18 }, { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552766.295, + "LastModifiedDate": 1667590168.86, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", + "Type": "String", + "Value": "ami-0d47bc522eab37c9a", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", + "DataType": "text", + "LastModifiedDate": 1667590169.537, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-07e39cde436e94511", - "Version": 8 + "Value": "ami-06bf04f9e3de77e37", + "Version": 15 }, { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198001.021, - "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", + "LastModifiedDate": 1667494755.719, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0d3e509ea6406b8f7", - "Version": 48 + "Value": "ami-056ace9b5c299cf5b", + "Version": 19 }, { - "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197308.753, + "LastModifiedDate": 1668620280.373, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", + "Type": "String", + "Value": "ami-03bfec71105bbb103", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668620280.596, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-0105f582118f5c75b", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1668620280.822, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-0dbbdadea5c056087", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", + "DataType": "text", + "LastModifiedDate": 1668620281.045, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", + "Type": "String", + "Value": "ami-0321e09524ba307cd", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668620281.262, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0e160620e695cfbd6", - "Version": 73 + "Value": "ami-0a2e6e557a339930e", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", + "DataType": "text", + "LastModifiedDate": 1667590168.366, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", + "Type": "String", + "Value": "ami-0e6634622eaaad748", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", + "DataType": "text", + "LastModifiedDate": 1667590169.087, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", + "Type": "String", + "Value": "ami-0d0d46eb1501c5420", + "Version": 15 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", + "DataType": "text", + "LastModifiedDate": 1667590168.599, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", + "Type": "String", + "Value": "ami-06bf04f9e3de77e37", + "Version": 16 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", + "DataType": "text", + "LastModifiedDate": 1667590169.77, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", + "Type": "String", + "Value": "ami-0d47bc522eab37c9a", + "Version": 18 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1667494755.952, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-09b2a244ec4fde60e", + "Version": 19 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1667494756.192, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-06bb3242dec2eeb44", + "Version": 19 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", + "DataType": "text", + "LastModifiedDate": 1668620279.686, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", + "Type": "String", + "Value": "ami-08412f6a4cac677f4", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668620279.917, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-08c82f222bd6ea38e", + "Version": 20 + }, + { + "ARN": "arn:aws:ssm:ap-southeast-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1668620280.157, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-0667c5c08ef2aeddb", + "Version": 20 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/ca-central-1.json b/moto/ssm/resources/ami-amazon-linux-latest/ca-central-1.json index e8b8c25f8..6cfdd484d 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/ca-central-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/ca-central-1.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552746.362, + "LastModifiedDate": 1667590610.242, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-085e7db889bbcdf90", - "Version": 11 + "Value": "ami-086e83a07eaac1305", + "Version": 18 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552746.155, + "LastModifiedDate": 1667590610.031, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-041b8ba43220d3d92", - "Version": 12 + "Value": "ami-0af314a2fd7c64b73", + "Version": 19 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197978.651, + "LastModifiedDate": 1667494953.437, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-049acb493572b37a7", - "Version": 47 + "Value": "ami-06ade7123a6b98fba", + "Version": 49 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197978.761, + "LastModifiedDate": 1667494953.548, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0b3a2d9264db347bf", - "Version": 47 + "Value": "ami-07038c114933395e4", + "Version": 49 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197978.877, + "LastModifiedDate": 1667494953.66, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-011a53a5ac69c5b00", - "Version": 47 + "Value": "ami-0036c9304a891fcd3", + "Version": 49 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197979.074, + "LastModifiedDate": 1667494953.851, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0b1d8eabf4ae3dcd9", - "Version": 47 + "Value": "ami-0d5402218a50d13a4", + "Version": 49 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197282.178, + "LastModifiedDate": 1668621002.38, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0463527f07939f08c", - "Version": 40 + "Value": "ami-0ad9bae47e0e3ad88", + "Version": 43 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197282.285, + "LastModifiedDate": 1668621002.515, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0ea3c1c3bcde82f98", - "Version": 73 + "Value": "ami-035b7852462a031ee", + "Version": 76 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197282.398, + "LastModifiedDate": 1668621002.633, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0300c413e2de1804e", - "Version": 73 + "Value": "ami-017f4811a06d3e510", + "Version": 76 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197282.603, + "LastModifiedDate": 1668621002.851, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0dc02d7c19b1956fe", - "Version": 24 + "Value": "ami-01eeee573e084cb94", + "Version": 27 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552745.819, + "LastModifiedDate": 1667590609.699, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-025cac8e77542e15b", - "Version": 8 + "Value": "ami-04486e386eccac940", + "Version": 15 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552745.94, + "LastModifiedDate": 1667590609.813, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-085e7db889bbcdf90", - "Version": 12 + "Value": "ami-086e83a07eaac1305", + "Version": 19 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552746.266, + "LastModifiedDate": 1667590610.135, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-025cac8e77542e15b", - "Version": 8 + "Value": "ami-04486e386eccac940", + "Version": 15 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552746.057, + "LastModifiedDate": 1667590609.926, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-074a73ec0408601c4", - "Version": 8 + "Value": "ami-0bd95e66f318d5764", + "Version": 15 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552746.46, + "LastModifiedDate": 1667590610.34, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-074a73ec0408601c4", - "Version": 8 + "Value": "ami-0bd95e66f318d5764", + "Version": 15 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552746.571, + "LastModifiedDate": 1667590610.437, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-041b8ba43220d3d92", - "Version": 11 + "Value": "ami-0af314a2fd7c64b73", + "Version": 18 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197978.981, + "LastModifiedDate": 1667494953.758, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0d822892092eec2ce", - "Version": 47 + "Value": "ami-0ff8178cb5801c8db", + "Version": 49 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197282.505, + "LastModifiedDate": 1668621002.734, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-065ab3db2b1fde8a5", - "Version": 24 + "Value": "ami-0eee14fe9163c7edd", + "Version": 27 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197282.702, + "LastModifiedDate": 1668621002.954, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-06b0bb707079eb96a", - "Version": 24 + "Value": "ami-0ee679ef733e3b8e7", + "Version": 27 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197282.805, + "LastModifiedDate": 1668621003.056, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0cf212f18314c46d0", - "Version": 40 + "Value": "ami-0c2163e92918c7e8e", + "Version": 43 }, { "ARN": "arn:aws:ssm:ca-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197282.906, + "LastModifiedDate": 1668621003.175, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-040339185ea02295c", - "Version": 73 + "Value": "ami-0d249c21a07a5581b", + "Version": 76 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/eu-central-1.json b/moto/ssm/resources/ami-amazon-linux-latest/eu-central-1.json index 7dfd7977e..a5d88f33a 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/eu-central-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/eu-central-1.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552750.066, + "LastModifiedDate": 1667590615.032, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-08d7c8a4e9c511008", - "Version": 11 + "Value": "ami-0fe4fea1864a8caa4", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552749.68, + "LastModifiedDate": 1667590614.612, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0a5dbc028abd4cd18", - "Version": 12 + "Value": "ami-008e68c049d6f87bb", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197980.4, + "LastModifiedDate": 1667494957.215, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-099c86c7b99c72b36", - "Version": 48 + "Value": "ami-074bec2fa442b45b1", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197980.601, + "LastModifiedDate": 1667494957.42, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-08baf19005f1bbfeb", - "Version": 48 + "Value": "ami-0c40fcf2b92e43e60", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197980.797, + "LastModifiedDate": 1667494957.622, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-012f02dd55dcab6e8", - "Version": 48 + "Value": "ami-09489e7c62de7f74c", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197981.178, + "LastModifiedDate": 1667494958.041, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0bbf064c4581b59a1", - "Version": 48 + "Value": "ami-0a66f27e2e086931a", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197284.465, + "LastModifiedDate": 1668621006.989, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0965af9995b3a878f", - "Version": 55 + "Value": "ami-0dabdd53883de82df", + "Version": 58 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197284.791, + "LastModifiedDate": 1668621007.184, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0872ea47efc1cee46", - "Version": 72 + "Value": "ami-038e72c46ec456919", + "Version": 75 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197284.989, + "LastModifiedDate": 1668621007.368, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-041e64b0129bffca9", - "Version": 72 + "Value": "ami-034a7d2833172671e", + "Version": 75 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197285.391, + "LastModifiedDate": 1668621007.756, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0dec34430252847af", - "Version": 24 + "Value": "ami-00c4ec399b1fdb4e5", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552749.28, + "LastModifiedDate": 1667590614.19, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-08d7c8a4e9c511008", - "Version": 12 + "Value": "ami-0fe4fea1864a8caa4", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552749.484, + "LastModifiedDate": 1667590614.395, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-03dc305d22c9e3414", - "Version": 8 + "Value": "ami-0c16ef25f71f3d581", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552750.471, + "LastModifiedDate": 1667590615.451, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0a5dbc028abd4cd18", - "Version": 11 + "Value": "ami-008e68c049d6f87bb", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197980.997, + "LastModifiedDate": 1667494957.831, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0d46c67fe41e5d399", - "Version": 48 + "Value": "ami-03b967d544c3a8d43", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197981.37, + "LastModifiedDate": 1667494958.245, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0ec8696a68a31710b", - "Version": 48 + "Value": "ami-0c612d042cab6495d", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197981.568, + "LastModifiedDate": 1667494958.443, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-045eebcdc19f47449", - "Version": 48 + "Value": "ami-025758c4ee46f0a8d", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197981.969, + "LastModifiedDate": 1667494958.837, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-064af50e37ce389be", - "Version": 48 + "Value": "ami-03fa5207c9e73de09", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197285.19, + "LastModifiedDate": 1668621007.552, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0854da2f8540b70a2", - "Version": 24 + "Value": "ami-087924c9e0410af37", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197285.599, + "LastModifiedDate": 1668621007.949, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0e2031728ef69a466", - "Version": 24 + "Value": "ami-076309742d466ad69", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197285.787, + "LastModifiedDate": 1668621008.137, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0b8c4ad91276b271a", - "Version": 55 + "Value": "ami-0725ec00f21932596", + "Version": 58 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552749.084, + "LastModifiedDate": 1667590613.976, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0d5ec2ce1a99d68ec", - "Version": 8 + "Value": "ami-0e1205ab1c58a8d0b", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552749.879, + "LastModifiedDate": 1667590614.829, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0d5ec2ce1a99d68ec", - "Version": 8 + "Value": "ami-0e1205ab1c58a8d0b", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552750.264, + "LastModifiedDate": 1667590615.246, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-03dc305d22c9e3414", - "Version": 8 + "Value": "ami-0c16ef25f71f3d581", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197981.769, + "LastModifiedDate": 1667494958.646, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0fe2279ca5a5abcb2", - "Version": 48 + "Value": "ami-064bc2c885149d15a", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197285.988, + "LastModifiedDate": 1668621008.345, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-063d4e60e9c5f9aed", - "Version": 72 + "Value": "ami-02fb2db2ef67bcb47", + "Version": 75 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/eu-central-2.json b/moto/ssm/resources/ami-amazon-linux-latest/eu-central-2.json new file mode 100644 index 000000000..b560cdd55 --- /dev/null +++ b/moto/ssm/resources/ami-amazon-linux-latest/eu-central-2.json @@ -0,0 +1,101 @@ +[ + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1667429993.458, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-00a9d746141dd3910", + "Version": 3 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1667429993.657, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-04802060fbff3ecda", + "Version": 3 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1667429993.854, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-06d4ef51840fa8634", + "Version": 3 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", + "DataType": "text", + "LastModifiedDate": 1668551537.191, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", + "Type": "String", + "Value": "ami-0b267fd6078eea8b3", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668551537.37, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-0486d1cf6348608b0", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", + "DataType": "text", + "LastModifiedDate": 1668551537.739, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", + "Type": "String", + "Value": "ami-05f556de212b40ce7", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668551537.927, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-0c15bb4b4d54c31f2", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1668551538.129, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-0b0ef1576c8aba3ed", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", + "DataType": "text", + "LastModifiedDate": 1668551538.318, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", + "Type": "String", + "Value": "ami-01146692a4556c5bf", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668551538.512, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-07d2adcb3605eafb7", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-central-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1668551537.561, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-0ec30364fff59d57e", + "Version": 4 + } +] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/eu-north-1.json b/moto/ssm/resources/ami-amazon-linux-latest/eu-north-1.json index c7ac62554..7b7f1c93b 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/eu-north-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/eu-north-1.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552752.557, + "LastModifiedDate": 1667590617.91, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-01f6ea424a4df90ff", - "Version": 11 + "Value": "ami-0fe555d8abc1320df", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552752.143, + "LastModifiedDate": 1667590617.463, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-09826f866501c9d94", - "Version": 12 + "Value": "ami-0ff4c742d76fc93ca", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197985.435, + "LastModifiedDate": 1667494960.195, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0a271b0a1ed34f95c", - "Version": 41 + "Value": "ami-062948393fdbd7225", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197985.658, + "LastModifiedDate": 1667494960.424, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-036cfaa2b85115c81", - "Version": 41 + "Value": "ami-0e53a4a9c43c5f32e", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197985.882, + "LastModifiedDate": 1667494960.647, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0b84e08140837278c", - "Version": 41 + "Value": "ami-05fbb305298f4ffa9", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197986.304, + "LastModifiedDate": 1667494961.065, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0d8831eee15d3e218", - "Version": 41 + "Value": "ami-03abe25f2794611c4", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197289.66, + "LastModifiedDate": 1668621010.028, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0cb0c6fa5a3c56cc0", - "Version": 40 + "Value": "ami-065c268a47303d077", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197289.881, + "LastModifiedDate": 1668621010.246, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0283128fc079c285a", - "Version": 60 + "Value": "ami-0dc6aa532fae715be", + "Version": 63 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197290.105, + "LastModifiedDate": 1668621010.464, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0b87edaa84d7c45ce", - "Version": 60 + "Value": "ami-00680fd4e58e51542", + "Version": 63 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197290.569, + "LastModifiedDate": 1668621010.879, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0e968b158afae4460", - "Version": 24 + "Value": "ami-0a965cf8386540484", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552751.459, + "LastModifiedDate": 1667590616.758, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-09412a13ca182279b", - "Version": 8 + "Value": "ami-0fcc0136b05384913", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552751.69, + "LastModifiedDate": 1667590616.996, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-01f6ea424a4df90ff", - "Version": 12 + "Value": "ami-0fe555d8abc1320df", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552752.35, + "LastModifiedDate": 1667590617.682, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-09412a13ca182279b", - "Version": 8 + "Value": "ami-0fcc0136b05384913", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552751.912, + "LastModifiedDate": 1667590617.23, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-03fa5349c5d79d19f", - "Version": 8 + "Value": "ami-0f3523efec6bc6a24", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552752.783, + "LastModifiedDate": 1667590618.126, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-03fa5349c5d79d19f", - "Version": 8 + "Value": "ami-0f3523efec6bc6a24", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552752.993, + "LastModifiedDate": 1667590618.332, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-09826f866501c9d94", - "Version": 11 + "Value": "ami-0ff4c742d76fc93ca", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197986.098, + "LastModifiedDate": 1667494960.864, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-002dade21e7104b8c", - "Version": 41 + "Value": "ami-08a3acf8b747a97d2", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197290.33, + "LastModifiedDate": 1668621010.674, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-00ca53272a3025ad4", - "Version": 24 + "Value": "ami-0a1500037d05c1834", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197290.798, + "LastModifiedDate": 1668621011.075, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-078e13ebe3b027f1c", - "Version": 24 + "Value": "ami-02aeff1a953c5c2ff", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197291.017, + "LastModifiedDate": 1668621011.278, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0c3bc7afaae23cf64", - "Version": 40 + "Value": "ami-043871aa580367d57", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-north-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197291.221, + "LastModifiedDate": 1668621011.474, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0b5abe960ff064784", - "Version": 60 + "Value": "ami-098540f4073cc4357", + "Version": 63 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/eu-south-1.json b/moto/ssm/resources/ami-amazon-linux-latest/eu-south-1.json index 17a3df66f..14140aeb5 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/eu-south-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/eu-south-1.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552466.586, + "LastModifiedDate": 1667590151.842, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-010a48b2b311e7a14", - "Version": 8 + "Value": "ami-0edb0c77b2a5f2f10", + "Version": 16 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552466.785, + "LastModifiedDate": 1667590152.062, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-050337bca5279f628", - "Version": 12 + "Value": "ami-050c5ac6eb72ae850", + "Version": 20 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552466.983, + "LastModifiedDate": 1667590152.281, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0739f911a8ed98302", - "Version": 8 + "Value": "ami-003fae4d1266a1460", + "Version": 16 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552467.201, + "LastModifiedDate": 1667590152.515, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-08b16adb81d5ad3f9", - "Version": 12 + "Value": "ami-04079aaec87b3a014", + "Version": 20 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197633.077, + "LastModifiedDate": 1667494648.399, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-028e49f3db62d6f12", - "Version": 32 + "Value": "ami-046dbe9c4cb83a79b", + "Version": 34 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197633.288, + "LastModifiedDate": 1667494648.622, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-07d16d17da68dc5d6", - "Version": 32 + "Value": "ami-0b54e6a2a26e18e91", + "Version": 34 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197633.494, + "LastModifiedDate": 1667494648.834, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-096943d559b909b1f", - "Version": 32 + "Value": "ami-0314afbd8267d94a5", + "Version": 34 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661196698.184, + "LastModifiedDate": 1668620268.423, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-08592936a60273c79", - "Version": 22 + "Value": "ami-0a308178a74e0d4b1", + "Version": 25 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196698.381, + "LastModifiedDate": 1668620268.627, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-02162ce1403e0c589", - "Version": 22 + "Value": "ami-0a8bede0bad6f4750", + "Version": 25 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196698.988, + "LastModifiedDate": 1668620269.252, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0be7dd43ffe002211", - "Version": 42 + "Value": "ami-07bc5c3eb7cfab619", + "Version": 45 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552467.408, + "LastModifiedDate": 1667590152.722, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-010a48b2b311e7a14", - "Version": 8 + "Value": "ami-0edb0c77b2a5f2f10", + "Version": 16 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552467.609, + "LastModifiedDate": 1667590152.927, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-050337bca5279f628", - "Version": 11 + "Value": "ami-050c5ac6eb72ae850", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552467.804, + "LastModifiedDate": 1667590153.135, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0739f911a8ed98302", - "Version": 8 + "Value": "ami-003fae4d1266a1460", + "Version": 16 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552468.024, + "LastModifiedDate": 1667590153.37, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-08b16adb81d5ad3f9", - "Version": 11 + "Value": "ami-04079aaec87b3a014", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197632.837, + "LastModifiedDate": 1667494648.176, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-066a6f2772aeb21c1", - "Version": 32 + "Value": "ami-01938c9e1c5a7c1f5", + "Version": 34 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661196697.53, + "LastModifiedDate": 1668620267.788, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-06beae21e62330dd0", - "Version": 34 + "Value": "ami-0226e1d271d9d668d", + "Version": 37 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196697.753, + "LastModifiedDate": 1668620268.019, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-01693d07de24b64bf", - "Version": 42 + "Value": "ami-01e0e25e9c630375f", + "Version": 45 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661196697.974, + "LastModifiedDate": 1668620268.217, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-07a10ce489fece5f8", - "Version": 42 + "Value": "ami-0a5352278bc7c5131", + "Version": 45 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661196698.585, + "LastModifiedDate": 1668620268.821, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0927b6fb55cd3ed6b", - "Version": 22 + "Value": "ami-0035385c15949ebe9", + "Version": 25 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661196698.782, + "LastModifiedDate": 1668620269.034, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-07c49ccf0f131c114", - "Version": 34 + "Value": "ami-0a5cc31cc04712b01", + "Version": 37 }, { "ARN": "arn:aws:ssm:eu-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197633.696, + "LastModifiedDate": 1667494649.033, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0ca924897049ca017", - "Version": 32 + "Value": "ami-06fd14b3a70993d1a", + "Version": 34 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/eu-south-2.json b/moto/ssm/resources/ami-amazon-linux-latest/eu-south-2.json new file mode 100644 index 000000000..36b718d07 --- /dev/null +++ b/moto/ssm/resources/ami-amazon-linux-latest/eu-south-2.json @@ -0,0 +1,101 @@ +[ + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1667429884.352, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-0ab199d55ff0bf9aa", + "Version": 3 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1667429884.596, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-0f35e982dde17b958", + "Version": 3 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1667429884.807, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-038fddaa516628e10", + "Version": 3 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", + "DataType": "text", + "LastModifiedDate": 1668551436.026, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", + "Type": "String", + "Value": "ami-0570b669d9014f1bd", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668551436.262, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-085fa3664c5d2f6fd", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1668551436.477, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-06dead0e885b328ac", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", + "DataType": "text", + "LastModifiedDate": 1668551436.675, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", + "Type": "String", + "Value": "ami-0743c3f3f38fdc794", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1668551437.109, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-0114de0ad847da090", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", + "DataType": "text", + "LastModifiedDate": 1668551437.328, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", + "Type": "String", + "Value": "ami-0769dba3057b6ede2", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668551437.547, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-036483075976687f1", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:eu-south-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668551436.907, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-0322249a5aad54a6b", + "Version": 4 + } +] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/eu-west-1.json b/moto/ssm/resources/ami-amazon-linux-latest/eu-west-1.json index af8a642d6..b7d943739 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/eu-west-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/eu-west-1.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552754.683, + "LastModifiedDate": 1667590620.505, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0dd3a3853fdd6d881", - "Version": 11 + "Value": "ami-04249ded7a8c47c8b", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552754.364, + "LastModifiedDate": 1667590620.191, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0982468c744d2c66e", - "Version": 12 + "Value": "ami-00504f86154ac23ab", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197987.615, + "LastModifiedDate": 1667494962.477, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-050149524d9316f7b", - "Version": 47 + "Value": "ami-0dd7a336a259df2e7", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197987.774, + "LastModifiedDate": 1667494962.644, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-090bde41ad80ef226", - "Version": 47 + "Value": "ami-071d257200c28c023", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197987.933, + "LastModifiedDate": 1667494962.815, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-023e9f50698fc58e8", - "Version": 47 + "Value": "ami-00f933fd89815de47", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197988.272, + "LastModifiedDate": 1667494963.136, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0f6ab4129248e5209", - "Version": 47 + "Value": "ami-0d33f941eb836ad1b", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197292.742, + "LastModifiedDate": 1668621013.122, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-05223a36a9748498d", - "Version": 60 + "Value": "ami-06db897520fb93106", + "Version": 63 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197292.914, + "LastModifiedDate": 1668621013.283, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0c48a21be09754b97", - "Version": 72 + "Value": "ami-0f70b73c7deb98d67", + "Version": 75 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197293.086, + "LastModifiedDate": 1668621013.452, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-038e9cdc714b15936", - "Version": 72 + "Value": "ami-09958e8db3b1f3210", + "Version": 75 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197293.427, + "LastModifiedDate": 1668621013.773, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-060eb637bf1b52199", - "Version": 24 + "Value": "ami-05bdb557064b85798", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552754.043, + "LastModifiedDate": 1667590619.86, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0dd3a3853fdd6d881", - "Version": 12 + "Value": "ami-04249ded7a8c47c8b", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552754.21, + "LastModifiedDate": 1667590620.028, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-031e673bb67051333", - "Version": 8 + "Value": "ami-0ba52b0ed3853cfd3", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552755.028, + "LastModifiedDate": 1667590620.818, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0982468c744d2c66e", - "Version": 11 + "Value": "ami-00504f86154ac23ab", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197988.098, + "LastModifiedDate": 1667494962.975, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0a75cdf5a0c1ca3e4", - "Version": 47 + "Value": "ami-0dca2a8304ef1ec1d", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197988.437, + "LastModifiedDate": 1667494963.293, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0f3f3b564fd6695ff", - "Version": 47 + "Value": "ami-0b0e5d3cc621d372b", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197988.596, + "LastModifiedDate": 1667494963.439, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-043c575e58106c554", - "Version": 47 + "Value": "ami-0d4844d8d9a44303c", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197988.927, + "LastModifiedDate": 1667494963.744, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-024588c8eb67c59ed", - "Version": 47 + "Value": "ami-01617dda8d601a79e", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197293.255, + "LastModifiedDate": 1668621013.619, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-037bde7013647d23a", - "Version": 24 + "Value": "ami-006c19cfa0e8f4672", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197293.59, + "LastModifiedDate": 1668621013.947, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-09e2d756e7d78558d", - "Version": 24 + "Value": "ami-01cae1550c0adea9c", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197293.744, + "LastModifiedDate": 1668621014.11, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0a55887786a13ae31", - "Version": 60 + "Value": "ami-01cec346a522a961e", + "Version": 63 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552753.875, + "LastModifiedDate": 1667590619.691, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-095953584db9869f0", - "Version": 8 + "Value": "ami-0642a38e1703eadd3", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552754.522, + "LastModifiedDate": 1667590620.353, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-095953584db9869f0", - "Version": 8 + "Value": "ami-0642a38e1703eadd3", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552754.856, + "LastModifiedDate": 1667590620.661, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-031e673bb67051333", - "Version": 8 + "Value": "ami-0ba52b0ed3853cfd3", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197988.757, + "LastModifiedDate": 1667494963.589, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-04f1357f10c9ba1ab", - "Version": 47 + "Value": "ami-0f45f7065d237751d", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197293.902, + "LastModifiedDate": 1668621014.259, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-004280f55acf7448b", - "Version": 72 + "Value": "ami-091e562110d47d62b", + "Version": 75 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/eu-west-2.json b/moto/ssm/resources/ami-amazon-linux-latest/eu-west-2.json index bf62d631e..83caea507 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/eu-west-2.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/eu-west-2.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552756.855, + "LastModifiedDate": 1667590622.984, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-09185ed014c94f88f", - "Version": 11 + "Value": "ami-00dcacd283467f62b", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552756.495, + "LastModifiedDate": 1667590622.623, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0ef21c992a41ee4ff", - "Version": 12 + "Value": "ami-0626c2b376bd80310", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197990.107, + "LastModifiedDate": 1667494964.939, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0def4286af35bc966", - "Version": 47 + "Value": "ami-0c7cad22440e15e81", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197990.298, + "LastModifiedDate": 1667494965.129, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-06294e0fa9f10d1f4", - "Version": 47 + "Value": "ami-027ff539e1ebe58f1", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197990.484, + "LastModifiedDate": 1667494965.318, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-09119c7de636b58e1", - "Version": 47 + "Value": "ami-045164dfc6b401947", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197990.849, + "LastModifiedDate": 1667494965.685, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0d074912fcb05c8f5", - "Version": 47 + "Value": "ami-0f3011e623e06e8ff", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197295.46, + "LastModifiedDate": 1668621015.731, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0d97fa13ebda706b8", - "Version": 40 + "Value": "ami-085bd643a01d9a131", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197295.65, + "LastModifiedDate": 1668621015.918, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-03944c40a45d7a31d", - "Version": 71 + "Value": "ami-0552d1f582c8720cf", + "Version": 74 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197295.829, + "LastModifiedDate": 1668621016.101, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0c496e8bea496ed67", - "Version": 71 + "Value": "ami-09dca206ba8b0b1cc", + "Version": 74 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197296.186, + "LastModifiedDate": 1668621016.49, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0b8b4d4dfd648aebc", - "Version": 24 + "Value": "ami-0d3bd62c2363f30ab", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552755.922, + "LastModifiedDate": 1667590622.043, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0f4cfddc441d6120b", - "Version": 8 + "Value": "ami-0b3534f5798d3bba2", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552756.111, + "LastModifiedDate": 1667590622.245, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-09185ed014c94f88f", - "Version": 12 + "Value": "ami-00dcacd283467f62b", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552756.668, + "LastModifiedDate": 1667590622.809, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0f4cfddc441d6120b", - "Version": 8 + "Value": "ami-0b3534f5798d3bba2", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552756.302, + "LastModifiedDate": 1667590622.437, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0068cf332346ae926", - "Version": 8 + "Value": "ami-0d815308a482cda6f", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552757.048, + "LastModifiedDate": 1667590623.172, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0068cf332346ae926", - "Version": 8 + "Value": "ami-0d815308a482cda6f", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552757.223, + "LastModifiedDate": 1667590623.354, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0ef21c992a41ee4ff", - "Version": 11 + "Value": "ami-0626c2b376bd80310", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197990.659, + "LastModifiedDate": 1667494965.499, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0f159438099230245", - "Version": 47 + "Value": "ami-0df81de816b438e04", + "Version": 49 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197296.008, + "LastModifiedDate": 1668621016.307, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-06290d0872e939755", - "Version": 24 + "Value": "ami-0b613b958a37cf7c3", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197296.354, + "LastModifiedDate": 1668621016.685, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-00785f4835c6acf64", - "Version": 24 + "Value": "ami-04706e771f950937f", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197296.54, + "LastModifiedDate": 1668621016.876, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0b873e8eeea16d522", - "Version": 40 + "Value": "ami-0c72feea9bb104619", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197296.711, + "LastModifiedDate": 1668621017.058, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0f3c00eabcb182bbb", - "Version": 71 + "Value": "ami-0f5ee7be65a36a6c1", + "Version": 74 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/eu-west-3.json b/moto/ssm/resources/ami-amazon-linux-latest/eu-west-3.json index 82ccf1c4d..28eff1282 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/eu-west-3.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/eu-west-3.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552759.123, + "LastModifiedDate": 1667590625.608, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-09d2e5f499c96f3ec", - "Version": 11 + "Value": "ami-0831d3fcf320553ad", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552758.718, + "LastModifiedDate": 1667590625.216, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-08b612668d46bfdb1", - "Version": 12 + "Value": "ami-021f1688a22dea628", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197992.122, + "LastModifiedDate": 1667494966.856, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0a6e0b073af596c8f", - "Version": 48 + "Value": "ami-01aad1ad4f08e24e4", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197992.316, + "LastModifiedDate": 1667494967.066, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0b0956a2e2d6d331a", - "Version": 48 + "Value": "ami-0a092e832c13136f3", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197992.515, + "LastModifiedDate": 1667494967.257, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-095726d0edc1f9f62", - "Version": 48 + "Value": "ami-0cefe434fcc3d36f4", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197992.879, + "LastModifiedDate": 1667494967.654, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0625a1ce9190959c8", - "Version": 48 + "Value": "ami-005889b722c335fbd", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197298.144, + "LastModifiedDate": 1668621018.557, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0e9ca48e27e192f4f", - "Version": 40 + "Value": "ami-08bb5ae28ea49b8f4", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197298.336, + "LastModifiedDate": 1668621018.771, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0137ebc190cac16f5", - "Version": 73 + "Value": "ami-0f7ae306040d67a2d", + "Version": 76 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197298.527, + "LastModifiedDate": 1668621018.995, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-002e2b155689f6e23", - "Version": 73 + "Value": "ami-03c2abbbe8af9a7e6", + "Version": 76 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197298.9, + "LastModifiedDate": 1668621019.398, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0d1bc83ed7d7456df", - "Version": 24 + "Value": "ami-01595d0f1eed7a350", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552758.105, + "LastModifiedDate": 1667590624.604, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-02d5563690b37db84", - "Version": 8 + "Value": "ami-03602f10032f51309", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552758.319, + "LastModifiedDate": 1667590624.824, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-09d2e5f499c96f3ec", - "Version": 12 + "Value": "ami-0831d3fcf320553ad", + "Version": 19 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552758.918, + "LastModifiedDate": 1667590625.396, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-02d5563690b37db84", - "Version": 8 + "Value": "ami-03602f10032f51309", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552758.524, + "LastModifiedDate": 1667590625.02, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0be768ac537ef39dd", - "Version": 8 + "Value": "ami-0fff8550aa58efadd", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552759.303, + "LastModifiedDate": 1667590625.825, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0be768ac537ef39dd", - "Version": 8 + "Value": "ami-0fff8550aa58efadd", + "Version": 15 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552759.497, + "LastModifiedDate": 1667590626.041, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-08b612668d46bfdb1", - "Version": 11 + "Value": "ami-021f1688a22dea628", + "Version": 18 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197992.691, + "LastModifiedDate": 1667494967.463, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-018cd60f547831040", - "Version": 48 + "Value": "ami-057ebfd0103f0bf21", + "Version": 50 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197298.72, + "LastModifiedDate": 1668621019.198, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0e0d3ede1da0fa3d0", - "Version": 24 + "Value": "ami-0fbfbf639d61f8366", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197299.103, + "LastModifiedDate": 1668621019.594, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0eb375f24fdf647b8", - "Version": 24 + "Value": "ami-0f15e0a4c8d3ee5fe", + "Version": 27 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197299.309, + "LastModifiedDate": 1668621019.781, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-093641b607b5145ad", - "Version": 40 + "Value": "ami-0d361fd2352d4f3ca", + "Version": 43 }, { "ARN": "arn:aws:ssm:eu-west-3::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197299.504, + "LastModifiedDate": 1668621019.978, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0b06d669a250dd998", - "Version": 73 + "Value": "ami-044f0238f5705cc89", + "Version": 76 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/me-central-1.json b/moto/ssm/resources/ami-amazon-linux-latest/me-central-1.json new file mode 100644 index 000000000..6e6b33ff4 --- /dev/null +++ b/moto/ssm/resources/ami-amazon-linux-latest/me-central-1.json @@ -0,0 +1,173 @@ +[ + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", + "DataType": "text", + "LastModifiedDate": 1667590240.024, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", + "Type": "String", + "Value": "ami-065a9cad42e6c4680", + "Version": 8 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", + "DataType": "text", + "LastModifiedDate": 1667590240.33, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", + "Type": "String", + "Value": "ami-0a8b038007ed65aaa", + "Version": 8 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", + "DataType": "text", + "LastModifiedDate": 1667590241.567, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", + "Type": "String", + "Value": "ami-0a8b038007ed65aaa", + "Version": 8 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", + "DataType": "text", + "LastModifiedDate": 1667590240.649, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", + "Type": "String", + "Value": "ami-08921a269cc5f3a60", + "Version": 8 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", + "DataType": "text", + "LastModifiedDate": 1667590242.16, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", + "Type": "String", + "Value": "ami-07c429a73cbcafad8", + "Version": 8 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1667494754.25, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-08202fceb517a9262", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1667494754.547, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-095811be952bbdfeb", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", + "DataType": "text", + "LastModifiedDate": 1668620177.847, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", + "Type": "String", + "Value": "ami-051d481ecf8da032c", + "Version": 5 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", + "DataType": "text", + "LastModifiedDate": 1668620178.79, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", + "Type": "String", + "Value": "ami-0131477588af107c7", + "Version": 5 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668620180.041, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-02a578c960d6fa056", + "Version": 5 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", + "DataType": "text", + "LastModifiedDate": 1667590241.264, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", + "Type": "String", + "Value": "ami-065a9cad42e6c4680", + "Version": 8 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", + "DataType": "text", + "LastModifiedDate": 1667590240.97, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", + "Type": "String", + "Value": "ami-07c429a73cbcafad8", + "Version": 8 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", + "DataType": "text", + "LastModifiedDate": 1667590241.862, + "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", + "Type": "String", + "Value": "ami-08921a269cc5f3a60", + "Version": 8 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1667494753.922, + "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-029800f498dc51f7e", + "Version": 4 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668620178.176, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-0ebc22bc3dd84b62a", + "Version": 5 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1668620178.494, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-0884cb015c5e68ba2", + "Version": 5 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", + "DataType": "text", + "LastModifiedDate": 1668620179.094, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", + "Type": "String", + "Value": "ami-0fc86239f9f8ac954", + "Version": 5 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", + "DataType": "text", + "LastModifiedDate": 1668620179.402, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", + "Type": "String", + "Value": "ami-045fe36905963969b", + "Version": 5 + }, + { + "ARN": "arn:aws:ssm:me-central-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", + "DataType": "text", + "LastModifiedDate": 1668620179.723, + "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", + "Type": "String", + "Value": "ami-09cc7cd3471ba329e", + "Version": 5 + } +] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/me-south-1.json b/moto/ssm/resources/ami-amazon-linux-latest/me-south-1.json index d63fe0af1..0ea01c764 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/me-south-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/me-south-1.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552439.583, + "LastModifiedDate": 1667590220.06, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0434928122ea77caf", - "Version": 11 + "Value": "ami-0712f0c9d3c1ffc8d", + "Version": 19 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552438.856, + "LastModifiedDate": 1667590219.284, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0fa34a51167765b3c", - "Version": 8 + "Value": "ami-0a45aba3f233efda4", + "Version": 16 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552439.098, + "LastModifiedDate": 1667590219.541, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0b3b92c249db8e8ef", - "Version": 12 + "Value": "ami-00012b2cd937d560a", + "Version": 20 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552439.825, + "LastModifiedDate": 1667590220.338, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0fa34a51167765b3c", - "Version": 8 + "Value": "ami-0a45aba3f233efda4", + "Version": 16 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197518.496, + "LastModifiedDate": 1667494676.674, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-07692ba4da7f96377", - "Version": 36 + "Value": "ami-00ad8872cbb462b2b", + "Version": 38 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197518.752, + "LastModifiedDate": 1667494676.925, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-092795c88e76d7fcc", - "Version": 36 + "Value": "ami-00d862b9bf233e2a3", + "Version": 38 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661196634.986, + "LastModifiedDate": 1668620259.418, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-01cbb5e0afe310efe", - "Version": 34 + "Value": "ami-04d433bf0d83aaac8", + "Version": 37 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661196635.498, + "LastModifiedDate": 1668620259.93, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-090a20e93e6698582", - "Version": 49 + "Value": "ami-0b55279ba6eea2f77", + "Version": 52 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661196636.243, + "LastModifiedDate": 1668620260.667, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-041b608cf2af138c0", - "Version": 22 + "Value": "ami-06615079e3e6ae80e", + "Version": 25 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196636.739, + "LastModifiedDate": 1668620261.168, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-017348d7ab12a9787", - "Version": 49 + "Value": "ami-08b62cf53bfd622c7", + "Version": 52 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552438.335, + "LastModifiedDate": 1667590218.753, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0d03d1ac87e8ebd3c", - "Version": 8 + "Value": "ami-08489b28becd220c3", + "Version": 16 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552438.593, + "LastModifiedDate": 1667590219.027, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0434928122ea77caf", - "Version": 12 + "Value": "ami-0712f0c9d3c1ffc8d", + "Version": 20 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552439.34, + "LastModifiedDate": 1667590219.803, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0d03d1ac87e8ebd3c", - "Version": 8 + "Value": "ami-08489b28becd220c3", + "Version": 16 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552440.086, + "LastModifiedDate": 1667590220.595, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0b3b92c249db8e8ef", - "Version": 11 + "Value": "ami-00012b2cd937d560a", + "Version": 19 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197519.003, + "LastModifiedDate": 1667494677.19, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-09de21fae030fc4ff", - "Version": 36 + "Value": "ami-000550ab4e9e1460d", + "Version": 38 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197519.246, + "LastModifiedDate": 1667494677.435, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-08342bd13e69c8b86", - "Version": 36 + "Value": "ami-0f5aeb1e4d842f747", + "Version": 38 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196635.242, + "LastModifiedDate": 1668620259.673, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-08d49dc145efafdeb", - "Version": 49 + "Value": "ami-08c593bb804721273", + "Version": 52 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661196635.75, + "LastModifiedDate": 1668620260.17, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0b662d4778a12f3f8", - "Version": 22 + "Value": "ami-02430c0949ab53e81", + "Version": 25 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661196636.0, + "LastModifiedDate": 1668620260.426, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-00f33808a83293945", - "Version": 22 + "Value": "ami-0a4bf0dc1d567d735", + "Version": 25 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661196636.485, + "LastModifiedDate": 1668620260.92, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0d71e908cdbfebb72", - "Version": 34 + "Value": "ami-040a8e99a3f462563", + "Version": 37 }, { "ARN": "arn:aws:ssm:me-south-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197518.24, + "LastModifiedDate": 1667494676.409, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-03776c676dd3d41bc", - "Version": 36 + "Value": "ami-0e90b485c21be3b8e", + "Version": 38 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/sa-east-1.json b/moto/ssm/resources/ami-amazon-linux-latest/sa-east-1.json index 22558deec..f093537f2 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/sa-east-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/sa-east-1.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552761.742, + "LastModifiedDate": 1667590628.829, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0a486f640486c6c8c", - "Version": 11 + "Value": "ami-08d96f6ebfff61293", + "Version": 18 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552761.283, + "LastModifiedDate": 1667590628.316, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-005fe0a1690561be2", - "Version": 12 + "Value": "ami-093d714091ce0b0db", + "Version": 19 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197994.387, + "LastModifiedDate": 1667494969.078, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0ac3651b5851f2451", - "Version": 47 + "Value": "ami-0af622ab31000bc40", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197994.648, + "LastModifiedDate": 1667494969.363, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0e12779a43e90b7ac", - "Version": 47 + "Value": "ami-00684166998825a53", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197994.906, + "LastModifiedDate": 1667494969.602, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0f368003b2908fa67", - "Version": 47 + "Value": "ami-0236d129591bd1307", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197995.396, + "LastModifiedDate": 1667494970.058, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-01cc820da71c5bce6", - "Version": 47 + "Value": "ami-046ef12d2199da9a2", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197301.077, + "LastModifiedDate": 1668621021.809, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-03616356ac6a80d87", - "Version": 40 + "Value": "ami-0688871fb6d7d5704", + "Version": 43 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197301.309, + "LastModifiedDate": 1668621022.072, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0340adf4c92b5d794", - "Version": 73 + "Value": "ami-040ffd031f9ee6af5", + "Version": 76 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197301.554, + "LastModifiedDate": 1668621022.325, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-058f4e20c17271f68", - "Version": 73 + "Value": "ami-0886a3d2c8b721217", + "Version": 76 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197302.032, + "LastModifiedDate": 1668621022.816, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0a5a2d5258e4b706c", - "Version": 24 + "Value": "ami-0a5b171fce802079a", + "Version": 27 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552760.813, + "LastModifiedDate": 1667590627.812, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0a486f640486c6c8c", - "Version": 12 + "Value": "ami-08d96f6ebfff61293", + "Version": 19 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552761.051, + "LastModifiedDate": 1667590628.059, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-019feb3fdf875486d", - "Version": 8 + "Value": "ami-011f0f476acec9b0f", + "Version": 15 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552762.23, + "LastModifiedDate": 1667590629.337, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-005fe0a1690561be2", - "Version": 11 + "Value": "ami-093d714091ce0b0db", + "Version": 18 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197995.152, + "LastModifiedDate": 1667494969.83, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0c8b7d0a4552c702e", - "Version": 47 + "Value": "ami-093e0c0eaca81c8ff", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197995.636, + "LastModifiedDate": 1667494970.288, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-00b2509167673fc24", - "Version": 47 + "Value": "ami-0fe1dd4af0e464bda", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197995.858, + "LastModifiedDate": 1667494970.538, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-0a006dee45f5e85f7", - "Version": 47 + "Value": "ami-09d103add83037e6c", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197996.324, + "LastModifiedDate": 1667494971.02, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-0e98abe3371803def", - "Version": 47 + "Value": "ami-0b1561d892c2b6861", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197301.783, + "LastModifiedDate": 1668621022.556, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-06e9415c3372121a2", - "Version": 24 + "Value": "ami-0c6d634b7a03b447f", + "Version": 27 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197302.28, + "LastModifiedDate": 1668621023.046, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0aca10934d525a6f0", - "Version": 24 + "Value": "ami-0b7101e993ea27f3a", + "Version": 27 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197302.531, + "LastModifiedDate": 1668621023.293, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-07350b0d9fcd949c0", - "Version": 40 + "Value": "ami-0fb7b417f44075c95", + "Version": 43 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552760.552, + "LastModifiedDate": 1667590627.549, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0f201e6bf801f666d", - "Version": 8 + "Value": "ami-06edd763bf1d6dbf8", + "Version": 15 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552761.517, + "LastModifiedDate": 1667590628.563, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0f201e6bf801f666d", - "Version": 8 + "Value": "ami-06edd763bf1d6dbf8", + "Version": 15 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552761.981, + "LastModifiedDate": 1667590629.091, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-019feb3fdf875486d", - "Version": 8 + "Value": "ami-011f0f476acec9b0f", + "Version": 15 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197996.085, + "LastModifiedDate": 1667494970.794, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0ffc91990a785820b", - "Version": 47 + "Value": "ami-037a5ad65570b5d77", + "Version": 49 }, { "ARN": "arn:aws:ssm:sa-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197302.761, + "LastModifiedDate": 1668621023.537, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-020c31de785f7b68a", - "Version": 73 + "Value": "ami-04d4abf1a06415e91", + "Version": 76 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/us-east-1.json b/moto/ssm/resources/ami-amazon-linux-latest/us-east-1.json index b07b7776a..336c6da07 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/us-east-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/us-east-1.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552763.706, + "LastModifiedDate": 1667590631.208, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-05577ed0e20b23acc", - "Version": 11 + "Value": "ami-01885aee98e2e5448", + "Version": 18 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552763.468, + "LastModifiedDate": 1667590630.964, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0e960bfa90cdd7bf9", - "Version": 12 + "Value": "ami-0b817eb691f9df763", + "Version": 19 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197997.638, + "LastModifiedDate": 1667494972.472, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0e355715ed988f2c9", - "Version": 47 + "Value": "ami-0fec9a6d5b114fb0b", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197997.763, + "LastModifiedDate": 1667494972.609, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0b9d78a673552de50", - "Version": 47 + "Value": "ami-01a73f51321ab6899", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197997.887, + "LastModifiedDate": 1667494972.741, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0cf60c565987ef66a", - "Version": 47 + "Value": "ami-0a49622bb692519fa", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197998.129, + "LastModifiedDate": 1667494973.0, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0541797f2a902de6b", - "Version": 47 + "Value": "ami-08cf98c7ebd106879", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197304.154, + "LastModifiedDate": 1668621025.605, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0ff3578f8df132330", - "Version": 58 + "Value": "ami-09f1f9580deeec186", + "Version": 61 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197304.286, + "LastModifiedDate": 1668621025.739, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0bb85ecb87fe01c2f", - "Version": 71 + "Value": "ami-0c67b76d97c444cd1", + "Version": 74 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197304.417, + "LastModifiedDate": 1668621025.864, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-02538f8925e3aa27a", - "Version": 72 + "Value": "ami-02b972fec07f1e659", + "Version": 75 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197304.672, + "LastModifiedDate": 1668621026.155, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0242b87a4c950e92d", - "Version": 24 + "Value": "ami-06facf562c3fc763a", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552763.213, + "LastModifiedDate": 1667590630.692, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-05577ed0e20b23acc", - "Version": 12 + "Value": "ami-01885aee98e2e5448", + "Version": 19 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552763.34, + "LastModifiedDate": 1667590630.829, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0ce2788479a7838e0", - "Version": 8 + "Value": "ami-0e8b9b04f519e82a3", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552764.017, + "LastModifiedDate": 1667590631.48, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0e960bfa90cdd7bf9", - "Version": 11 + "Value": "ami-0b817eb691f9df763", + "Version": 18 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197998.012, + "LastModifiedDate": 1667494972.868, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0d7f0c109d5c67a92", - "Version": 47 + "Value": "ami-0df17c76c2f2c426d", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197998.256, + "LastModifiedDate": 1667494973.132, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-07386c6c3224d1795", - "Version": 47 + "Value": "ami-0d6e87a8dcd0ba59a", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197998.384, + "LastModifiedDate": 1667494973.26, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-04f96a8e15a425f95", - "Version": 47 + "Value": "ami-058a660c3dfc99f4b", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197998.629, + "LastModifiedDate": 1667494973.566, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-0f267e616a2e05937", - "Version": 47 + "Value": "ami-0eb813133d1375c2a", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197304.552, + "LastModifiedDate": 1668621026.026, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-05f3141013eebdc12", - "Version": 24 + "Value": "ami-01b5ec3ed8678d8b7", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197304.793, + "LastModifiedDate": 1668621026.288, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-05fa00d4c63e32376", - "Version": 24 + "Value": "ami-0b0dcb5067f052a63", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197304.925, + "LastModifiedDate": 1668621026.408, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-035f2e069578f71e4", - "Version": 58 + "Value": "ami-05d8c14465cdd8785", + "Version": 61 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552763.087, + "LastModifiedDate": 1667590630.551, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-09d6dff71c75d903e", - "Version": 8 + "Value": "ami-062056e0c3f7cae9b", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552763.586, + "LastModifiedDate": 1667590631.09, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-09d6dff71c75d903e", - "Version": 8 + "Value": "ami-062056e0c3f7cae9b", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552763.826, + "LastModifiedDate": 1667590631.343, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0ce2788479a7838e0", - "Version": 8 + "Value": "ami-0e8b9b04f519e82a3", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197998.511, + "LastModifiedDate": 1667494973.391, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-074486b1d20c07979", - "Version": 47 + "Value": "ami-0f33af18c6a32567e", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197305.043, + "LastModifiedDate": 1668621026.524, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0f294c25b5bc4aee5", - "Version": 71 + "Value": "ami-0988953751b552218", + "Version": 74 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/us-east-2.json b/moto/ssm/resources/ami-amazon-linux-latest/us-east-2.json index 73633d040..f6651507e 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/us-east-2.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/us-east-2.json @@ -2,190 +2,190 @@ { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552765.104, + "LastModifiedDate": 1667590633.006, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-024a56c3b615774ff", - "Version": 11 + "Value": "ami-0bd2d1241422f1795", + "Version": 18 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552764.903, + "LastModifiedDate": 1667590632.805, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0982771dfb2d7e51f", - "Version": 12 + "Value": "ami-02498540f7dab49b5", + "Version": 19 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197999.513, + "LastModifiedDate": 1667494974.47, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0f452f66199b06141", - "Version": 48 + "Value": "ami-0f8dd34f942f72088", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197999.607, + "LastModifiedDate": 1667494974.586, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-007f7c9e2bafe6b0b", - "Version": 48 + "Value": "ami-0acebd5bfe2834dc3", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197999.7, + "LastModifiedDate": 1667494974.703, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0a316ed269eb78df6", - "Version": 48 + "Value": "ami-022f9d36d37128c58", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661197999.887, + "LastModifiedDate": 1667494974.916, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-06dc754d27f0a0758", - "Version": 48 + "Value": "ami-0319bb2cecab76385", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197306.423, + "LastModifiedDate": 1668621027.908, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-04ed2b27d86c17f09", - "Version": 59 + "Value": "ami-0bd66d90cb89ff3f5", + "Version": 62 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197306.545, + "LastModifiedDate": 1668621028.023, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-06bd8a892430d6442", - "Version": 71 + "Value": "ami-0fb60a39693356bdc", + "Version": 74 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197306.662, + "LastModifiedDate": 1668621028.14, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0ee5c62243ab25259", - "Version": 71 + "Value": "ami-0185a6f76b69a1870", + "Version": 74 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197306.891, + "LastModifiedDate": 1668621028.348, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-041c6323ff1898a17", - "Version": 24 + "Value": "ami-05fa6c5e30bfc13a4", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552764.596, + "LastModifiedDate": 1667590632.488, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-021db184a41184936", - "Version": 8 + "Value": "ami-0fad086c5f1202c13", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552764.706, + "LastModifiedDate": 1667590632.6, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-024a56c3b615774ff", - "Version": 12 + "Value": "ami-0bd2d1241422f1795", + "Version": 19 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552765.001, + "LastModifiedDate": 1667590632.907, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-021db184a41184936", - "Version": 8 + "Value": "ami-0fad086c5f1202c13", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552764.813, + "LastModifiedDate": 1667590632.697, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0c825ab7f1a18fb91", - "Version": 8 + "Value": "ami-0ddb6ece4c9d2d3a0", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552765.209, + "LastModifiedDate": 1667590633.095, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-0c825ab7f1a18fb91", - "Version": 8 + "Value": "ami-0ddb6ece4c9d2d3a0", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552765.307, + "LastModifiedDate": 1667590633.183, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0982771dfb2d7e51f", - "Version": 11 + "Value": "ami-02498540f7dab49b5", + "Version": 18 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197999.794, + "LastModifiedDate": 1667494974.821, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0c2c49ef9470c91e9", - "Version": 48 + "Value": "ami-0e0fe7b4e5db58dd4", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197306.774, + "LastModifiedDate": 1668621028.251, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0da7236b7a69cf265", - "Version": 24 + "Value": "ami-0f91cedb707b09db0", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197306.997, + "LastModifiedDate": 1668621028.462, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0568773882d492fc8", - "Version": 24 + "Value": "ami-0beaa649c482330f7", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197307.105, + "LastModifiedDate": 1668621028.562, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-077b14a1b72efdd17", - "Version": 59 + "Value": "ami-096f800f266c64d2c", + "Version": 62 }, { "ARN": "arn:aws:ssm:us-east-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197307.214, + "LastModifiedDate": 1668621028.665, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0e76b3de1dbf12866", - "Version": 71 + "Value": "ami-039d0ac59ef496d58", + "Version": 74 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/us-west-1.json b/moto/ssm/resources/ami-amazon-linux-latest/us-west-1.json index 5627571d8..50802c2a4 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/us-west-1.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/us-west-1.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552766.223, + "LastModifiedDate": 1667590634.415, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0b4659d78cb302fd7", - "Version": 11 + "Value": "ami-0f4e67e32313f0d0e", + "Version": 18 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552766.03, + "LastModifiedDate": 1667590634.284, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-081e29ba5ac97f6ed", - "Version": 12 + "Value": "ami-0b765dfd369842351", + "Version": 19 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198000.525, + "LastModifiedDate": 1667494975.677, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0f0c6dd67e57eb7da", - "Version": 48 + "Value": "ami-03a156fd62b23ee22", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661198000.588, + "LastModifiedDate": 1667494976.117, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0f10d032efbb0d021", - "Version": 48 + "Value": "ami-0af359d09feb8d550", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661198000.673, + "LastModifiedDate": 1667494976.769, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-09e747de04c8097d8", - "Version": 48 + "Value": "ami-051d2979c8677a2e1", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661198000.818, + "LastModifiedDate": 1667494976.896, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-00abe7c37bf7e315d", - "Version": 48 + "Value": "ami-08d3012208fac7ecd", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197308.223, + "LastModifiedDate": 1668621029.998, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0f36e12deb25112d9", - "Version": 40 + "Value": "ami-0bfc61fc58d2552c6", + "Version": 43 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197308.298, + "LastModifiedDate": 1668621030.08, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0b591b790e74edd1c", - "Version": 73 + "Value": "ami-04b2292f0ee4bd50f", + "Version": 76 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197308.377, + "LastModifiedDate": 1668621030.164, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0019ad94c6124959d", - "Version": 73 + "Value": "ami-0e587da169af43ce1", + "Version": 76 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197308.533, + "LastModifiedDate": 1668621030.28, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0ec9bc5ebf8f304f7", - "Version": 24 + "Value": "ami-09e6655d6f30877a2", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552765.878, + "LastModifiedDate": 1667590634.135, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0b4659d78cb302fd7", - "Version": 12 + "Value": "ami-0f4e67e32313f0d0e", + "Version": 19 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552765.95, + "LastModifiedDate": 1667590634.209, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-07e39cde436e94511", - "Version": 8 + "Value": "ami-0e78c29de65913257", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552766.379, + "LastModifiedDate": 1667590634.555, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-081e29ba5ac97f6ed", - "Version": 11 + "Value": "ami-0b765dfd369842351", + "Version": 18 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198000.739, + "LastModifiedDate": 1667494976.818, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-094bf1c3c5cd1093f", - "Version": 48 + "Value": "ami-0464ded709d0b14e5", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198000.89, + "LastModifiedDate": 1667494976.977, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-01e9194b4ab509f10", - "Version": 48 + "Value": "ami-0e673c8406c52b230", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661198000.957, + "LastModifiedDate": 1667494977.033, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-04c6a77e0b8e6de98", - "Version": 48 + "Value": "ami-0d863555ed5b8d1ad", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661198001.089, + "LastModifiedDate": 1667494977.151, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-07b7bf7f2288518a3", - "Version": 48 + "Value": "ami-0ffc9b9295bf81af0", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197308.461, + "LastModifiedDate": 1668621030.221, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-08b83c17eb5834a05", - "Version": 24 + "Value": "ami-05f157d0d07e733c3", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197308.602, + "LastModifiedDate": 1668621030.368, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-018d291ca9ffc002f", - "Version": 24 + "Value": "ami-0f5e8a042c8bfcd5e", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197308.68, + "LastModifiedDate": 1668621030.439, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-02ef4b916ab622f0a", - "Version": 40 + "Value": "ami-0393da3ac7907b5a2", + "Version": 43 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552765.783, + "LastModifiedDate": 1667590634.058, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0266bbea3330d8d4d", - "Version": 8 + "Value": "ami-0c7e22aa6a4a9a80a", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552766.122, + "LastModifiedDate": 1667590634.358, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0266bbea3330d8d4d", - "Version": 8 + "Value": "ami-0c7e22aa6a4a9a80a", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552766.295, + "LastModifiedDate": 1667590634.475, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-07e39cde436e94511", - "Version": 8 + "Value": "ami-0e78c29de65913257", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198001.021, + "LastModifiedDate": 1667494977.086, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0d3e509ea6406b8f7", - "Version": 48 + "Value": "ami-0e1099d22f7bb80a4", + "Version": 50 }, { "ARN": "arn:aws:ssm:us-west-1::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197308.753, + "LastModifiedDate": 1668621030.522, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0e160620e695cfbd6", - "Version": 73 + "Value": "ami-0ec8232448fbd0e2e", + "Version": 76 } ] \ No newline at end of file diff --git a/moto/ssm/resources/ami-amazon-linux-latest/us-west-2.json b/moto/ssm/resources/ami-amazon-linux-latest/us-west-2.json index e78d44af0..e20d24f59 100644 --- a/moto/ssm/resources/ami-amazon-linux-latest/us-west-2.json +++ b/moto/ssm/resources/ami-amazon-linux-latest/us-west-2.json @@ -2,226 +2,226 @@ { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552767.187, + "LastModifiedDate": 1667590635.732, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-x86_64", "Type": "String", - "Value": "ami-0401f0c3aba47c977", - "Version": 11 + "Value": "ami-00b2180825df53cc7", + "Version": 18 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552767.053, + "LastModifiedDate": 1667590635.631, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0836fa93bff9c68f3", - "Version": 12 + "Value": "ami-01b7d9a265ea34e2d", + "Version": 19 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198002.056, + "LastModifiedDate": 1667494978.107, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0511840b1d7ac1aca", - "Version": 47 + "Value": "ami-06702e6a030a0ce17", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661198002.107, + "LastModifiedDate": 1667494978.172, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0b09ce6bd886e714e", - "Version": 47 + "Value": "ami-073fc203d1afbc646", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661198002.148, + "LastModifiedDate": 1667494978.238, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0db7286a84f769b7f", - "Version": 47 + "Value": "ami-0e7281dc7f653dfbe", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661198002.282, + "LastModifiedDate": 1667494978.366, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-s3", "Type": "String", - "Value": "ami-0724240f434d1a797", - "Version": 47 + "Value": "ami-09be3e1ae68bb835f", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197309.997, + "LastModifiedDate": 1668621032.038, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-arm64-gp2", "Type": "String", - "Value": "ami-0bbda02f23a4a8964", - "Version": 59 + "Value": "ami-0710985fd660e8917", + "Version": 62 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197310.05, + "LastModifiedDate": 1668621032.087, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-007f5e3fbf79a5931", - "Version": 71 + "Value": "ami-0fcca5bf60c06651d", + "Version": 74 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197310.113, + "LastModifiedDate": 1668621032.145, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-07d59d159373b8030", - "Version": 71 + "Value": "ami-08e4eaf54ff5ee95e", + "Version": 74 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197310.247, + "LastModifiedDate": 1668621032.235, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-03b37382c2a32d427", - "Version": 24 + "Value": "ami-04bd90d4599c32751", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "DataType": "text", - "LastModifiedDate": 1661552766.933, + "LastModifiedDate": 1667590635.532, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64", "Type": "String", - "Value": "ami-0401f0c3aba47c977", - "Version": 12 + "Value": "ami-00b2180825df53cc7", + "Version": 19 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552766.993, + "LastModifiedDate": 1667590635.581, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-5.15-arm64", "Type": "String", - "Value": "ami-044a07d99d6a2456d", - "Version": 8 + "Value": "ami-02c52c882580e9661", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "DataType": "text", - "LastModifiedDate": 1661552767.347, + "LastModifiedDate": 1667590635.843, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-x86_64", "Type": "String", - "Value": "ami-0836fa93bff9c68f3", - "Version": 11 + "Value": "ami-01b7d9a265ea34e2d", + "Version": 18 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198002.211, + "LastModifiedDate": 1667494978.3, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-00413793e4d8a02c8", - "Version": 47 + "Value": "ami-0d641f3b5cbad45c8", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198002.351, + "LastModifiedDate": 1667494978.417, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-ebs", "Type": "String", - "Value": "ami-01dee3410bbc2b116", - "Version": 47 + "Value": "ami-00dde85601c37f8d5", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661198002.406, + "LastModifiedDate": 1667494978.468, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-minimal-pv-x86_64-s3", "Type": "String", - "Value": "ami-0e1a77df6ba65acb8", - "Version": 47 + "Value": "ami-0657a7507279930a8", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "DataType": "text", - "LastModifiedDate": 1661198002.504, + "LastModifiedDate": 1667494978.586, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-s3", "Type": "String", - "Value": "ami-06ba5e1d42380443b", - "Version": 47 + "Value": "ami-060ea777dbaca1db3", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "DataType": "text", - "LastModifiedDate": 1661197310.181, + "LastModifiedDate": 1668621032.189, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-arm64-gp2", "Type": "String", - "Value": "ami-07c02c38124bd75bd", - "Version": 24 + "Value": "ami-0f96a89e4a6cf08cc", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "DataType": "text", - "LastModifiedDate": 1661197310.311, + "LastModifiedDate": 1668621032.291, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-kernel-5.10-hvm-x86_64-gp2", "Type": "String", - "Value": "ami-0c2ab3b8efb09f272", - "Version": 24 + "Value": "ami-094125af156557ca2", + "Version": 27 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "DataType": "text", - "LastModifiedDate": 1661197310.357, + "LastModifiedDate": 1668621032.336, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-arm64-ebs", "Type": "String", - "Value": "ami-0bbf2e1c392f97510", - "Version": 59 + "Value": "ami-0582b210aa021a7c0", + "Version": 62 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "DataType": "text", - "LastModifiedDate": 1661552766.865, + "LastModifiedDate": 1667590635.479, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-arm64", "Type": "String", - "Value": "ami-0015056c86dde26ad", - "Version": 8 + "Value": "ami-09bdb24b112f396d8", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552767.095, + "LastModifiedDate": 1667590635.674, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-default-arm64", "Type": "String", - "Value": "ami-0015056c86dde26ad", - "Version": 8 + "Value": "ami-09bdb24b112f396d8", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "DataType": "text", - "LastModifiedDate": 1661552767.266, + "LastModifiedDate": 1667590635.791, "Name": "/aws/service/ami-amazon-linux-latest/al2022-ami-minimal-kernel-default-arm64", "Type": "String", - "Value": "ami-044a07d99d6a2456d", - "Version": 8 + "Value": "ami-02c52c882580e9661", + "Version": 15 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661198002.461, + "LastModifiedDate": 1667494978.531, "Name": "/aws/service/ami-amazon-linux-latest/amzn-ami-pv-x86_64-ebs", "Type": "String", - "Value": "ami-0c549295094513d48", - "Version": 47 + "Value": "ami-07f649ea86cfc66b6", + "Version": 49 }, { "ARN": "arn:aws:ssm:us-west-2::parameter/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "DataType": "text", - "LastModifiedDate": 1661197310.419, + "LastModifiedDate": 1668621032.382, "Name": "/aws/service/ami-amazon-linux-latest/amzn2-ami-minimal-hvm-x86_64-ebs", "Type": "String", - "Value": "ami-0f51d4d93d5bee36b", - "Version": 71 + "Value": "ami-080ecbeac26d9d072", + "Version": 74 } ] \ No newline at end of file diff --git a/moto/ssm/resources/regions.json b/moto/ssm/resources/regions.json index 29b3af390..812b6c26e 100644 --- a/moto/ssm/resources/regions.json +++ b/moto/ssm/resources/regions.json @@ -140,6 +140,15 @@ "Value": "HTTPS" } }, + "appsync": { + "Value": "appsync", + "endpoint": { + "Value": "appsync.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "artifact": { "Value": "artifact" }, @@ -749,6 +758,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "logs": { "Value": "logs", "endpoint": { @@ -872,6 +890,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -926,6 +953,15 @@ "Value": "HTTPS" } }, + "rolesanywhere": { + "Value": "rolesanywhere", + "endpoint": { + "Value": "rolesanywhere.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rosa": { "Value": "rosa" }, @@ -1247,6 +1283,15 @@ "Value": "HTTPS" } }, + "workspaces": { + "Value": "workspaces", + "endpoint": { + "Value": "workspaces.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "xray": { "Value": "xray", "endpoint": { @@ -1851,6 +1896,15 @@ "Value": "HTTPS" } }, + "fsx-openzfs": { + "Value": "fsx-openzfs", + "endpoint": { + "Value": "fsx.ap-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fsx-windows": { "Value": "fsx-windows", "endpoint": { @@ -2052,6 +2106,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "logs": { "Value": "logs", "endpoint": { @@ -2091,7 +2154,7 @@ "Value": "cassandra.ap-east-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -2214,6 +2277,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ap-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -3532,9 +3604,27 @@ "Value": "HTTPS" } }, + "evidently": { + "Value": "evidently", + "endpoint": { + "Value": "evidently.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "firehose": { "Value": "firehose", "endpoint": { @@ -3643,6 +3733,15 @@ "Value": "HTTPS" } }, + "gamesparks": { + "Value": "gamesparks", + "endpoint": { + "Value": "gamesparks.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "glacier": { "Value": "glacier", "endpoint": { @@ -3685,7 +3784,7 @@ "Value": "greengrass.ap-northeast-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "guardduty": { @@ -3859,15 +3958,6 @@ "Value": "HTTPS" } }, - "iotthingsgraph": { - "Value": "iotthingsgraph", - "endpoint": { - "Value": "iotthingsgraph.ap-northeast-1.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, "iotwireless": { "Value": "iotwireless", "endpoint": { @@ -3886,6 +3976,15 @@ "Value": "HTTPS" } }, + "ivschat": { + "Value": "ivschat", + "endpoint": { + "Value": "ivschat.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "kafka": { "Value": "kafka", "endpoint": { @@ -3994,6 +4093,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -4033,6 +4141,15 @@ "lumberyard": { "Value": "lumberyard" }, + "m2": { + "Value": "m2", + "endpoint": { + "Value": "m2.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "macie": { "Value": "macie", "endpoint": { @@ -4069,7 +4186,7 @@ "Value": "cassandra.ap-northeast-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -4183,6 +4300,15 @@ "Value": "HTTPS" } }, + "migrationhuborchestrator": { + "Value": "migrationhuborchestrator", + "endpoint": { + "Value": "migrationhub-orchestrator.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "mq": { "Value": "mq", "endpoint": { @@ -4378,6 +4504,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -4432,6 +4567,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.ap-northeast-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -4498,6 +4642,15 @@ "Value": "HTTPS" } }, + "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "s3": { "Value": "s3", "endpoint": { @@ -4529,7 +4682,13 @@ } }, "sagemaker-edge": { - "Value": "sagemaker-edge" + "Value": "sagemaker-edge", + "endpoint": { + "Value": "edge.sagemaker.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "sagemaker-featurestore-runtime": { "Value": "sagemaker-featurestore-runtime", @@ -4558,6 +4717,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -4822,6 +4990,15 @@ "timestream": { "Value": "timestream" }, + "timestream-write": { + "Value": "timestream-write", + "endpoint": { + "Value": "ingest.timestream.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transcribe": { "Value": "transcribe", "endpoint": { @@ -4867,6 +5044,15 @@ "vmwarecloudonaws": { "Value": "vmwarecloudonaws" }, + "voice-id": { + "Value": "voice-id", + "endpoint": { + "Value": "voiceid.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "vpc": { "Value": "vpc" }, @@ -4906,6 +5092,15 @@ "Value": "HTTPS" } }, + "wisdom": { + "Value": "wisdom", + "endpoint": { + "Value": "wisdom.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "workdocs": { "Value": "workdocs", "endpoint": { @@ -5485,6 +5680,15 @@ "Value": "HTTPS" } }, + "devops-guru": { + "Value": "devops-guru", + "endpoint": { + "Value": "devops-guru.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "directconnect": { "Value": "directconnect", "endpoint": { @@ -5665,6 +5869,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -5770,6 +5983,9 @@ "Value": "HTTPS" } }, + "fsx-openzfs": { + "Value": "fsx-openzfs" + }, "fsx-windows": { "Value": "fsx-windows", "endpoint": { @@ -5830,7 +6046,7 @@ "Value": "greengrass.ap-northeast-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "groundstation": { @@ -5986,19 +6202,19 @@ "Value": "HTTPS" } }, - "iotthingsgraph": { - "Value": "iotthingsgraph", + "ivs": { + "Value": "ivs", "endpoint": { - "Value": "iotthingsgraph.ap-northeast-2.amazonaws.com" + "Value": "ivs.ap-northeast-2.amazonaws.com" }, "protocols": { "Value": "HTTPS" } }, - "ivs": { - "Value": "ivs", + "ivschat": { + "Value": "ivschat", "endpoint": { - "Value": "ivs.ap-northeast-2.amazonaws.com" + "Value": "ivschat.ap-northeast-2.amazonaws.com" }, "protocols": { "Value": "HTTPS" @@ -6103,6 +6319,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -6178,7 +6403,7 @@ "Value": "cassandra.ap-northeast-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -6370,6 +6595,15 @@ "privatelink": { "Value": "privatelink" }, + "proton": { + "Value": "proton", + "endpoint": { + "Value": "proton.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "qldb": { "Value": "qldb", "endpoint": { @@ -6406,6 +6640,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -6460,6 +6703,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.ap-northeast-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -7591,6 +7843,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-northeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "logs": { "Value": "logs", "endpoint": { @@ -7702,6 +7963,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ap-northeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -7729,6 +7999,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.ap-northeast-3.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -8584,6 +8863,15 @@ "Value": "HTTPS" } }, + "devops-guru": { + "Value": "devops-guru", + "endpoint": { + "Value": "devops-guru.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "directconnect": { "Value": "directconnect", "endpoint": { @@ -8764,6 +9052,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -8869,6 +9166,15 @@ "Value": "HTTPS" } }, + "fsx-openzfs": { + "Value": "fsx-openzfs", + "endpoint": { + "Value": "fsx.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fsx-windows": { "Value": "fsx-windows", "endpoint": { @@ -8920,7 +9226,7 @@ "Value": "greengrass.ap-south-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "guardduty": { @@ -9085,6 +9391,15 @@ "Value": "HTTPS" } }, + "ivschat": { + "Value": "ivschat", + "endpoint": { + "Value": "ivschat.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "kafka": { "Value": "kafka", "endpoint": { @@ -9166,6 +9481,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -9187,6 +9511,15 @@ "lumberyard": { "Value": "lumberyard" }, + "m2": { + "Value": "m2", + "endpoint": { + "Value": "m2.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "macie": { "Value": "macie", "endpoint": { @@ -9214,7 +9547,7 @@ "Value": "cassandra.ap-south-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -9448,6 +9781,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -9502,6 +9844,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.ap-south-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -9999,6 +10350,517 @@ } } }, + "ap-south-2": { + "Value": "ap-south-2", + "availability-zones": { + "aps2-az1": { + "Value": "aps2-az1" + }, + "aps2-az2": { + "Value": "aps2-az2" + }, + "aps2-az3": { + "Value": "aps2-az3" + } + }, + "domain": { + "Value": "amazonaws.com" + }, + "geolocationCountry": { + "Value": "IN" + }, + "geolocationRegion": { + "Value": "IN-TG" + }, + "longName": { + "Value": "Asia Pacific (Hyderabad)" + }, + "partition": { + "Value": "aws" + }, + "services": { + "accessanalyzer": { + "Value": "accessanalyzer", + "endpoint": { + "Value": "access-analyzer.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "account": { + "Value": "account", + "endpoint": { + "Value": "account.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "acm": { + "Value": "acm", + "endpoint": { + "Value": "acm.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "apigateway": { + "Value": "apigateway", + "endpoint": { + "Value": "apigateway.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "appconfig": { + "Value": "appconfig", + "endpoint": { + "Value": "appconfig.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "artifact": { + "Value": "artifact" + }, + "aurora": { + "Value": "aurora", + "endpoint": { + "Value": "rds.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "autoscaling": { + "Value": "autoscaling", + "endpoint": { + "Value": "autoscaling.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "cloudformation": { + "Value": "cloudformation", + "endpoint": { + "Value": "cloudformation.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudfront": { + "Value": "cloudfront", + "endpoint": { + "Value": "cloudfront.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudtrail": { + "Value": "cloudtrail", + "endpoint": { + "Value": "cloudtrail.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudwatch": { + "Value": "cloudwatch", + "endpoint": { + "Value": "monitoring.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "config": { + "Value": "config", + "endpoint": { + "Value": "config.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "directconnect": { + "Value": "directconnect", + "endpoint": { + "Value": "directconnect.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "dms": { + "Value": "dms", + "endpoint": { + "Value": "dms.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "dynamodb": { + "Value": "dynamodb", + "endpoint": { + "Value": "dynamodb.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "dynamodbstreams": { + "Value": "dynamodbstreams", + "endpoint": { + "Value": "streams.dynamodb.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ebs": { + "Value": "ebs", + "endpoint": { + "Value": "ec2.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ec2": { + "Value": "ec2", + "endpoint": { + "Value": "ec2.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ecr": { + "Value": "ecr", + "endpoint": { + "Value": "ecr.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ecs": { + "Value": "ecs", + "endpoint": { + "Value": "ecs.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "elasticache": { + "Value": "elasticache", + "endpoint": { + "Value": "elasticache.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "elb": { + "Value": "elb", + "endpoint": { + "Value": "elasticloadbalancing.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "emr": { + "Value": "emr", + "endpoint": { + "Value": "elasticmapreduce.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "es": { + "Value": "es", + "endpoint": { + "Value": "es.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eventbridge": { + "Value": "eventbridge" + }, + "events": { + "Value": "events", + "endpoint": { + "Value": "events.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "fargate": { + "Value": "fargate" + }, + "iam": { + "Value": "iam", + "endpoint": { + "Value": "iam.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "kinesis": { + "Value": "kinesis", + "endpoint": { + "Value": "kinesis.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "kms": { + "Value": "kms", + "endpoint": { + "Value": "kms.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "lambda": { + "Value": "lambda", + "endpoint": { + "Value": "lambda.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "logs": { + "Value": "logs", + "endpoint": { + "Value": "logs.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "marketplace": { + "Value": "marketplace" + }, + "meteringmarketplace": { + "Value": "meteringmarketplace", + "endpoint": { + "Value": "metering.marketplace.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "organizations": { + "Value": "organizations", + "endpoint": { + "Value": "organizations.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "phd": { + "Value": "phd", + "endpoint": { + "Value": "phd.aws.amazon.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "pi": { + "Value": "pi", + "endpoint": { + "Value": "pi.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "privatelink": { + "Value": "privatelink" + }, + "rds": { + "Value": "rds", + "endpoint": { + "Value": "rds.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "redshift": { + "Value": "redshift", + "endpoint": { + "Value": "redshift.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "resourcegroupstaggingapi": { + "Value": "resourcegroupstaggingapi", + "endpoint": { + "Value": "tagging.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "route53": { + "Value": "route53", + "endpoint": { + "Value": "route53.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "s3": { + "Value": "s3", + "endpoint": { + "Value": "s3.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "secretsmanager": { + "Value": "secretsmanager", + "endpoint": { + "Value": "secretsmanager.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sns": { + "Value": "sns", + "endpoint": { + "Value": "sns.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "sqs": { + "Value": "sqs", + "endpoint": { + "Value": "sqs.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ssm": { + "Value": "ssm", + "endpoint": { + "Value": "ssm.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "stepfunctions": { + "Value": "stepfunctions", + "endpoint": { + "Value": "states.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sts": { + "Value": "sts", + "endpoint": { + "Value": "sts.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "support": { + "Value": "support", + "endpoint": { + "Value": "support.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "swf": { + "Value": "swf", + "endpoint": { + "Value": "swf.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "synthetics": { + "Value": "synthetics", + "endpoint": { + "Value": "synthetics.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "trustedadvisor": { + "Value": "trustedadvisor" + }, + "vpc": { + "Value": "vpc" + }, + "vpn": { + "Value": "vpn", + "endpoint": { + "Value": "ec2.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "xray": { + "Value": "xray", + "endpoint": { + "Value": "xray.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "availability-zones": { @@ -10793,6 +11655,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -10826,6 +11697,15 @@ "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "firehose": { "Value": "firehose", "endpoint": { @@ -10985,7 +11865,7 @@ "Value": "greengrass.ap-southeast-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "groundstation": { @@ -11261,6 +12141,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -11291,6 +12180,15 @@ "lumberyard": { "Value": "lumberyard" }, + "m2": { + "Value": "m2", + "endpoint": { + "Value": "m2.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "macie": { "Value": "macie", "endpoint": { @@ -11327,7 +12225,7 @@ "Value": "cassandra.ap-southeast-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -11570,6 +12468,15 @@ "privatelink": { "Value": "privatelink" }, + "proton": { + "Value": "proton", + "endpoint": { + "Value": "proton.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "qldb": { "Value": "qldb", "endpoint": { @@ -11606,6 +12513,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -11660,6 +12576,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.ap-southeast-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -11726,6 +12651,15 @@ "Value": "HTTPS" } }, + "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "s3": { "Value": "s3", "endpoint": { @@ -11783,6 +12717,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -12099,7 +13042,13 @@ "Value": "vmwarecloudonaws" }, "voice-id": { - "Value": "voice-id" + "Value": "voice-id", + "endpoint": { + "Value": "voiceid.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "vpc": { "Value": "vpc" @@ -13016,6 +13965,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -13041,11 +13999,23 @@ "Value": "evidently", "endpoint": { "Value": "evidently.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" } }, "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "firehose": { "Value": "firehose", "endpoint": { @@ -13205,7 +14175,7 @@ "Value": "greengrass.ap-southeast-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "groundstation": { @@ -13370,15 +14340,6 @@ "Value": "HTTPS" } }, - "iotthingsgraph": { - "Value": "iotthingsgraph", - "endpoint": { - "Value": "iotthingsgraph.ap-southeast-2.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, "iottwinmaker": { "Value": "iottwinmaker" }, @@ -13508,6 +14469,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -13574,7 +14544,7 @@ "Value": "cassandra.ap-southeast-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -13688,6 +14658,15 @@ "Value": "HTTPS" } }, + "migrationhuborchestrator": { + "Value": "migrationhuborchestrator", + "endpoint": { + "Value": "migrationhub-orchestrator.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "mq": { "Value": "mq", "endpoint": { @@ -13865,6 +14844,15 @@ "privatelink": { "Value": "privatelink" }, + "proton": { + "Value": "proton", + "endpoint": { + "Value": "proton.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "qldb": { "Value": "qldb", "endpoint": { @@ -13901,6 +14889,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -13955,6 +14952,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.ap-southeast-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -14013,6 +15019,10 @@ } }, "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.ap-southeast-2.amazonaws.com" + }, "protocols": { "Value": "HTTPS" } @@ -14074,6 +15084,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -14356,6 +15375,15 @@ "timestream": { "Value": "timestream" }, + "timestream-write": { + "Value": "timestream-write", + "endpoint": { + "Value": "ingest.timestream.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transcribe": { "Value": "transcribe", "endpoint": { @@ -14402,6 +15430,7 @@ "Value": "vmwarecloudonaws" }, "voice-id": { + "Value": "voice-id", "endpoint": { "Value": "voiceid.ap-southeast-2.amazonaws.com" }, @@ -14455,6 +15484,9 @@ "Value": "wisdom", "endpoint": { "Value": "wisdom.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" } }, "workdocs": { @@ -14596,9 +15628,27 @@ "Value": "HTTPS" } }, + "appsync": { + "Value": "appsync", + "endpoint": { + "Value": "appsync.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "artifact": { "Value": "artifact" }, + "athena": { + "Value": "athena", + "endpoint": { + "Value": "athena.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "aurora": { "Value": "aurora", "endpoint": { @@ -14746,6 +15796,24 @@ "Value": "HTTPS" } }, + "drs": { + "Value": "drs", + "endpoint": { + "Value": "drs.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ds": { + "Value": "ds", + "endpoint": { + "Value": "ds.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "dynamodb": { "Value": "dynamodb", "endpoint": { @@ -14875,6 +15943,33 @@ "Value": "HTTPS" } }, + "fsx": { + "Value": "fsx", + "endpoint": { + "Value": "fsx.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "fsx-lustre": { + "Value": "fsx-lustre", + "endpoint": { + "Value": "fsx.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "fsx-windows": { + "Value": "fsx-windows", + "endpoint": { + "Value": "fsx.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "glacier": { "Value": "glacier", "endpoint": { @@ -14884,6 +15979,15 @@ "Value": "HTTPS, HTTP" } }, + "glue": { + "Value": "glue", + "endpoint": { + "Value": "glue.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "guardduty": { "Value": "guardduty", "endpoint": { @@ -14911,6 +16015,15 @@ "Value": "HTTPS" } }, + "kafka": { + "Value": "kafka", + "endpoint": { + "Value": "kafka.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "kinesis": { "Value": "kinesis", "endpoint": { @@ -14977,6 +16090,15 @@ "Value": "HTTPS" } }, + "mgn": { + "Value": "mgn", + "endpoint": { + "Value": "mgn.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "mq": { "Value": "mq", "endpoint": { @@ -15034,6 +16156,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -15052,6 +16183,15 @@ "Value": "HTTPS" } }, + "redshift-data": { + "Value": "redshift-data", + "endpoint": { + "Value": "redshift-data.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -15070,6 +16210,18 @@ "Value": "HTTPS" } }, + "rolesanywhere": { + "Value": "rolesanywhere", + "endpoint": { + "Value": "rolesanywhere.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "rosa": { + "Value": "rosa" + }, "route53": { "Value": "route53", "endpoint": { @@ -15097,6 +16249,33 @@ "Value": "HTTPS, HTTP" } }, + "s3outposts": { + "Value": "s3outposts", + "endpoint": { + "Value": "s3-outposts.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sagemaker": { + "Value": "sagemaker", + "endpoint": { + "Value": "api.sagemaker.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sagemaker-runtime": { + "Value": "sagemaker-runtime", + "endpoint": { + "Value": "runtime.sagemaker.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "securityhub": { "Value": "securityhub", "endpoint": { @@ -15142,6 +16321,15 @@ "Value": "HTTPS" } }, + "ses": { + "Value": "ses", + "endpoint": { + "Value": "email.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "shield": { "Value": "shield", "endpoint": { @@ -15151,6 +16339,12 @@ "Value": "HTTPS" } }, + "snowball": { + "Value": "snowball", + "endpoint": { + "Value": "snowball.ap-southeast-3.amazonaws.com" + } + }, "sns": { "Value": "sns", "endpoint": { @@ -15223,6 +16417,15 @@ "Value": "HTTPS" } }, + "transfer": { + "Value": "transfer", + "endpoint": { + "Value": "transfer.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transitgateway": { "Value": "transitgateway", "endpoint": { @@ -15608,6 +16811,15 @@ "Value": "HTTPS" } }, + "cloudshell": { + "Value": "cloudshell", + "endpoint": { + "Value": "cloudshell.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "cloudtrail": { "Value": "cloudtrail", "endpoint": { @@ -15815,6 +17027,15 @@ "Value": "HTTPS" } }, + "devops-guru": { + "Value": "devops-guru", + "endpoint": { + "Value": "devops-guru.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "directconnect": { "Value": "directconnect", "endpoint": { @@ -15986,6 +17207,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -16010,6 +17240,15 @@ "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "finspace": { "Value": "finspace", "endpoint": { @@ -16151,7 +17390,7 @@ "Value": "greengrass.ca-central-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "guardduty": { @@ -16397,6 +17636,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -16454,7 +17702,7 @@ "Value": "cassandra.ca-central-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconvert": { @@ -16625,6 +17873,15 @@ "privatelink": { "Value": "privatelink" }, + "proton": { + "Value": "proton", + "endpoint": { + "Value": "proton.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "qldb": { "Value": "qldb", "endpoint": { @@ -16661,6 +17918,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -16715,6 +17981,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.ca-central-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -17135,6 +18410,15 @@ "vmwarecloudonaws": { "Value": "vmwarecloudonaws" }, + "voice-id": { + "Value": "voice-id", + "endpoint": { + "Value": "voiceid.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "vpc": { "Value": "vpc" }, @@ -17777,7 +19061,7 @@ "Value": "greengrass.cn-north-1.amazonaws.com.cn" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "guardduty": { @@ -17996,7 +19280,7 @@ "Value": "cassandra.cn-north-1.amazonaws.com.cn" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "memorydb": { @@ -18074,6 +19358,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.cn-north-1.amazonaws.com.cn" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -19122,7 +20415,7 @@ "Value": "cassandra.cn-northwest-1.amazonaws.com.cn" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconvert": { @@ -19209,6 +20502,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.cn-northwest-1.amazonaws.com.cn" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -19554,6 +20856,14 @@ "geolocationRegion": { "Value": "DE-HE" }, + "local-zones": { + "euc1-ham1-az1": { + "Value": "euc1-ham1-az1" + }, + "euc1-waw1-az1": { + "Value": "euc1-waw1-az1" + } + }, "longName": { "Value": "Europe (Frankfurt)" }, @@ -20377,6 +21687,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -20398,9 +21717,27 @@ "Value": "HTTPS" } }, + "evidently": { + "Value": "evidently", + "endpoint": { + "Value": "evidently.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "firehose": { "Value": "firehose", "endpoint": { @@ -20551,7 +21888,7 @@ "Value": "greengrass.eu-central-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "groundstation": { @@ -20707,6 +22044,15 @@ "Value": "HTTPS" } }, + "iotfleetwise": { + "Value": "iotfleetwise", + "endpoint": { + "Value": "iotfleetwise.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "iotsecuretunneling": { "Value": "iotsecuretunneling", "endpoint": { @@ -20728,6 +22074,15 @@ "iottwinmaker": { "Value": "iottwinmaker" }, + "iotwireless": { + "Value": "iotwireless", + "endpoint": { + "Value": "api.iotwireless.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ivs": { "Value": "ivs", "endpoint": { @@ -20737,6 +22092,15 @@ "Value": "HTTPS" } }, + "ivschat": { + "Value": "ivschat", + "endpoint": { + "Value": "ivschat.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "kafka": { "Value": "kafka", "endpoint": { @@ -20845,6 +22209,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -20920,7 +22293,7 @@ "Value": "cassandra.eu-central-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -21034,6 +22407,15 @@ "Value": "HTTPS" } }, + "migrationhuborchestrator": { + "Value": "migrationhuborchestrator", + "endpoint": { + "Value": "migrationhub-orchestrator.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "migrationhubstrategy": { "Value": "migrationhubstrategy" }, @@ -21196,6 +22578,15 @@ "privatelink": { "Value": "privatelink" }, + "proton": { + "Value": "proton", + "endpoint": { + "Value": "proton.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "qldb": { "Value": "qldb", "endpoint": { @@ -21233,8 +22624,12 @@ } }, "rbin": { + "Value": "rbin", "endpoint": { "Value": "rbin.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" } }, "rds": { @@ -21291,6 +22686,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.eu-central-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -21357,6 +22761,15 @@ "Value": "HTTPS" } }, + "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "s3": { "Value": "s3", "endpoint": { @@ -21388,7 +22801,13 @@ } }, "sagemaker-edge": { - "Value": "sagemaker-edge" + "Value": "sagemaker-edge", + "endpoint": { + "Value": "edge.sagemaker.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "sagemaker-featurestore-runtime": { "Value": "sagemaker-featurestore-runtime", @@ -21417,6 +22836,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -21690,6 +23118,15 @@ "timestream": { "Value": "timestream" }, + "timestream-write": { + "Value": "timestream-write", + "endpoint": { + "Value": "ingest.timestream.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transcribe": { "Value": "transcribe", "endpoint": { @@ -21735,6 +23172,15 @@ "vmwarecloudonaws": { "Value": "vmwarecloudonaws" }, + "voice-id": { + "Value": "voice-id", + "endpoint": { + "Value": "voiceid.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "vpc": { "Value": "vpc" }, @@ -21774,6 +23220,15 @@ "Value": "HTTPS" } }, + "wisdom": { + "Value": "wisdom", + "endpoint": { + "Value": "wisdom.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "workspaces": { "Value": "workspaces", "endpoint": { @@ -21814,6 +23269,526 @@ } } }, + "eu-central-2": { + "Value": "eu-central-2", + "availability-zones": { + "euc2-az1": { + "Value": "euc2-az1" + }, + "euc2-az2": { + "Value": "euc2-az2" + }, + "euc2-az3": { + "Value": "euc2-az3" + } + }, + "domain": { + "Value": "amazonaws.com" + }, + "geolocationCountry": { + "Value": "CH" + }, + "geolocationRegion": { + "Value": "CH-ZH" + }, + "longName": { + "Value": "Europe (Zurich)" + }, + "partition": { + "Value": "aws" + }, + "services": { + "accessanalyzer": { + "Value": "accessanalyzer", + "endpoint": { + "Value": "access-analyzer.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "account": { + "Value": "account", + "endpoint": { + "Value": "account.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "acm": { + "Value": "acm", + "endpoint": { + "Value": "acm.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "apigateway": { + "Value": "apigateway", + "endpoint": { + "Value": "apigateway.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "appconfig": { + "Value": "appconfig", + "endpoint": { + "Value": "appconfig.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "artifact": { + "Value": "artifact" + }, + "aurora": { + "Value": "aurora", + "endpoint": { + "Value": "rds.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "autoscaling": { + "Value": "autoscaling", + "endpoint": { + "Value": "autoscaling.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "cloudformation": { + "Value": "cloudformation", + "endpoint": { + "Value": "cloudformation.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudfront": { + "Value": "cloudfront", + "endpoint": { + "Value": "cloudfront.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudtrail": { + "Value": "cloudtrail", + "endpoint": { + "Value": "cloudtrail.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudwatch": { + "Value": "cloudwatch", + "endpoint": { + "Value": "monitoring.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "config": { + "Value": "config", + "endpoint": { + "Value": "config.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "directconnect": { + "Value": "directconnect", + "endpoint": { + "Value": "directconnect.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "dms": { + "Value": "dms", + "endpoint": { + "Value": "dms.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "dynamodb": { + "Value": "dynamodb", + "endpoint": { + "Value": "dynamodb.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "dynamodbstreams": { + "Value": "dynamodbstreams", + "endpoint": { + "Value": "streams.dynamodb.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ebs": { + "Value": "ebs", + "endpoint": { + "Value": "ec2.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ec2": { + "Value": "ec2", + "endpoint": { + "Value": "ec2.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ecr": { + "Value": "ecr", + "endpoint": { + "Value": "ecr.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ecs": { + "Value": "ecs", + "endpoint": { + "Value": "ecs.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "elasticache": { + "Value": "elasticache", + "endpoint": { + "Value": "elasticache.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "elb": { + "Value": "elb", + "endpoint": { + "Value": "elasticloadbalancing.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "emr": { + "Value": "emr", + "endpoint": { + "Value": "elasticmapreduce.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "es": { + "Value": "es", + "endpoint": { + "Value": "es.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eventbridge": { + "Value": "eventbridge" + }, + "events": { + "Value": "events", + "endpoint": { + "Value": "events.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "fargate": { + "Value": "fargate" + }, + "iam": { + "Value": "iam", + "endpoint": { + "Value": "iam.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "kinesis": { + "Value": "kinesis", + "endpoint": { + "Value": "kinesis.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "kms": { + "Value": "kms", + "endpoint": { + "Value": "kms.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "lambda": { + "Value": "lambda", + "endpoint": { + "Value": "lambda.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "logs": { + "Value": "logs", + "endpoint": { + "Value": "logs.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "marketplace": { + "Value": "marketplace" + }, + "meteringmarketplace": { + "Value": "meteringmarketplace", + "endpoint": { + "Value": "metering.marketplace.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "organizations": { + "Value": "organizations", + "endpoint": { + "Value": "organizations.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "phd": { + "Value": "phd", + "endpoint": { + "Value": "phd.aws.amazon.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "pi": { + "Value": "pi", + "endpoint": { + "Value": "pi.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "privatelink": { + "Value": "privatelink" + }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "rds": { + "Value": "rds", + "endpoint": { + "Value": "rds.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "redshift": { + "Value": "redshift", + "endpoint": { + "Value": "redshift.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "resourcegroupstaggingapi": { + "Value": "resourcegroupstaggingapi", + "endpoint": { + "Value": "tagging.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "route53": { + "Value": "route53", + "endpoint": { + "Value": "route53.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "s3": { + "Value": "s3", + "endpoint": { + "Value": "s3.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "secretsmanager": { + "Value": "secretsmanager", + "endpoint": { + "Value": "secretsmanager.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sns": { + "Value": "sns", + "endpoint": { + "Value": "sns.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "sqs": { + "Value": "sqs", + "endpoint": { + "Value": "sqs.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ssm": { + "Value": "ssm", + "endpoint": { + "Value": "ssm.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "stepfunctions": { + "Value": "stepfunctions", + "endpoint": { + "Value": "states.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sts": { + "Value": "sts", + "endpoint": { + "Value": "sts.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "support": { + "Value": "support", + "endpoint": { + "Value": "support.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "swf": { + "Value": "swf", + "endpoint": { + "Value": "swf.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "synthetics": { + "Value": "synthetics", + "endpoint": { + "Value": "synthetics.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "trustedadvisor": { + "Value": "trustedadvisor" + }, + "vpc": { + "Value": "vpc" + }, + "vpn": { + "Value": "vpn", + "endpoint": { + "Value": "ec2.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "xray": { + "Value": "xray", + "endpoint": { + "Value": "xray.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "eu-north-1": { "Value": "eu-north-1", "availability-zones": { @@ -22443,6 +24418,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -22464,6 +24448,15 @@ "Value": "HTTPS" } }, + "evidently": { + "Value": "evidently", + "endpoint": { + "Value": "evidently.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fargate": { "Value": "fargate" }, @@ -22530,6 +24523,15 @@ "Value": "HTTPS" } }, + "fsx-openzfs": { + "Value": "fsx-openzfs", + "endpoint": { + "Value": "fsx.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fsx-windows": { "Value": "fsx-windows", "endpoint": { @@ -22767,6 +24769,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -22824,7 +24835,7 @@ "Value": "cassandra.eu-north-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -23007,6 +25018,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -23043,6 +25063,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.eu-north-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -23100,6 +25129,15 @@ "Value": "HTTPS" } }, + "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "s3": { "Value": "s3", "endpoint": { @@ -23157,6 +25195,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -24229,6 +26276,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "logs": { "Value": "logs", "endpoint": { @@ -24250,6 +26306,15 @@ "marketplace": { "Value": "marketplace" }, + "memorydb": { + "Value": "memorydb", + "endpoint": { + "Value": "memory-db.eu-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "meteringmarketplace": { "Value": "meteringmarketplace", "endpoint": { @@ -24334,6 +26399,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.eu-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -24388,6 +26462,15 @@ "Value": "HTTPS" } }, + "rolesanywhere": { + "Value": "rolesanywhere", + "endpoint": { + "Value": "rolesanywhere.eu-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rosa": { "Value": "rosa" }, @@ -24723,6 +26806,526 @@ } } }, + "eu-south-2": { + "Value": "eu-south-2", + "availability-zones": { + "eus2-az1": { + "Value": "eus2-az1" + }, + "eus2-az2": { + "Value": "eus2-az2" + }, + "eus2-az3": { + "Value": "eus2-az3" + } + }, + "domain": { + "Value": "amazonaws.com" + }, + "geolocationCountry": { + "Value": "ES" + }, + "geolocationRegion": { + "Value": "ES-AR" + }, + "longName": { + "Value": "Europe (Spain)" + }, + "partition": { + "Value": "aws" + }, + "services": { + "accessanalyzer": { + "Value": "accessanalyzer", + "endpoint": { + "Value": "access-analyzer.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "account": { + "Value": "account", + "endpoint": { + "Value": "account.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "acm": { + "Value": "acm", + "endpoint": { + "Value": "acm.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "apigateway": { + "Value": "apigateway", + "endpoint": { + "Value": "apigateway.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "appconfig": { + "Value": "appconfig", + "endpoint": { + "Value": "appconfig.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "artifact": { + "Value": "artifact" + }, + "aurora": { + "Value": "aurora", + "endpoint": { + "Value": "rds.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "autoscaling": { + "Value": "autoscaling", + "endpoint": { + "Value": "autoscaling.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "cloudformation": { + "Value": "cloudformation", + "endpoint": { + "Value": "cloudformation.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudfront": { + "Value": "cloudfront", + "endpoint": { + "Value": "cloudfront.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudtrail": { + "Value": "cloudtrail", + "endpoint": { + "Value": "cloudtrail.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudwatch": { + "Value": "cloudwatch", + "endpoint": { + "Value": "monitoring.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "config": { + "Value": "config", + "endpoint": { + "Value": "config.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "directconnect": { + "Value": "directconnect", + "endpoint": { + "Value": "directconnect.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "dms": { + "Value": "dms", + "endpoint": { + "Value": "dms.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "dynamodb": { + "Value": "dynamodb", + "endpoint": { + "Value": "dynamodb.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "dynamodbstreams": { + "Value": "dynamodbstreams", + "endpoint": { + "Value": "streams.dynamodb.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ebs": { + "Value": "ebs", + "endpoint": { + "Value": "ec2.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ec2": { + "Value": "ec2", + "endpoint": { + "Value": "ec2.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ecr": { + "Value": "ecr", + "endpoint": { + "Value": "ecr.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ecs": { + "Value": "ecs", + "endpoint": { + "Value": "ecs.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "elasticache": { + "Value": "elasticache", + "endpoint": { + "Value": "elasticache.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "elb": { + "Value": "elb", + "endpoint": { + "Value": "elasticloadbalancing.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "emr": { + "Value": "emr", + "endpoint": { + "Value": "elasticmapreduce.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "es": { + "Value": "es", + "endpoint": { + "Value": "es.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eventbridge": { + "Value": "eventbridge" + }, + "events": { + "Value": "events", + "endpoint": { + "Value": "events.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "fargate": { + "Value": "fargate" + }, + "iam": { + "Value": "iam", + "endpoint": { + "Value": "iam.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "kinesis": { + "Value": "kinesis", + "endpoint": { + "Value": "kinesis.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "kms": { + "Value": "kms", + "endpoint": { + "Value": "kms.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "lambda": { + "Value": "lambda", + "endpoint": { + "Value": "lambda.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "logs": { + "Value": "logs", + "endpoint": { + "Value": "logs.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "marketplace": { + "Value": "marketplace" + }, + "meteringmarketplace": { + "Value": "meteringmarketplace", + "endpoint": { + "Value": "metering.marketplace.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "organizations": { + "Value": "organizations", + "endpoint": { + "Value": "organizations.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "phd": { + "Value": "phd", + "endpoint": { + "Value": "phd.aws.amazon.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "pi": { + "Value": "pi", + "endpoint": { + "Value": "pi.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "privatelink": { + "Value": "privatelink" + }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "rds": { + "Value": "rds", + "endpoint": { + "Value": "rds.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "redshift": { + "Value": "redshift", + "endpoint": { + "Value": "redshift.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "resourcegroupstaggingapi": { + "Value": "resourcegroupstaggingapi", + "endpoint": { + "Value": "tagging.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "route53": { + "Value": "route53", + "endpoint": { + "Value": "route53.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "s3": { + "Value": "s3", + "endpoint": { + "Value": "s3.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "secretsmanager": { + "Value": "secretsmanager", + "endpoint": { + "Value": "secretsmanager.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sns": { + "Value": "sns", + "endpoint": { + "Value": "sns.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "sqs": { + "Value": "sqs", + "endpoint": { + "Value": "sqs.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ssm": { + "Value": "ssm", + "endpoint": { + "Value": "ssm.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "stepfunctions": { + "Value": "stepfunctions", + "endpoint": { + "Value": "states.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sts": { + "Value": "sts", + "endpoint": { + "Value": "sts.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "support": { + "Value": "support", + "endpoint": { + "Value": "support.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "swf": { + "Value": "swf", + "endpoint": { + "Value": "swf.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "synthetics": { + "Value": "synthetics", + "endpoint": { + "Value": "synthetics.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "trustedadvisor": { + "Value": "trustedadvisor" + }, + "vpc": { + "Value": "vpc" + }, + "vpn": { + "Value": "vpn", + "endpoint": { + "Value": "ec2.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "xray": { + "Value": "xray", + "endpoint": { + "Value": "xray.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "eu-west-1": { "Value": "eu-west-1", "availability-zones": { @@ -24983,6 +27586,15 @@ "Value": "HTTPS" } }, + "backupstorage": { + "Value": "backupstorage", + "endpoint": { + "Value": "cell-1.prod.eu-west-1.storage.cryo.aws.a2z.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "batch": { "Value": "batch", "endpoint": { @@ -25547,9 +28159,27 @@ "Value": "HTTPS" } }, + "evidently": { + "Value": "evidently", + "endpoint": { + "Value": "evidently.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "finspace": { "Value": "finspace", "endpoint": { @@ -25727,7 +28357,7 @@ "Value": "greengrass.eu-west-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "groundstation": { @@ -25919,15 +28549,6 @@ "Value": "HTTPS" } }, - "iotthingsgraph": { - "Value": "iotthingsgraph", - "endpoint": { - "Value": "iotthingsgraph.eu-west-1.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, "iottwinmaker": { "Value": "iottwinmaker" }, @@ -26075,6 +28696,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -26177,7 +28807,7 @@ "Value": "cassandra.eu-west-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -26291,6 +28921,15 @@ "Value": "HTTPS" } }, + "migrationhuborchestrator": { + "Value": "migrationhuborchestrator", + "endpoint": { + "Value": "migrationhub-orchestrator.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "mq": { "Value": "mq", "endpoint": { @@ -26504,6 +29143,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -26558,6 +29206,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.eu-west-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -26624,6 +29281,15 @@ "Value": "HTTPS" } }, + "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "s3": { "Value": "s3", "endpoint": { @@ -26655,7 +29321,13 @@ } }, "sagemaker-edge": { - "Value": "sagemaker-edge" + "Value": "sagemaker-edge", + "endpoint": { + "Value": "edge.sagemaker.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "sagemaker-featurestore-runtime": { "Value": "sagemaker-featurestore-runtime", @@ -26684,6 +29356,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -26936,6 +29617,15 @@ "Value": "HTTPS" } }, + "support-app": { + "Value": "support-app", + "endpoint": { + "Value": "supportapp.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "swf": { "Value": "swf", "endpoint": { @@ -26966,6 +29656,15 @@ "timestream": { "Value": "timestream" }, + "timestream-write": { + "Value": "timestream-write", + "endpoint": { + "Value": "ingest.timestream.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transcribe": { "Value": "transcribe", "endpoint": { @@ -27441,6 +30140,15 @@ "Value": "HTTPS" } }, + "cloudshell": { + "Value": "cloudshell", + "endpoint": { + "Value": "cloudshell.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "cloudtrail": { "Value": "cloudtrail", "endpoint": { @@ -27711,6 +30419,15 @@ "Value": "HTTPS" } }, + "devops-guru": { + "Value": "devops-guru", + "endpoint": { + "Value": "devops-guru.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "directconnect": { "Value": "directconnect", "endpoint": { @@ -27891,6 +30608,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -27915,6 +30641,15 @@ "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "firehose": { "Value": "firehose", "endpoint": { @@ -28047,7 +30782,7 @@ "Value": "greengrass.eu-west-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "guardduty": { @@ -28302,6 +31037,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -28323,6 +31067,15 @@ "lumberyard": { "Value": "lumberyard" }, + "m2": { + "Value": "m2", + "endpoint": { + "Value": "m2.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "macie": { "Value": "macie", "endpoint": { @@ -28359,7 +31112,7 @@ "Value": "cassandra.eu-west-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -28464,6 +31217,15 @@ "Value": "HTTPS" } }, + "migrationhuborchestrator": { + "Value": "migrationhuborchestrator", + "endpoint": { + "Value": "migrationhub-orchestrator.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "mq": { "Value": "mq", "endpoint": { @@ -28578,6 +31340,15 @@ "privatelink": { "Value": "privatelink" }, + "proton": { + "Value": "proton", + "endpoint": { + "Value": "proton.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "qldb": { "Value": "qldb", "endpoint": { @@ -28614,6 +31385,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -28668,6 +31448,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.eu-west-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -28725,6 +31514,15 @@ "Value": "HTTPS" } }, + "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "s3": { "Value": "s3", "endpoint": { @@ -29089,6 +31887,9 @@ "Value": "voice-id", "endpoint": { "Value": "voiceid.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" } }, "vpc": { @@ -29130,6 +31931,15 @@ "Value": "HTTPS" } }, + "wisdom": { + "Value": "wisdom", + "endpoint": { + "Value": "wisdom.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "workspaces": { "Value": "workspaces", "endpoint": { @@ -29161,6 +31971,9 @@ "wavelength-zones": { "euw2-wl1-lon-wlz1": { "Value": "euw2-wl1-lon-wlz1" + }, + "euw2-wl1-man-wlz1": { + "Value": "euw2-wl1-man-wlz1" } } }, @@ -29610,6 +32423,15 @@ "Value": "HTTPS" } }, + "devops-guru": { + "Value": "devops-guru", + "endpoint": { + "Value": "devops-guru.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "directconnect": { "Value": "directconnect", "endpoint": { @@ -29781,6 +32603,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -30078,6 +32909,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -30099,6 +32939,15 @@ "lumberyard": { "Value": "lumberyard" }, + "m2": { + "Value": "m2", + "endpoint": { + "Value": "m2.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "macie": { "Value": "macie", "endpoint": { @@ -30126,7 +32975,7 @@ "Value": "cassandra.eu-west-3.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -30174,6 +33023,15 @@ "Value": "HTTPS" } }, + "memorydb": { + "Value": "memorydb", + "endpoint": { + "Value": "memory-db.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "meteringmarketplace": { "Value": "meteringmarketplace", "endpoint": { @@ -30288,6 +33146,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -30333,6 +33200,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.eu-west-3.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -30803,6 +33679,643 @@ } } }, + "me-central-1": { + "Value": "me-central-1", + "availability-zones": { + "mec1-az1": { + "Value": "mec1-az1" + }, + "mec1-az2": { + "Value": "mec1-az2" + }, + "mec1-az3": { + "Value": "mec1-az3" + } + }, + "domain": { + "Value": "amazonaws.com" + }, + "geolocationCountry": { + "Value": "AE" + }, + "geolocationRegion": { + "Value": "AE-DU" + }, + "longName": { + "Value": "Middle East (UAE)" + }, + "partition": { + "Value": "aws" + }, + "services": { + "accessanalyzer": { + "Value": "accessanalyzer", + "endpoint": { + "Value": "access-analyzer.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "account": { + "Value": "account", + "endpoint": { + "Value": "account.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "acm": { + "Value": "acm", + "endpoint": { + "Value": "acm.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "apigateway": { + "Value": "apigateway", + "endpoint": { + "Value": "apigateway.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "appconfig": { + "Value": "appconfig", + "endpoint": { + "Value": "appconfig.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "artifact": { + "Value": "artifact" + }, + "aurora": { + "Value": "aurora", + "endpoint": { + "Value": "rds.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "autoscaling": { + "Value": "autoscaling", + "endpoint": { + "Value": "autoscaling.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "chatbot": { + "Value": "chatbot" + }, + "cloudformation": { + "Value": "cloudformation", + "endpoint": { + "Value": "cloudformation.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudfront": { + "Value": "cloudfront", + "endpoint": { + "Value": "cloudfront.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudhsmv2": { + "Value": "cloudhsmv2", + "endpoint": { + "Value": "cloudhsmv2.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudtrail": { + "Value": "cloudtrail", + "endpoint": { + "Value": "cloudtrail.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cloudwatch": { + "Value": "cloudwatch", + "endpoint": { + "Value": "monitoring.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "config": { + "Value": "config", + "endpoint": { + "Value": "config.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "datasync": { + "Value": "datasync", + "endpoint": { + "Value": "datasync.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "directconnect": { + "Value": "directconnect", + "endpoint": { + "Value": "directconnect.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "dms": { + "Value": "dms", + "endpoint": { + "Value": "dms.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ds": { + "Value": "ds", + "endpoint": { + "Value": "ds.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "dynamodb": { + "Value": "dynamodb", + "endpoint": { + "Value": "dynamodb.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "dynamodbstreams": { + "Value": "dynamodbstreams", + "endpoint": { + "Value": "streams.dynamodb.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ebs": { + "Value": "ebs", + "endpoint": { + "Value": "ec2.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ec2": { + "Value": "ec2", + "endpoint": { + "Value": "ec2.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ecr": { + "Value": "ecr", + "endpoint": { + "Value": "ecr.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ecs": { + "Value": "ecs", + "endpoint": { + "Value": "ecs.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "efs": { + "Value": "efs", + "endpoint": { + "Value": "elasticfilesystem.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eks": { + "Value": "eks", + "endpoint": { + "Value": "eks.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "elasticache": { + "Value": "elasticache", + "endpoint": { + "Value": "elasticache.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "elb": { + "Value": "elb", + "endpoint": { + "Value": "elasticloadbalancing.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "emr": { + "Value": "emr", + "endpoint": { + "Value": "elasticmapreduce.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "es": { + "Value": "es", + "endpoint": { + "Value": "es.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eventbridge": { + "Value": "eventbridge" + }, + "events": { + "Value": "events", + "endpoint": { + "Value": "events.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "fargate": { + "Value": "fargate" + }, + "firehose": { + "Value": "firehose", + "endpoint": { + "Value": "firehose.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "guardduty": { + "Value": "guardduty", + "endpoint": { + "Value": "guardduty.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "iam": { + "Value": "iam", + "endpoint": { + "Value": "iam.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "iot": { + "Value": "iot", + "endpoint": { + "Value": "iot.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "iot-data": { + "Value": "iot-data", + "endpoint": { + "Value": "data-ats.iot.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "kinesis": { + "Value": "kinesis", + "endpoint": { + "Value": "kinesis.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "kms": { + "Value": "kms", + "endpoint": { + "Value": "kms.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "lambda": { + "Value": "lambda", + "endpoint": { + "Value": "lambda.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "logs": { + "Value": "logs", + "endpoint": { + "Value": "logs.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "marketplace": { + "Value": "marketplace" + }, + "meteringmarketplace": { + "Value": "meteringmarketplace", + "endpoint": { + "Value": "metering.marketplace.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "organizations": { + "Value": "organizations", + "endpoint": { + "Value": "organizations.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "phd": { + "Value": "phd", + "endpoint": { + "Value": "phd.aws.amazon.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "pi": { + "Value": "pi", + "endpoint": { + "Value": "pi.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "privatelink": { + "Value": "privatelink" + }, + "ram": { + "Value": "ram", + "endpoint": { + "Value": "ram.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "rds": { + "Value": "rds", + "endpoint": { + "Value": "rds.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "redshift": { + "Value": "redshift", + "endpoint": { + "Value": "redshift.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "resource-groups": { + "Value": "resource-groups", + "endpoint": { + "Value": "resource-groups.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "resourcegroupstaggingapi": { + "Value": "resourcegroupstaggingapi", + "endpoint": { + "Value": "tagging.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "route53": { + "Value": "route53", + "endpoint": { + "Value": "route53.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "s3": { + "Value": "s3", + "endpoint": { + "Value": "s3.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "secretsmanager": { + "Value": "secretsmanager", + "endpoint": { + "Value": "secretsmanager.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "servicediscovery": { + "Value": "servicediscovery", + "endpoint": { + "Value": "servicediscovery.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sns": { + "Value": "sns", + "endpoint": { + "Value": "sns.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "sqs": { + "Value": "sqs", + "endpoint": { + "Value": "sqs.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, + "ssm": { + "Value": "ssm", + "endpoint": { + "Value": "ssm.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "stepfunctions": { + "Value": "stepfunctions", + "endpoint": { + "Value": "states.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "storagegateway": { + "Value": "storagegateway", + "endpoint": { + "Value": "storagegateway.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sts": { + "Value": "sts", + "endpoint": { + "Value": "sts.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "support": { + "Value": "support", + "endpoint": { + "Value": "support.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "swf": { + "Value": "swf", + "endpoint": { + "Value": "swf.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "synthetics": { + "Value": "synthetics", + "endpoint": { + "Value": "synthetics.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "vpc": { + "Value": "vpc" + }, + "vpn": { + "Value": "vpn", + "endpoint": { + "Value": "ec2.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "xray": { + "Value": "xray", + "endpoint": { + "Value": "xray.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "me-south-1": { "Value": "me-south-1", "availability-zones": { @@ -31615,6 +35128,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.me-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "logs": { "Value": "logs", "endpoint": { @@ -31654,7 +35176,7 @@ "Value": "cassandra.me-south-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "meteringmarketplace": { @@ -31759,6 +35281,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.me-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -32480,6 +36011,15 @@ "Value": "HTTPS" } }, + "cloudshell": { + "Value": "cloudshell", + "endpoint": { + "Value": "cloudshell.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "cloudtrail": { "Value": "cloudtrail", "endpoint": { @@ -32633,6 +36173,15 @@ "Value": "HTTPS" } }, + "devops-guru": { + "Value": "devops-guru", + "endpoint": { + "Value": "devops-guru.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "directconnect": { "Value": "directconnect", "endpoint": { @@ -32804,6 +36353,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -33026,6 +36584,15 @@ "Value": "HTTPS" } }, + "iotwireless": { + "Value": "iotwireless", + "endpoint": { + "Value": "api.iotwireless.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "kafka": { "Value": "kafka", "endpoint": { @@ -33107,6 +36674,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "logs": { "Value": "logs", "endpoint": { @@ -33155,7 +36731,7 @@ "Value": "cassandra.sa-east-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -33335,6 +36911,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -33371,6 +36956,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.sa-east-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -33873,6 +37467,9 @@ "Value": "US-VA" }, "local-zones": { + "use1-atl1-az1": { + "Value": "use1-atl1-az1" + }, "use1-bos1-az1": { "Value": "use1-bos1-az1" }, @@ -33882,6 +37479,9 @@ "use1-dfw1-az1": { "Value": "use1-dfw1-az1" }, + "use1-iah1-az1": { + "Value": "use1-iah1-az1" + }, "use1-mci1-az1": { "Value": "use1-mci1-az1" }, @@ -34157,6 +37757,15 @@ "Value": "HTTPS" } }, + "backupstorage": { + "Value": "backupstorage", + "endpoint": { + "Value": "cell-1.prod.us-east-1.storage.cryo.aws.a2z.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "batch": { "Value": "batch", "endpoint": { @@ -34280,15 +37889,6 @@ "Value": "HTTPS" } }, - "cloudhsm": { - "Value": "cloudhsm", - "endpoint": { - "Value": "cloudhsm.us-east-1.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, "cloudhsmv2": { "Value": "cloudhsmv2", "endpoint": { @@ -34514,6 +38114,15 @@ "Value": "HTTPS" } }, + "connectcases": { + "Value": "connectcases", + "endpoint": { + "Value": "cases.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "connectparticipant": { "Value": "connectparticipant", "endpoint": { @@ -34880,9 +38489,27 @@ "Value": "HTTPS" } }, + "evidently": { + "Value": "evidently", + "endpoint": { + "Value": "evidently.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "finspace": { "Value": "finspace", "endpoint": { @@ -35069,7 +38696,7 @@ "Value": "greengrass.us-east-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "groundstation": { @@ -35252,6 +38879,15 @@ "Value": "HTTPS" } }, + "iotfleetwise": { + "Value": "iotfleetwise", + "endpoint": { + "Value": "iotfleetwise.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "iotsecuretunneling": { "Value": "iotsecuretunneling", "endpoint": { @@ -35270,15 +38906,6 @@ "Value": "HTTPS" } }, - "iotthingsgraph": { - "Value": "iotthingsgraph", - "endpoint": { - "Value": "iotthingsgraph.us-east-1.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, "iottwinmaker": { "Value": "iottwinmaker" }, @@ -35426,6 +39053,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -35555,7 +39191,7 @@ "Value": "cassandra.us-east-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -35669,6 +39305,15 @@ "Value": "HTTPS" } }, + "migrationhuborchestrator": { + "Value": "migrationhuborchestrator", + "endpoint": { + "Value": "migrationhub-orchestrator.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "mobile": { "Value": "mobile", "endpoint": { @@ -35873,6 +39518,15 @@ "privatelink": { "Value": "privatelink" }, + "privatenetworks": { + "Value": "privatenetworks", + "endpoint": { + "Value": "private-networks.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "proton": { "Value": "proton", "endpoint": { @@ -35918,6 +39572,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -35975,6 +39638,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.us-east-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -36050,6 +39722,15 @@ "Value": "HTTPS" } }, + "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "s3": { "Value": "s3", "endpoint": { @@ -36081,7 +39762,13 @@ } }, "sagemaker-edge": { - "Value": "sagemaker-edge" + "Value": "sagemaker-edge", + "endpoint": { + "Value": "edge.sagemaker.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "sagemaker-featurestore-runtime": { "Value": "sagemaker-featurestore-runtime", @@ -36110,6 +39797,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -36365,6 +40061,15 @@ "Value": "HTTPS" } }, + "support-app": { + "Value": "support-app", + "endpoint": { + "Value": "supportapp.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "swf": { "Value": "swf", "endpoint": { @@ -36395,6 +40100,15 @@ "timestream": { "Value": "timestream" }, + "timestream-write": { + "Value": "timestream-write", + "endpoint": { + "Value": "ingest.timestream.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transcribe": { "Value": "transcribe", "endpoint": { @@ -36440,6 +40154,15 @@ "vmwarecloudonaws": { "Value": "vmwarecloudonaws" }, + "voice-id": { + "Value": "voice-id", + "endpoint": { + "Value": "voiceid.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "vpc": { "Value": "vpc" }, @@ -36486,6 +40209,9 @@ "Value": "wisdom", "endpoint": { "Value": "wisdom.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" } }, "workdocs": { @@ -36851,6 +40577,15 @@ "Value": "HTTPS" } }, + "backupstorage": { + "Value": "backupstorage", + "endpoint": { + "Value": "cell-1.prod.us-east-2.storage.cryo.aws.a2z.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "batch": { "Value": "batch", "endpoint": { @@ -37349,6 +41084,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -37371,6 +41115,10 @@ } }, "evidently": { + "Value": "evidently", + "endpoint": { + "Value": "evidently.us-east-2.amazonaws.com" + }, "protocols": { "Value": "HTTPS" } @@ -37378,6 +41126,15 @@ "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "finspace": { "Value": "finspace", "endpoint": { @@ -37555,7 +41312,7 @@ "Value": "greengrass.us-east-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "groundstation": { @@ -37828,6 +41585,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -37894,7 +41660,7 @@ "Value": "cassandra.us-east-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -38089,6 +41855,15 @@ "Value": "HTTPS" } }, + "pinpoint": { + "Value": "pinpoint", + "endpoint": { + "Value": "pinpoint.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "polly": { "Value": "polly", "endpoint": { @@ -38101,6 +41876,15 @@ "privatelink": { "Value": "privatelink" }, + "privatenetworks": { + "Value": "privatenetworks", + "endpoint": { + "Value": "private-networks.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "proton": { "Value": "proton", "endpoint": { @@ -38146,6 +41930,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -38200,6 +41993,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.us-east-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -38266,6 +42068,15 @@ "Value": "HTTPS" } }, + "rum": { + "Value": "rum", + "endpoint": { + "Value": "rum.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "s3": { "Value": "s3", "endpoint": { @@ -38297,7 +42108,13 @@ } }, "sagemaker-edge": { - "Value": "sagemaker-edge" + "Value": "sagemaker-edge", + "endpoint": { + "Value": "edge.sagemaker.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "sagemaker-featurestore-runtime": { "Value": "sagemaker-featurestore-runtime", @@ -38326,6 +42143,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -38593,6 +42419,15 @@ "timestream": { "Value": "timestream" }, + "timestream-write": { + "Value": "timestream-write", + "endpoint": { + "Value": "ingest.timestream.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transcribe": { "Value": "transcribe", "endpoint": { @@ -38942,6 +42777,9 @@ "Value": "HTTPS" } }, + "controltower": { + "Value": "controltower" + }, "datasync": { "Value": "datasync", "endpoint": { @@ -39215,7 +43053,7 @@ "Value": "greengrass.us-gov-east-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "guardduty": { @@ -39407,7 +43245,7 @@ "Value": "cassandra.us-gov-east-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "meteringmarketplace": { @@ -39485,6 +43323,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.us-gov-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -39812,6 +43659,15 @@ "Value": "HTTPS" } }, + "wellarchitectedtool": { + "Value": "wellarchitectedtool", + "endpoint": { + "Value": "wellarchitected.us-gov-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "xray": { "Value": "xray", "endpoint": { @@ -40170,6 +44026,9 @@ "Value": "HTTPS" } }, + "controltower": { + "Value": "controltower" + }, "databrew": { "Value": "databrew", "endpoint": { @@ -40461,7 +44320,7 @@ "Value": "greengrass.us-gov-west-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "guardduty": { @@ -40689,6 +44548,15 @@ "Value": "HTTPS" } }, + "managedblockchain": { + "Value": "managedblockchain", + "endpoint": { + "Value": "managedblockchain.us-gov-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "managedservices": { "Value": "managedservices", "endpoint": { @@ -40707,7 +44575,7 @@ "Value": "cassandra.us-gov-west-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconvert": { @@ -40839,6 +44707,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.us-gov-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -41148,6 +45025,18 @@ "Value": "HTTPS" } }, + "timestream": { + "Value": "timestream" + }, + "timestream-write": { + "Value": "timestream-write", + "endpoint": { + "Value": "ingest.timestream.us-gov-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transcribe": { "Value": "transcribe", "endpoint": { @@ -41220,6 +45109,15 @@ "Value": "HTTPS" } }, + "wellarchitectedtool": { + "Value": "wellarchitectedtool", + "endpoint": { + "Value": "wellarchitected.us-gov-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "workspaces": { "Value": "workspaces", "endpoint": { @@ -41713,6 +45611,15 @@ "Value": "HTTPS" } }, + "devops-guru": { + "Value": "devops-guru", + "endpoint": { + "Value": "devops-guru.us-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "directconnect": { "Value": "directconnect", "endpoint": { @@ -41884,6 +45791,15 @@ "Value": "HTTPS" } }, + "emr-serverless": { + "Value": "emr-serverless", + "endpoint": { + "Value": "emr-serverless.us-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "es": { "Value": "es", "endpoint": { @@ -42187,6 +46103,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.us-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "logs": { "Value": "logs", "endpoint": { @@ -42232,7 +46157,7 @@ "Value": "cassandra.us-west-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -42418,6 +46343,15 @@ "Value": "HTTPS" } }, + "rbin": { + "Value": "rbin", + "endpoint": { + "Value": "rbin.us-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "rds": { "Value": "rds", "endpoint": { @@ -42472,6 +46406,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.us-west-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -43234,6 +47177,15 @@ "Value": "HTTPS" } }, + "backupstorage": { + "Value": "backupstorage", + "endpoint": { + "Value": "cell-1.prod.us-west-2.storage.cryo.aws.a2z.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "batch": { "Value": "batch", "endpoint": { @@ -43552,6 +47504,15 @@ "Value": "HTTPS" } }, + "connectcases": { + "Value": "connectcases", + "endpoint": { + "Value": "cases.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "connectparticipant": { "Value": "connectparticipant", "endpoint": { @@ -43888,9 +47849,27 @@ "Value": "HTTPS" } }, + "evidently": { + "Value": "evidently", + "endpoint": { + "Value": "evidently.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "fargate": { "Value": "fargate" }, + "filecache": { + "Value": "filecache", + "endpoint": { + "Value": "fsx.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "finspace": { "Value": "finspace", "endpoint": { @@ -44068,7 +48047,7 @@ "Value": "greengrass.us-west-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "groundstation": { @@ -44278,15 +48257,6 @@ "Value": "HTTPS" } }, - "iotthingsgraph": { - "Value": "iotthingsgraph", - "endpoint": { - "Value": "iotthingsgraph.us-west-2.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, "iottwinmaker": { "Value": "iottwinmaker" }, @@ -44434,6 +48404,15 @@ "Value": "HTTPS" } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "endpoint": { + "Value": "license-manager-user-subscriptions.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "lightsail": { "Value": "lightsail", "endpoint": { @@ -44509,7 +48488,7 @@ "Value": "cassandra.us-west-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "mediaconnect": { @@ -44623,6 +48602,15 @@ "Value": "HTTPS" } }, + "migrationhuborchestrator": { + "Value": "migrationhuborchestrator", + "endpoint": { + "Value": "migrationhub-orchestrator.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "migrationhubstrategy": { "Value": "migrationhubstrategy" }, @@ -44821,6 +48809,15 @@ "privatelink": { "Value": "privatelink" }, + "privatenetworks": { + "Value": "privatenetworks", + "endpoint": { + "Value": "private-networks.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "proton": { "Value": "proton", "endpoint": { @@ -44867,7 +48864,13 @@ } }, "rbin": { - "Value": "rbin" + "Value": "rbin", + "endpoint": { + "Value": "rbin.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "rds": { "Value": "rds", @@ -44923,6 +48926,15 @@ "Value": "HTTPS" } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "endpoint": { + "Value": "resource-explorer-2.us-west-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-groups": { "Value": "resource-groups", "endpoint": { @@ -45029,7 +49041,13 @@ } }, "sagemaker-edge": { - "Value": "sagemaker-edge" + "Value": "sagemaker-edge", + "endpoint": { + "Value": "edge.sagemaker.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "sagemaker-featurestore-runtime": { "Value": "sagemaker-featurestore-runtime", @@ -45058,6 +49076,15 @@ "Value": "HTTPS" } }, + "scheduler": { + "Value": "scheduler", + "endpoint": { + "Value": "scheduler.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "schemas": { "Value": "schemas", "endpoint": { @@ -45313,6 +49340,15 @@ "Value": "HTTPS" } }, + "support-app": { + "Value": "support-app", + "endpoint": { + "Value": "supportapp.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "swf": { "Value": "swf", "endpoint": { @@ -45343,6 +49379,15 @@ "timestream": { "Value": "timestream" }, + "timestream-write": { + "Value": "timestream-write", + "endpoint": { + "Value": "ingest.timestream.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "transcribe": { "Value": "transcribe", "endpoint": { @@ -45392,6 +49437,9 @@ "Value": "voice-id", "endpoint": { "Value": "voiceid.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" } }, "vpc": { @@ -45436,6 +49484,15 @@ "Value": "HTTPS" } }, + "wisdom": { + "Value": "wisdom", + "endpoint": { + "Value": "wisdom.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "workdocs": { "Value": "workdocs", "endpoint": { diff --git a/moto/ssm/resources/services.json b/moto/ssm/resources/services.json index ad7d3016a..e2545f832 100644 --- a/moto/ssm/resources/services.json +++ b/moto/ssm/resources/services.json @@ -63,6 +63,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "access-analyzer.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -126,6 +135,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "access-analyzer.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -144,6 +162,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "access-analyzer.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -171,6 +198,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "access-analyzer.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -305,6 +341,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "account.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -359,6 +404,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "account.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -377,6 +431,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "account.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -404,6 +467,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "account.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -523,6 +595,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "acm.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -586,6 +667,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "acm.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -604,6 +694,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "acm.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -631,6 +730,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "acm.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -1666,6 +1774,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "apigateway.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -1729,6 +1846,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "apigateway.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -1747,6 +1873,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "apigateway.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -1774,6 +1909,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "apigateway.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -2218,6 +2362,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "appconfig.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -2281,6 +2434,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "appconfig.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -2299,6 +2461,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "appconfig.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -2326,6 +2497,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "appconfig.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -3671,6 +3851,15 @@ "Value": "https://aws.amazon.com/appsync/" }, "regions": { + "af-south-1": { + "Value": "af-south-1", + "endpoint": { + "Value": "appsync.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-east-1": { "Value": "ap-east-1", "endpoint": { @@ -3734,6 +3923,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "appsync.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -3999,6 +4197,9 @@ "ap-south-1": { "Value": "ap-south-1" }, + "ap-south-2": { + "Value": "ap-south-2" + }, "ap-southeast-1": { "Value": "ap-southeast-1" }, @@ -4014,12 +4215,18 @@ "eu-central-1": { "Value": "eu-central-1" }, + "eu-central-2": { + "Value": "eu-central-2" + }, "eu-north-1": { "Value": "eu-north-1" }, "eu-south-1": { "Value": "eu-south-1" }, + "eu-south-2": { + "Value": "eu-south-2" + }, "eu-west-1": { "Value": "eu-west-1" }, @@ -4029,6 +4236,9 @@ "eu-west-3": { "Value": "eu-west-3" }, + "me-central-1": { + "Value": "me-central-1" + }, "me-south-1": { "Value": "me-south-1" }, @@ -4136,6 +4346,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "athena.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -4520,6 +4739,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "rds.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -4583,6 +4811,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "rds.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -4601,6 +4838,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "rds.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -4628,6 +4874,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "rds.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -4759,6 +5014,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "autoscaling.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -4822,6 +5086,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "autoscaling.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -4840,6 +5113,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "autoscaling.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -4867,6 +5149,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "autoscaling.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -5401,6 +5692,50 @@ } } }, + "backupstorage": { + "Value": "backupstorage", + "longName": { + "Value": "AWS Backup Storage" + }, + "regions": { + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "cell-1.prod.eu-west-1.storage.cryo.aws.a2z.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "cell-1.prod.us-east-1.storage.cryo.aws.a2z.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "cell-1.prod.us-east-2.storage.cryo.aws.a2z.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "cell-1.prod.us-west-2.storage.cryo.aws.a2z.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "batch": { "Value": "batch", "longName": { @@ -5922,6 +6257,9 @@ "eu-west-3": { "Value": "eu-west-3" }, + "me-central-1": { + "Value": "me-central-1" + }, "me-south-1": { "Value": "me-south-1" }, @@ -6692,6 +7030,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "cloudformation.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -6755,6 +7102,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "cloudformation.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -6773,6 +7129,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "cloudformation.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -6800,6 +7165,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "cloudformation.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -6937,6 +7311,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "cloudfront.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -7000,6 +7383,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "cloudfront.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -7018,6 +7410,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "cloudfront.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -7045,6 +7446,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "cloudfront.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -7107,15 +7517,6 @@ "Value": "AWS CloudHSM" }, "regions": { - "us-east-1": { - "Value": "us-east-1", - "endpoint": { - "Value": "cloudhsm.us-east-1.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, "us-gov-west-1": { "Value": "us-gov-west-1", "endpoint": { @@ -7280,6 +7681,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "cloudhsmv2.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -7491,6 +7901,15 @@ "Value": "HTTPS" } }, + "ca-central-1": { + "Value": "ca-central-1", + "endpoint": { + "Value": "cloudshell.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-central-1": { "Value": "eu-central-1", "endpoint": { @@ -7509,6 +7928,24 @@ "Value": "HTTPS" } }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "cloudshell.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sa-east-1": { + "Value": "sa-east-1", + "endpoint": { + "Value": "cloudshell.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-east-1": { "Value": "us-east-1", "endpoint": { @@ -7619,6 +8056,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "cloudtrail.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -7682,6 +8128,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "cloudtrail.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -7700,6 +8155,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "cloudtrail.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -7727,6 +8191,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "cloudtrail.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -7864,6 +8337,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "monitoring.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -7927,6 +8409,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "monitoring.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -7945,6 +8436,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "monitoring.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -7972,6 +8472,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "monitoring.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -8718,6 +9227,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "codedeploy.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -8781,6 +9299,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "codedeploy.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -8799,6 +9326,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "codedeploy.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -8826,6 +9362,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "codedeploy.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -10682,6 +11227,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "config.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -10745,6 +11299,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "config.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -10763,6 +11326,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "config.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -10790,6 +11362,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "config.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -11089,6 +11670,32 @@ } } }, + "connectcases": { + "Value": "connectcases", + "longName": { + "Value": "Amazon Connect Cases" + }, + "regions": { + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "cases.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "cases.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "connectparticipant": { "Value": "connectparticipant", "longName": { @@ -11331,6 +11938,12 @@ "Value": "HTTPS" } }, + "us-gov-east-1": { + "Value": "us-gov-east-1" + }, + "us-gov-west-1": { + "Value": "us-gov-west-1" + }, "us-west-2": { "Value": "us-west-2", "endpoint": { @@ -12023,6 +12636,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "datasync.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -12559,6 +13181,24 @@ "Value": "HTTPS" } }, + "ap-northeast-2": { + "Value": "ap-northeast-2", + "endpoint": { + "Value": "devops-guru.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-south-1": { + "Value": "ap-south-1", + "endpoint": { + "Value": "devops-guru.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -12577,6 +13217,15 @@ "Value": "HTTPS" } }, + "ca-central-1": { + "Value": "ca-central-1", + "endpoint": { + "Value": "devops-guru.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-central-1": { "Value": "eu-central-1", "endpoint": { @@ -12604,6 +13253,33 @@ "Value": "HTTPS" } }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "devops-guru.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-3": { + "Value": "eu-west-3", + "endpoint": { + "Value": "devops-guru.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sa-east-1": { + "Value": "sa-east-1", + "endpoint": { + "Value": "devops-guru.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-east-1": { "Value": "us-east-1", "endpoint": { @@ -12622,6 +13298,15 @@ "Value": "HTTPS" } }, + "us-west-1": { + "Value": "us-west-1", + "endpoint": { + "Value": "devops-guru.us-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-west-2": { "Value": "us-west-2", "endpoint": { @@ -12696,6 +13381,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "directconnect.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -12759,6 +13453,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "directconnect.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -12777,6 +13480,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "directconnect.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -12804,6 +13516,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "directconnect.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -13257,6 +13978,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "dms.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -13320,6 +14050,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "dms.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -13338,6 +14077,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "dms.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -13365,6 +14113,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "dms.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -13693,6 +14450,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "drs.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -13893,6 +14659,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "ds.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -13974,6 +14749,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "ds.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -14111,6 +14895,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "dynamodb.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -14174,6 +14967,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "dynamodb.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -14192,6 +14994,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "dynamodb.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -14219,6 +15030,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "dynamodb.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -14353,6 +15173,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "streams.dynamodb.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -14416,6 +15245,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "streams.dynamodb.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -14434,6 +15272,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "streams.dynamodb.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -14461,6 +15308,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "streams.dynamodb.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -14598,6 +15454,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "ec2.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -14661,6 +15526,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "ec2.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -14679,6 +15553,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "ec2.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -14706,6 +15589,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "ec2.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -14843,6 +15735,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "ec2.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -14906,6 +15807,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "ec2.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -14924,6 +15834,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "ec2.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -14951,6 +15870,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "ec2.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -15088,6 +16016,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "ecr.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -15151,6 +16088,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "ecr.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -15169,6 +16115,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "ecr.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -15196,6 +16151,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "ecr.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -15359,6 +16323,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "ecs.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -15422,6 +16395,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "ecs.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -15440,6 +16422,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "ecs.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -15467,6 +16458,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "ecs.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -15703,6 +16703,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "elasticfilesystem.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -15948,6 +16957,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "eks.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -16150,6 +17168,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "elasticache.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -16213,6 +17240,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "elasticache.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -16231,6 +17267,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "elasticache.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -16258,6 +17303,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "elasticache.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -16723,6 +17777,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "elasticloadbalancing.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -16786,6 +17849,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "elasticloadbalancing.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -16804,6 +17876,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "elasticloadbalancing.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -16831,6 +17912,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "elasticloadbalancing.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -16968,6 +18058,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "elasticmapreduce.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -17031,6 +18130,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "elasticmapreduce.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -17049,6 +18157,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "elasticmapreduce.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -17076,6 +18193,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "elasticmapreduce.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -17335,6 +18461,69 @@ "Value": "HTTPS" } }, + "ap-northeast-2": { + "Value": "ap-northeast-2", + "endpoint": { + "Value": "emr-serverless.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-south-1": { + "Value": "ap-south-1", + "endpoint": { + "Value": "emr-serverless.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "emr-serverless.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "emr-serverless.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ca-central-1": { + "Value": "ca-central-1", + "endpoint": { + "Value": "emr-serverless.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "emr-serverless.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-north-1": { + "Value": "eu-north-1", + "endpoint": { + "Value": "emr-serverless.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -17344,6 +18533,33 @@ "Value": "HTTPS" } }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "emr-serverless.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-3": { + "Value": "eu-west-3", + "endpoint": { + "Value": "emr-serverless.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sa-east-1": { + "Value": "sa-east-1", + "endpoint": { + "Value": "emr-serverless.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-east-1": { "Value": "us-east-1", "endpoint": { @@ -17353,6 +18569,24 @@ "Value": "HTTPS" } }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "emr-serverless.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-1": { + "Value": "us-west-1", + "endpoint": { + "Value": "emr-serverless.us-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-west-2": { "Value": "us-west-2", "endpoint": { @@ -17367,10 +18601,10 @@ "es": { "Value": "es", "longName": { - "Value": "Amazon Elasticsearch Service" + "Value": "Amazon OpenSearch Service" }, "marketingHomeURL": { - "Value": "https://aws.amazon.com/elasticsearch-service/" + "Value": "https://aws.amazon.com/opensearch-service/" }, "regions": { "af-south-1": { @@ -17427,6 +18661,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "es.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -17490,6 +18733,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "es.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -17508,6 +18760,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "es.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -17535,6 +18796,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "es.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -17636,6 +18906,9 @@ "ap-south-1": { "Value": "ap-south-1" }, + "ap-south-2": { + "Value": "ap-south-2" + }, "ap-southeast-1": { "Value": "ap-southeast-1" }, @@ -17657,12 +18930,18 @@ "eu-central-1": { "Value": "eu-central-1" }, + "eu-central-2": { + "Value": "eu-central-2" + }, "eu-north-1": { "Value": "eu-north-1" }, "eu-south-1": { "Value": "eu-south-1" }, + "eu-south-2": { + "Value": "eu-south-2" + }, "eu-west-1": { "Value": "eu-west-1" }, @@ -17672,6 +18951,9 @@ "eu-west-3": { "Value": "eu-west-3" }, + "me-central-1": { + "Value": "me-central-1" + }, "me-south-1": { "Value": "me-south-1" }, @@ -17758,6 +19040,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "events.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -17821,6 +19112,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "events.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -17839,6 +19139,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "events.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -17866,6 +19175,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "events.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -18056,6 +19374,9 @@ "ap-south-1": { "Value": "ap-south-1" }, + "ap-south-2": { + "Value": "ap-south-2" + }, "ap-southeast-1": { "Value": "ap-southeast-1" }, @@ -18074,12 +19395,18 @@ "eu-central-1": { "Value": "eu-central-1" }, + "eu-central-2": { + "Value": "eu-central-2" + }, "eu-north-1": { "Value": "eu-north-1" }, "eu-south-1": { "Value": "eu-south-1" }, + "eu-south-2": { + "Value": "eu-south-2" + }, "eu-west-1": { "Value": "eu-west-1" }, @@ -18089,6 +19416,9 @@ "eu-west-3": { "Value": "eu-west-3" }, + "me-central-1": { + "Value": "me-central-1" + }, "me-south-1": { "Value": "me-south-1" }, @@ -18115,6 +19445,107 @@ } } }, + "filecache": { + "Value": "filecache", + "longName": { + "Value": "Amazon File Cache" + }, + "marketingHomeURL": { + "Value": "https://aws.amazon.com/filecache/" + }, + "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "fsx.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "fsx.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "fsx.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ca-central-1": { + "Value": "ca-central-1", + "endpoint": { + "Value": "fsx.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "fsx.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "fsx.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "fsx.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "fsx.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "fsx.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "fsx.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "finspace": { "Value": "finspace", "longName": { @@ -18392,6 +19823,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "firehose.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -19444,6 +20884,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "fsx.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -19680,6 +21129,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "fsx.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -20044,6 +21502,15 @@ "Value": "https://aws.amazon.com/fsx/openzfs" }, "regions": { + "ap-east-1": { + "Value": "ap-east-1", + "endpoint": { + "Value": "fsx.ap-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-northeast-1": { "Value": "ap-northeast-1", "endpoint": { @@ -20053,6 +21520,24 @@ "Value": "HTTPS" } }, + "ap-northeast-2": { + "Value": "ap-northeast-2", + "endpoint": { + "Value": "fsx.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-south-1": { + "Value": "ap-south-1", + "endpoint": { + "Value": "fsx.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -20089,6 +21574,15 @@ "Value": "HTTPS" } }, + "eu-north-1": { + "Value": "eu-north-1", + "endpoint": { + "Value": "fsx.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -20217,6 +21711,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "fsx.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -20554,6 +22057,15 @@ "Value": "Amazon GameSparks" }, "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "gamesparks.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-east-1": { "Value": "us-east-1", "endpoint": { @@ -21088,6 +22600,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "glue.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -21359,7 +22880,7 @@ "Value": "greengrass.ap-northeast-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "ap-northeast-2": { @@ -21368,7 +22889,7 @@ "Value": "greengrass.ap-northeast-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "ap-south-1": { @@ -21377,7 +22898,7 @@ "Value": "greengrass.ap-south-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "ap-southeast-1": { @@ -21386,7 +22907,7 @@ "Value": "greengrass.ap-southeast-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "ap-southeast-2": { @@ -21395,7 +22916,7 @@ "Value": "greengrass.ap-southeast-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "ca-central-1": { @@ -21404,7 +22925,7 @@ "Value": "greengrass.ca-central-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "cn-north-1": { @@ -21413,7 +22934,7 @@ "Value": "greengrass.cn-north-1.amazonaws.com.cn" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "eu-central-1": { @@ -21422,7 +22943,7 @@ "Value": "greengrass.eu-central-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "eu-west-1": { @@ -21431,7 +22952,7 @@ "Value": "greengrass.eu-west-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "eu-west-2": { @@ -21440,7 +22961,7 @@ "Value": "greengrass.eu-west-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "us-east-1": { @@ -21449,7 +22970,7 @@ "Value": "greengrass.us-east-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "us-east-2": { @@ -21458,7 +22979,7 @@ "Value": "greengrass.us-east-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "us-gov-east-1": { @@ -21467,7 +22988,7 @@ "Value": "greengrass.us-gov-east-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "us-gov-west-1": { @@ -21476,7 +22997,7 @@ "Value": "greengrass.us-gov-west-1.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } }, "us-west-2": { @@ -21485,7 +23006,7 @@ "Value": "greengrass.us-west-2.amazonaws.com" }, "protocols": { - "Value": "HTTPS" + "Value": "https" } } } @@ -21780,6 +23301,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "guardduty.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -21990,6 +23520,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "iam.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -22053,6 +23592,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "iam.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -22071,6 +23619,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "iam.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -22098,6 +23655,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "iam.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -23079,6 +24645,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "iot.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -23285,6 +24860,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "data-ats.iot.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -24593,6 +26177,32 @@ } } }, + "iotfleetwise": { + "Value": "iotfleetwise", + "longName": { + "Value": "AWS IoT FleetWise" + }, + "regions": { + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "iotfleetwise.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "iotfleetwise.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "iotsecuretunneling": { "Value": "iotsecuretunneling", "longName": { @@ -24927,71 +26537,6 @@ } } }, - "iotthingsgraph": { - "Value": "iotthingsgraph", - "longName": { - "Value": "AWS IoT Things Graph" - }, - "marketingHomeURL": { - "Value": "https://aws.amazon.com/iot-things-graph/" - }, - "regions": { - "ap-northeast-1": { - "Value": "ap-northeast-1", - "endpoint": { - "Value": "iotthingsgraph.ap-northeast-1.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, - "ap-northeast-2": { - "Value": "ap-northeast-2", - "endpoint": { - "Value": "iotthingsgraph.ap-northeast-2.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, - "ap-southeast-2": { - "Value": "ap-southeast-2", - "endpoint": { - "Value": "iotthingsgraph.ap-southeast-2.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, - "eu-west-1": { - "Value": "eu-west-1", - "endpoint": { - "Value": "iotthingsgraph.eu-west-1.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, - "us-east-1": { - "Value": "us-east-1", - "endpoint": { - "Value": "iotthingsgraph.us-east-1.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - }, - "us-west-2": { - "Value": "us-west-2", - "endpoint": { - "Value": "iotthingsgraph.us-west-2.amazonaws.com" - }, - "protocols": { - "Value": "HTTPS" - } - } - } - }, "iottwinmaker": { "Value": "iottwinmaker", "longName": { @@ -25045,6 +26590,15 @@ "Value": "HTTPS" } }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "api.iotwireless.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -25054,6 +26608,15 @@ "Value": "HTTPS" } }, + "sa-east-1": { + "Value": "sa-east-1", + "endpoint": { + "Value": "api.iotwireless.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-east-1": { "Value": "us-east-1", "endpoint": { @@ -25154,6 +26717,42 @@ "Value": "Amazon IVS Chat" }, "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "ivschat.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-northeast-2": { + "Value": "ap-northeast-2", + "endpoint": { + "Value": "ivschat.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-south-1": { + "Value": "ap-south-1", + "endpoint": { + "Value": "ivschat.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "ivschat.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -25264,6 +26863,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "kafka.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -25717,6 +27325,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "kinesis.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -25780,6 +27397,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "kinesis.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -25798,6 +27424,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "kinesis.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -25825,6 +27460,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "kinesis.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -26362,6 +28006,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "kms.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -26425,6 +28078,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "kms.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -26443,6 +28105,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "kms.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -26470,6 +28141,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "kms.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -26843,6 +28523,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "lambda.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -26906,6 +28595,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "lambda.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -26924,6 +28622,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "lambda.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -26951,6 +28658,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "lambda.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -27576,6 +29292,203 @@ } } }, + "license-manager-user-subscriptions": { + "Value": "license-manager-user-subscriptions", + "longName": { + "Value": "AWS License Manager User Subscriptions" + }, + "regions": { + "af-south-1": { + "Value": "af-south-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-east-1": { + "Value": "ap-east-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-northeast-2": { + "Value": "ap-northeast-2", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-northeast-3": { + "Value": "ap-northeast-3", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-northeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-south-1": { + "Value": "ap-south-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "license-manager-user-subscriptions.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ca-central-1": { + "Value": "ca-central-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-north-1": { + "Value": "eu-north-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-south-1": { + "Value": "eu-south-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-3": { + "Value": "eu-west-3", + "endpoint": { + "Value": "license-manager-user-subscriptions.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "me-south-1": { + "Value": "me-south-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.me-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sa-east-1": { + "Value": "sa-east-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.sa-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "license-manager-user-subscriptions.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-1": { + "Value": "us-west-1", + "endpoint": { + "Value": "license-manager-user-subscriptions.us-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "license-manager-user-subscriptions.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "lightsail": { "Value": "lightsail", "longName": { @@ -27773,6 +29686,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "logs.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -27836,6 +29758,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "logs.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -27854,6 +29785,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "logs.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -27881,6 +29821,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "logs.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -28226,7 +30175,37 @@ "longName": { "Value": "AWS Mainframe Modernization" }, + "marketingHomeURL": { + "Value": "https://aws.amazon.com/mainframe-modernization/" + }, "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "m2.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-south-1": { + "Value": "ap-south-1", + "endpoint": { + "Value": "m2.ap-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "m2.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-2": { "Value": "ap-southeast-2", "endpoint": { @@ -28263,6 +30242,24 @@ "Value": "HTTPS" } }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "m2.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-3": { + "Value": "eu-west-3", + "endpoint": { + "Value": "m2.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "sa-east-1": { "Value": "sa-east-1", "endpoint": { @@ -28580,6 +30577,15 @@ "protocols": { "Value": "HTTPS" } + }, + "us-gov-west-1": { + "Value": "us-gov-west-1", + "endpoint": { + "Value": "managedblockchain.us-gov-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } } } }, @@ -28807,6 +30813,9 @@ "ap-south-1": { "Value": "ap-south-1" }, + "ap-south-2": { + "Value": "ap-south-2" + }, "ap-southeast-1": { "Value": "ap-southeast-1" }, @@ -28828,12 +30837,18 @@ "eu-central-1": { "Value": "eu-central-1" }, + "eu-central-2": { + "Value": "eu-central-2" + }, "eu-north-1": { "Value": "eu-north-1" }, "eu-south-1": { "Value": "eu-south-1" }, + "eu-south-2": { + "Value": "eu-south-2" + }, "eu-west-1": { "Value": "eu-west-1" }, @@ -28843,6 +30858,9 @@ "eu-west-3": { "Value": "eu-west-3" }, + "me-central-1": { + "Value": "me-central-1" + }, "me-south-1": { "Value": "me-south-1" }, @@ -28941,7 +30959,7 @@ "Value": "cassandra.ap-east-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "ap-northeast-1": { @@ -28950,7 +30968,7 @@ "Value": "cassandra.ap-northeast-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "ap-northeast-2": { @@ -28959,7 +30977,7 @@ "Value": "cassandra.ap-northeast-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "ap-south-1": { @@ -28968,7 +30986,7 @@ "Value": "cassandra.ap-south-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "ap-southeast-1": { @@ -28977,7 +30995,7 @@ "Value": "cassandra.ap-southeast-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "ap-southeast-2": { @@ -28986,7 +31004,7 @@ "Value": "cassandra.ap-southeast-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "ca-central-1": { @@ -28995,7 +31013,7 @@ "Value": "cassandra.ca-central-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "cn-north-1": { @@ -29004,7 +31022,7 @@ "Value": "cassandra.cn-north-1.amazonaws.com.cn" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "cn-northwest-1": { @@ -29013,7 +31031,7 @@ "Value": "cassandra.cn-northwest-1.amazonaws.com.cn" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "eu-central-1": { @@ -29022,7 +31040,7 @@ "Value": "cassandra.eu-central-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "eu-north-1": { @@ -29031,7 +31049,7 @@ "Value": "cassandra.eu-north-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "eu-west-1": { @@ -29040,7 +31058,7 @@ "Value": "cassandra.eu-west-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "eu-west-2": { @@ -29049,7 +31067,7 @@ "Value": "cassandra.eu-west-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "eu-west-3": { @@ -29058,7 +31076,7 @@ "Value": "cassandra.eu-west-3.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "me-south-1": { @@ -29067,7 +31085,7 @@ "Value": "cassandra.me-south-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "sa-east-1": { @@ -29076,7 +31094,7 @@ "Value": "cassandra.sa-east-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "us-east-1": { @@ -29085,7 +31103,7 @@ "Value": "cassandra.us-east-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "us-east-2": { @@ -29094,7 +31112,7 @@ "Value": "cassandra.us-east-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "us-gov-east-1": { @@ -29103,7 +31121,7 @@ "Value": "cassandra.us-gov-east-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "us-gov-west-1": { @@ -29112,7 +31130,7 @@ "Value": "cassandra.us-gov-west-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "us-west-1": { @@ -29121,7 +31139,7 @@ "Value": "cassandra.us-west-1.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } }, "us-west-2": { @@ -29130,7 +31148,7 @@ "Value": "cassandra.us-west-2.amazonaws.com" }, "protocols": { - "Value": "TLS" + "Value": "HTTPS, TLS" } } } @@ -30095,6 +32113,9 @@ "longName": { "Value": "Amazon MemoryDB for Redis" }, + "marketingHomeURL": { + "Value": "https://aws.amazon.com/memorydb" + }, "regions": { "ap-east-1": { "Value": "ap-east-1", @@ -30195,6 +32216,15 @@ "Value": "HTTPS" } }, + "eu-south-1": { + "Value": "eu-south-1", + "endpoint": { + "Value": "memory-db.eu-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -30213,6 +32243,15 @@ "Value": "HTTPS" } }, + "eu-west-3": { + "Value": "eu-west-3", + "endpoint": { + "Value": "memory-db.eu-west-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "sa-east-1": { "Value": "sa-east-1", "endpoint": { @@ -30320,6 +32359,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "metering.marketplace.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -30365,6 +32413,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "metering.marketplace.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -30383,6 +32440,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "metering.marketplace.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -30410,6 +32476,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "metering.marketplace.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -30639,6 +32714,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "mgn.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -30856,6 +32940,77 @@ } } }, + "migrationhuborchestrator": { + "Value": "migrationhuborchestrator", + "longName": { + "Value": "Migration Hub Orchestrator" + }, + "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "migrationhub-orchestrator.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "migrationhub-orchestrator.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "migrationhub-orchestrator.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "migrationhub-orchestrator.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "migrationhub-orchestrator.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "migrationhub-orchestrator.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "migrationhub-orchestrator.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "migrationhubstrategy": { "Value": "migrationhubstrategy", "longName": { @@ -32238,6 +34393,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "organizations.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -32301,6 +34465,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "organizations.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -32319,6 +34492,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "organizations.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -32346,6 +34528,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "organizations.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -32891,6 +35082,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "phd.aws.amazon.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -32954,6 +35154,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "phd.aws.amazon.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -32972,6 +35181,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "phd.aws.amazon.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -32999,6 +35217,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "phd.aws.amazon.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -33133,6 +35360,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "pi.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -33196,6 +35432,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "pi.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -33214,6 +35459,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "pi.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -33241,6 +35495,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "pi.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -33396,6 +35659,15 @@ "Value": "HTTPS" } }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "pinpoint.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-gov-west-1": { "Value": "us-gov-west-1", "endpoint": { @@ -33900,6 +36172,9 @@ "ap-south-1": { "Value": "ap-south-1" }, + "ap-south-2": { + "Value": "ap-south-2" + }, "ap-southeast-1": { "Value": "ap-southeast-1" }, @@ -33921,12 +36196,18 @@ "eu-central-1": { "Value": "eu-central-1" }, + "eu-central-2": { + "Value": "eu-central-2" + }, "eu-north-1": { "Value": "eu-north-1" }, "eu-south-1": { "Value": "eu-south-1" }, + "eu-south-2": { + "Value": "eu-south-2" + }, "eu-west-1": { "Value": "eu-west-1" }, @@ -33936,6 +36217,9 @@ "eu-west-3": { "Value": "eu-west-3" }, + "me-central-1": { + "Value": "me-central-1" + }, "me-south-1": { "Value": "me-south-1" }, @@ -33962,6 +36246,41 @@ } } }, + "privatenetworks": { + "Value": "privatenetworks", + "longName": { + "Value": "AWS Private 5G" + }, + "regions": { + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "private-networks.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "private-networks.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "private-networks.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "proton": { "Value": "proton", "longName": { @@ -33980,6 +36299,51 @@ "Value": "HTTPS" } }, + "ap-northeast-2": { + "Value": "ap-northeast-2", + "endpoint": { + "Value": "proton.ap-northeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "proton.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "proton.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ca-central-1": { + "Value": "ca-central-1", + "endpoint": { + "Value": "proton.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "proton.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -33989,6 +36353,15 @@ "Value": "HTTPS" } }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "proton.eu-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-east-1": { "Value": "us-east-1", "endpoint": { @@ -34543,6 +36916,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "ram.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -34695,6 +37077,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "rbin.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -34704,6 +37095,24 @@ "Value": "HTTPS" } }, + "cn-north-1": { + "Value": "cn-north-1", + "endpoint": { + "Value": "rbin.cn-north-1.amazonaws.com.cn" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "cn-northwest-1": { + "Value": "cn-northwest-1", + "endpoint": { + "Value": "rbin.cn-northwest-1.amazonaws.com.cn" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-central-1": { "Value": "eu-central-1", "endpoint": { @@ -34713,6 +37122,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "rbin.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -34731,6 +37149,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "rbin.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -34758,6 +37185,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "rbin.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -34794,6 +37230,24 @@ "Value": "HTTPS" } }, + "us-gov-east-1": { + "Value": "us-gov-east-1", + "endpoint": { + "Value": "rbin.us-gov-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-gov-west-1": { + "Value": "us-gov-west-1", + "endpoint": { + "Value": "rbin.us-gov-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-west-1": { "Value": "us-west-1", "endpoint": { @@ -34877,6 +37331,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "rds.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -34940,6 +37403,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "rds.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -34958,6 +37430,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "rds.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -34985,6 +37466,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "rds.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -35270,6 +37760,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "redshift.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -35333,6 +37832,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "redshift.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -35351,6 +37859,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "redshift.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -35378,6 +37895,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "redshift.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -35530,6 +38056,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "redshift-data.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -36013,6 +38548,167 @@ } } }, + "resource-explorer-2": { + "Value": "resource-explorer-2", + "longName": { + "Value": "AWS Resource Explorer" + }, + "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "resource-explorer-2.ap-northeast-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-northeast-2": { + "Value": "ap-northeast-2", + "endpoint": { + "Value": "resource-explorer-2.ap-northeast-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-northeast-3": { + "Value": "ap-northeast-3", + "endpoint": { + "Value": "resource-explorer-2.ap-northeast-3.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-south-1": { + "Value": "ap-south-1", + "endpoint": { + "Value": "resource-explorer-2.ap-south-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "resource-explorer-2.ap-southeast-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "resource-explorer-2.ap-southeast-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ca-central-1": { + "Value": "ca-central-1", + "endpoint": { + "Value": "resource-explorer-2.ca-central-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "resource-explorer-2.eu-central-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-north-1": { + "Value": "eu-north-1", + "endpoint": { + "Value": "resource-explorer-2.eu-north-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "resource-explorer-2.eu-west-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-2": { + "Value": "eu-west-2", + "endpoint": { + "Value": "resource-explorer-2.eu-west-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-3": { + "Value": "eu-west-3", + "endpoint": { + "Value": "resource-explorer-2.eu-west-3.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "sa-east-1": { + "Value": "sa-east-1", + "endpoint": { + "Value": "resource-explorer-2.sa-east-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "resource-explorer-2.us-east-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "resource-explorer-2.us-east-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-1": { + "Value": "us-west-1", + "endpoint": { + "Value": "resource-explorer-2.us-west-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "resource-explorer-2.us-west-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "resource-groups": { "Value": "resource-groups", "longName": { @@ -36181,6 +38877,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "resource-groups.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -36315,6 +39020,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "tagging.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -36378,6 +39092,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "tagging.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -36396,6 +39119,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "tagging.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -36423,6 +39155,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "tagging.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -36586,6 +39327,15 @@ "Value": "AWS Identity and Access Management Roles Anywhere" }, "regions": { + "af-south-1": { + "Value": "af-south-1", + "endpoint": { + "Value": "rolesanywhere.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-east-1": { "Value": "ap-east-1", "endpoint": { @@ -36649,6 +39399,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "rolesanywhere.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -36676,6 +39435,15 @@ "Value": "HTTPS" } }, + "eu-south-1": { + "Value": "eu-south-1", + "endpoint": { + "Value": "rolesanywhere.eu-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -36792,6 +39560,9 @@ "ap-southeast-2": { "Value": "ap-southeast-2" }, + "ap-southeast-3": { + "Value": "ap-southeast-3" + }, "ca-central-1": { "Value": "ca-central-1" }, @@ -36896,6 +39667,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "route53.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -36959,6 +39739,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "route53.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -36977,6 +39766,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "route53.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -37004,6 +39802,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "route53.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -37673,6 +40480,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "s3.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -37736,6 +40552,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "s3.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -37754,6 +40579,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "s3.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -37781,6 +40615,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "s3.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -38004,6 +40847,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "s3-outposts.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -38222,6 +41074,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "api.sagemaker.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -38371,22 +41232,58 @@ "sagemaker-edge": { "regions": { "ap-northeast-1": { - "Value": "ap-northeast-1" + "Value": "ap-northeast-1", + "endpoint": { + "Value": "edge.sagemaker.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "eu-central-1": { - "Value": "eu-central-1" + "Value": "eu-central-1", + "endpoint": { + "Value": "edge.sagemaker.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "eu-west-1": { - "Value": "eu-west-1" + "Value": "eu-west-1", + "endpoint": { + "Value": "edge.sagemaker.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "us-east-1": { - "Value": "us-east-1" + "Value": "us-east-1", + "endpoint": { + "Value": "edge.sagemaker.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "us-east-2": { - "Value": "us-east-2" + "Value": "us-east-2", + "endpoint": { + "Value": "edge.sagemaker.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } }, "us-west-2": { - "Value": "us-west-2" + "Value": "us-west-2", + "endpoint": { + "Value": "edge.sagemaker.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } } } }, @@ -38683,6 +41580,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "runtime.sagemaker.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -39017,6 +41923,95 @@ } } }, + "scheduler": { + "Value": "scheduler", + "longName": { + "Value": "Scheduler" + }, + "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "scheduler.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "scheduler.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "scheduler.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "scheduler.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-north-1": { + "Value": "eu-north-1", + "endpoint": { + "Value": "scheduler.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "scheduler.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "scheduler.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "scheduler.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "scheduler.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "schemas": { "Value": "schemas", "longName": { @@ -39321,6 +42316,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "secretsmanager.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -39375,6 +42379,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "secretsmanager.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -39393,6 +42406,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "secretsmanager.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -39420,6 +42442,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "secretsmanager.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -40812,6 +43843,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "servicediscovery.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -40958,6 +43998,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "email.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -42008,6 +45057,12 @@ "Value": "snowball.ap-southeast-2.amazonaws.com" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "snowball.ap-southeast-3.amazonaws.com" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -42248,6 +45303,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "sns.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -42311,6 +45375,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "sns.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -42329,6 +45402,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "sns.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -42356,6 +45438,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "sns.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -42493,6 +45584,15 @@ "Value": "HTTPS, HTTP" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "sqs.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -42556,6 +45656,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "sqs.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -42574,6 +45683,15 @@ "Value": "HTTPS, HTTP" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "sqs.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -42601,6 +45719,15 @@ "Value": "HTTPS, HTTP" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "sqs.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS, HTTP" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -42738,6 +45865,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "ssm.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -42801,6 +45937,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "ssm.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -42819,6 +45964,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "ssm.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -42846,6 +46000,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "ssm.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -43684,6 +46847,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "states.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -43747,6 +46919,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "states.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -43765,6 +46946,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "states.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -43792,6 +46982,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "states.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -44028,6 +47227,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "storagegateway.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -44162,6 +47370,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "sts.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -44225,6 +47442,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "sts.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -44243,6 +47469,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "sts.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -44270,6 +47505,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "sts.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -44562,6 +47806,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "support.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -44625,6 +47878,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "support.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -44643,6 +47905,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "support.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -44670,6 +47941,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "support.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -44744,6 +48024,41 @@ } } }, + "support-app": { + "Value": "support-app", + "longName": { + "Value": "AWS Support App" + }, + "regions": { + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "supportapp.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "supportapp.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "supportapp.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "swf": { "Value": "swf", "longName": { @@ -44807,6 +48122,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "swf.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -44870,6 +48194,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "swf.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -44888,6 +48221,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "swf.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -44915,6 +48257,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "swf.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -45049,6 +48400,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "synthetics.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -45112,6 +48472,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "synthetics.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -45130,6 +48499,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "synthetics.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -45157,6 +48535,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "synthetics.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -45404,11 +48791,94 @@ "us-east-2": { "Value": "us-east-2" }, + "us-gov-west-1": { + "Value": "us-gov-west-1" + }, "us-west-2": { "Value": "us-west-2" } } }, + "timestream-write": { + "Value": "timestream-write", + "longName": { + "Value": "AWS Timestream Write Service" + }, + "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "ingest.timestream.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "ingest.timestream.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "ingest.timestream.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "ingest.timestream.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-1": { + "Value": "us-east-1", + "endpoint": { + "Value": "ingest.timestream.us-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "ingest.timestream.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-gov-west-1": { + "Value": "us-gov-west-1", + "endpoint": { + "Value": "ingest.timestream.us-gov-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-west-2": { + "Value": "us-west-2", + "endpoint": { + "Value": "ingest.timestream.us-west-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + } + } + }, "transcribe": { "Value": "transcribe", "longName": { @@ -45770,6 +49240,15 @@ "Value": "HTTPS" } }, + "ap-southeast-3": { + "Value": "ap-southeast-3", + "endpoint": { + "Value": "transfer.ap-southeast-3.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -46361,6 +49840,9 @@ "ap-south-1": { "Value": "ap-south-1" }, + "ap-south-2": { + "Value": "ap-south-2" + }, "ap-southeast-1": { "Value": "ap-southeast-1" }, @@ -46382,12 +49864,18 @@ "eu-central-1": { "Value": "eu-central-1" }, + "eu-central-2": { + "Value": "eu-central-2" + }, "eu-north-1": { "Value": "eu-north-1" }, "eu-south-1": { "Value": "eu-south-1" }, + "eu-south-2": { + "Value": "eu-south-2" + }, "eu-west-1": { "Value": "eu-west-1" }, @@ -46530,6 +50018,15 @@ "Value": "HTTPS" } }, + "ca-central-1": { + "Value": "ca-central-1", + "endpoint": { + "Value": "voiceid.ca-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-central-1": { "Value": "eu-central-1", "endpoint": { @@ -46595,6 +50092,9 @@ "ap-south-1": { "Value": "ap-south-1" }, + "ap-south-2": { + "Value": "ap-south-2" + }, "ap-southeast-1": { "Value": "ap-southeast-1" }, @@ -46616,12 +50116,18 @@ "eu-central-1": { "Value": "eu-central-1" }, + "eu-central-2": { + "Value": "eu-central-2" + }, "eu-north-1": { "Value": "eu-north-1" }, "eu-south-1": { "Value": "eu-south-1" }, + "eu-south-2": { + "Value": "eu-south-2" + }, "eu-west-1": { "Value": "eu-west-1" }, @@ -46631,6 +50137,9 @@ "eu-west-3": { "Value": "eu-west-3" }, + "me-central-1": { + "Value": "me-central-1" + }, "me-south-1": { "Value": "me-south-1" }, @@ -46720,6 +50229,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "ec2.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -46765,6 +50283,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "ec2.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -46783,6 +50310,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "ec2.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -46810,6 +50346,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "ec2.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { @@ -47550,6 +51095,24 @@ "Value": "HTTPS" } }, + "us-gov-east-1": { + "Value": "us-gov-east-1", + "endpoint": { + "Value": "wellarchitected.us-gov-east-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "us-gov-west-1": { + "Value": "us-gov-west-1", + "endpoint": { + "Value": "wellarchitected.us-gov-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-west-1": { "Value": "us-west-1", "endpoint": { @@ -47779,6 +51342,15 @@ "Value": "https://aws.amazon.com/workspaces/" }, "regions": { + "af-south-1": { + "Value": "af-south-1", + "endpoint": { + "Value": "workspaces.af-south-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-northeast-1": { "Value": "ap-northeast-1", "endpoint": { @@ -48071,6 +51643,15 @@ "Value": "HTTPS" } }, + "ap-south-2": { + "Value": "ap-south-2", + "endpoint": { + "Value": "xray.ap-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-1": { "Value": "ap-southeast-1", "endpoint": { @@ -48134,6 +51715,15 @@ "Value": "HTTPS" } }, + "eu-central-2": { + "Value": "eu-central-2", + "endpoint": { + "Value": "xray.eu-central-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-north-1": { "Value": "eu-north-1", "endpoint": { @@ -48152,6 +51742,15 @@ "Value": "HTTPS" } }, + "eu-south-2": { + "Value": "eu-south-2", + "endpoint": { + "Value": "xray.eu-south-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-1": { "Value": "eu-west-1", "endpoint": { @@ -48179,6 +51778,15 @@ "Value": "HTTPS" } }, + "me-central-1": { + "Value": "me-central-1", + "endpoint": { + "Value": "xray.me-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "me-south-1": { "Value": "me-south-1", "endpoint": { diff --git a/tests/test_ec2/test_instance_type_offerings.py b/tests/test_ec2/test_instance_type_offerings.py index bb5e233ac..16471624f 100644 --- a/tests/test_ec2/test_instance_type_offerings.py +++ b/tests/test_ec2/test_instance_type_offerings.py @@ -55,7 +55,7 @@ def test_describe_instance_type_offering_filter_by_zone(): offerings.should.have.key("InstanceTypeOfferings") offerings = offerings["InstanceTypeOfferings"] - offerings.should.have.length_of(548) + offerings.should.have.length_of(595) assert all([o["LocationType"] == "availability-zone" for o in offerings]) assert all([o["Location"] == "us-east-1c" for o in offerings]) assert any([o["InstanceType"] == "a1.2xlarge" for o in offerings]) diff --git a/tests/test_ssm/test_ssm_default_amis.py b/tests/test_ssm/test_ssm_default_amis.py index 712326b86..45cffcc1d 100644 --- a/tests/test_ssm/test_ssm_default_amis.py +++ b/tests/test_ssm/test_ssm_default_amis.py @@ -16,8 +16,8 @@ def test_ssm_get_latest_ami_by_path(): ami = [p for p in params if p["Name"] == test_ami][0] ami["Type"].should.equal("String") - ami["Version"].should.equal(11) - ami["Value"].should.equal("ami-0b4659d78cb302fd7") + ami["Version"].should.equal(18) + ami["Value"].should.equal("ami-0f4e67e32313f0d0e") ami.should.have.key("LastModifiedDate")