Prepare release 4.0.11 (#5724)
This commit is contained in:
parent
ceffba0eac
commit
b4f0fb7137
43
CHANGELOG.md
43
CHANGELOG.md
@ -1,6 +1,49 @@
|
||||
Moto Changelog
|
||||
==============
|
||||
|
||||
4.0.10
|
||||
-----
|
||||
Docker Digest for 4.0.10: <autopopulateddigest>
|
||||
|
||||
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_
|
||||
|
||||
@ -20,6 +20,35 @@
|
||||
- [ ] update_certificate_options
|
||||
</details>
|
||||
|
||||
## acm-pca
|
||||
<details>
|
||||
<summary>56% implemented</summary>
|
||||
|
||||
- [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
|
||||
</details>
|
||||
|
||||
## amp
|
||||
<details>
|
||||
<summary>80% implemented</summary>
|
||||
@ -1201,7 +1230,7 @@
|
||||
|
||||
## config
|
||||
<details>
|
||||
<summary>35% implemented</summary>
|
||||
<summary>34% implemented</summary>
|
||||
|
||||
- [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
|
||||
<details>
|
||||
<summary>35% implemented</summary>
|
||||
<summary>33% implemented</summary>
|
||||
|
||||
- [ ] 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
|
||||
<details>
|
||||
<summary>75% implemented</summary>
|
||||
<summary>74% implemented</summary>
|
||||
|
||||
- [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
|
||||
<details>
|
||||
<summary>55% implemented</summary>
|
||||
<summary>52% implemented</summary>
|
||||
|
||||
- [ ] 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
|
||||
<details>
|
||||
<summary>78% implemented</summary>
|
||||
<summary>74% implemented</summary>
|
||||
|
||||
- [ ] 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
|
||||
</details>
|
||||
|
||||
@ -5403,7 +5478,7 @@
|
||||
|
||||
## s3control
|
||||
<details>
|
||||
<summary>15% implemented</summary>
|
||||
<summary>14% implemented</summary>
|
||||
|
||||
- [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
|
||||
</details>
|
||||
@ -6306,7 +6383,7 @@
|
||||
|
||||
## textract
|
||||
<details>
|
||||
<summary>20% implemented</summary>
|
||||
<summary>15% implemented</summary>
|
||||
|
||||
- [ ] 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
|
||||
</details>
|
||||
|
||||
## 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
|
||||
|
||||
74
docs/docs/services/acm-pca.rst
Normal file
74
docs/docs/services/acm-pca.rst
Normal file
@ -0,0 +1,74 @@
|
||||
.. _implementedservice_acm-pca:
|
||||
|
||||
.. |start-h3| raw:: html
|
||||
|
||||
<h3>
|
||||
|
||||
.. |end-h3| raw:: html
|
||||
|
||||
</h3>
|
||||
|
||||
=======
|
||||
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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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`
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -3451,6 +3451,10 @@
|
||||
"InstanceType": "t4g.xlarge",
|
||||
"Location": "apne2-az3"
|
||||
},
|
||||
{
|
||||
"InstanceType": "u-24tb1.112xlarge",
|
||||
"Location": "apne2-az3"
|
||||
},
|
||||
{
|
||||
"InstanceType": "u-6tb1.112xlarge",
|
||||
"Location": "apne2-az3"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
242
moto/ec2/resources/latest_amis/ap-southeast-3.json
Normal file
242
moto/ec2/resources/latest_amis/ap-southeast-3.json
Normal file
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
178
moto/ec2/resources/latest_amis/eu-central-2.json
Normal file
178
moto/ec2/resources/latest_amis/eu-central-2.json
Normal file
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
178
moto/ec2/resources/latest_amis/eu-south-2.json
Normal file
178
moto/ec2/resources/latest_amis/eu-south-2.json
Normal file
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
242
moto/ec2/resources/latest_amis/me-central-1.json
Normal file
242
moto/ec2/resources/latest_amis/me-central-1.json
Normal file
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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,
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user