Prepare release 3.1.0 (#4938)
This commit is contained in:
parent
382ff2b1a9
commit
f9d116f871
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,6 +1,23 @@
|
|||||||
Moto Changelog
|
Moto Changelog
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
3.1.0
|
||||||
|
-----
|
||||||
|
Docker Digest for 3.1.0: <autopopulateddigest>
|
||||||
|
|
||||||
|
General:
|
||||||
|
* Users of `mock_dynamodb2` should start using `mock_dynamodb` instead.
|
||||||
|
The `mock_dynamodb`-decorator has been repurposed to mock the latest version of DynamoDB, making the behaviour equivalent to `mock_dynamodb2`.
|
||||||
|
The `mock_dynamodb2`-decorator is now considered deprecated, and will be removed in the next major version.
|
||||||
|
|
||||||
|
* Similarly, users of the `mock_rds2` should start using `mock_rds` instead.
|
||||||
|
The `mock_rds`-decorator has been repurposed to mock the latest version of RDS, making the behaviour equivalent to `mock_rds2`.
|
||||||
|
The `mock_rds2`-decorator has also been deprecated, and will be removed in the next major version.
|
||||||
|
|
||||||
|
Internal Changes:
|
||||||
|
* We've upgraded our linting process to use Black 22.1.0, and have enabled more pylint rules.
|
||||||
|
Please continue to run `make lint` prior to creating a PR, to ensure any changes are formatted correctly.
|
||||||
|
|
||||||
3.0.7
|
3.0.7
|
||||||
-----
|
-----
|
||||||
Docker Digest for 3.0.7: _sha256:4db9433e741de635606fd2d997e555c26f51fc82e69d5043d0d9de90bbade229_
|
Docker Digest for 3.0.7: _sha256:4db9433e741de635606fd2d997e555c26f51fc82e69d5043d0d9de90bbade229_
|
||||||
|
@ -2879,7 +2879,7 @@
|
|||||||
|
|
||||||
## iam
|
## iam
|
||||||
<details>
|
<details>
|
||||||
<summary>70% implemented</summary>
|
<summary>71% implemented</summary>
|
||||||
|
|
||||||
- [ ] add_client_id_to_open_id_connect_provider
|
- [ ] add_client_id_to_open_id_connect_provider
|
||||||
- [X] add_role_to_instance_profile
|
- [X] add_role_to_instance_profile
|
||||||
@ -2958,7 +2958,7 @@
|
|||||||
- [X] get_ssh_public_key
|
- [X] get_ssh_public_key
|
||||||
- [X] get_user
|
- [X] get_user
|
||||||
- [X] get_user_policy
|
- [X] get_user_policy
|
||||||
- [ ] list_access_keys
|
- [X] list_access_keys
|
||||||
- [X] list_account_aliases
|
- [X] list_account_aliases
|
||||||
- [X] list_attached_group_policies
|
- [X] list_attached_group_policies
|
||||||
- [X] list_attached_role_policies
|
- [X] list_attached_role_policies
|
||||||
@ -2984,7 +2984,7 @@
|
|||||||
- [ ] list_saml_provider_tags
|
- [ ] list_saml_provider_tags
|
||||||
- [X] list_saml_providers
|
- [X] list_saml_providers
|
||||||
- [ ] list_server_certificate_tags
|
- [ ] list_server_certificate_tags
|
||||||
- [ ] list_server_certificates
|
- [X] list_server_certificates
|
||||||
- [ ] list_service_specific_credentials
|
- [ ] list_service_specific_credentials
|
||||||
- [X] list_signing_certificates
|
- [X] list_signing_certificates
|
||||||
- [ ] list_ssh_public_keys
|
- [ ] list_ssh_public_keys
|
||||||
|
@ -38,6 +38,10 @@ acm
|
|||||||
- [X] remove_tags_from_certificate
|
- [X] remove_tags_from_certificate
|
||||||
- [ ] renew_certificate
|
- [ ] renew_certificate
|
||||||
- [X] request_certificate
|
- [X] request_certificate
|
||||||
|
|
||||||
|
The parameter DomainValidationOptions has not yet been implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] resend_validation_email
|
- [ ] resend_validation_email
|
||||||
- [ ] update_certificate_options
|
- [ ] update_certificate_options
|
||||||
|
|
||||||
|
@ -86,9 +86,17 @@ autoscaling
|
|||||||
- [X] resume_processes
|
- [X] resume_processes
|
||||||
- [X] set_desired_capacity
|
- [X] set_desired_capacity
|
||||||
- [X] set_instance_health
|
- [X] set_instance_health
|
||||||
|
|
||||||
|
The ShouldRespectGracePeriod-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] set_instance_protection
|
- [X] set_instance_protection
|
||||||
- [ ] start_instance_refresh
|
- [ ] start_instance_refresh
|
||||||
- [X] suspend_processes
|
- [X] suspend_processes
|
||||||
- [ ] terminate_instance_in_auto_scaling_group
|
- [ ] terminate_instance_in_auto_scaling_group
|
||||||
- [X] update_auto_scaling_group
|
- [X] update_auto_scaling_group
|
||||||
|
|
||||||
|
The parameter DefaultCooldown, PlacementGroup, TerminationPolicies are not yet implemented
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -49,15 +49,35 @@ batch
|
|||||||
- [ ] delete_scheduling_policy
|
- [ ] delete_scheduling_policy
|
||||||
- [X] deregister_job_definition
|
- [X] deregister_job_definition
|
||||||
- [X] describe_compute_environments
|
- [X] describe_compute_environments
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] describe_job_definitions
|
- [X] describe_job_definitions
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] describe_job_queues
|
- [X] describe_job_queues
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] describe_jobs
|
- [X] describe_jobs
|
||||||
- [ ] describe_scheduling_policies
|
- [ ] describe_scheduling_policies
|
||||||
- [X] list_jobs
|
- [X] list_jobs
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] list_scheduling_policies
|
- [ ] list_scheduling_policies
|
||||||
- [X] list_tags_for_resource
|
- [X] list_tags_for_resource
|
||||||
- [X] register_job_definition
|
- [X] register_job_definition
|
||||||
- [X] submit_job
|
- [X] submit_job
|
||||||
|
|
||||||
|
Parameters RetryStrategy and Parameters are not yet implemented.
|
||||||
|
|
||||||
|
|
||||||
- [X] tag_resource
|
- [X] tag_resource
|
||||||
- [X] terminate_job
|
- [X] terminate_job
|
||||||
- [X] untag_resource
|
- [X] untag_resource
|
||||||
|
@ -37,6 +37,10 @@ cognito-identity
|
|||||||
- [X] get_open_id_token_for_developer_identity
|
- [X] get_open_id_token_for_developer_identity
|
||||||
- [ ] get_principal_tag_attribute_map
|
- [ ] get_principal_tag_attribute_map
|
||||||
- [X] list_identities
|
- [X] list_identities
|
||||||
|
|
||||||
|
The MaxResults-parameter has not yet been implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] list_identity_pools
|
- [ ] list_identity_pools
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] lookup_developer_identity
|
- [ ] lookup_developer_identity
|
||||||
@ -48,4 +52,8 @@ cognito-identity
|
|||||||
- [ ] unlink_identity
|
- [ ] unlink_identity
|
||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [X] update_identity_pool
|
- [X] update_identity_pool
|
||||||
|
|
||||||
|
The AllowClassic-parameter has not yet been implemented
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,11 +82,11 @@ cognito-idp
|
|||||||
- [ ] forget_device
|
- [ ] forget_device
|
||||||
- [X] forgot_password
|
- [X] forgot_password
|
||||||
The ForgotPassword operation is partially broken in AWS. If the input is 100% correct it works fine.
|
The ForgotPassword operation is partially broken in AWS. If the input is 100% correct it works fine.
|
||||||
Otherwise you get semi-random garbage and HTTP 200 OK, for example:
|
Otherwise you get semi-random garbage and HTTP 200 OK, for example:
|
||||||
- recovery for username which is not registered in any cognito pool
|
- recovery for username which is not registered in any cognito pool
|
||||||
- recovery for username belonging to a different user pool than the client id is registered to
|
- recovery for username belonging to a different user pool than the client id is registered to
|
||||||
- phone-based recovery for a user without phone_number / phone_number_verified attributes
|
- phone-based recovery for a user without phone_number / phone_number_verified attributes
|
||||||
- same as above, but email / email_verified
|
- same as above, but email / email_verified
|
||||||
|
|
||||||
|
|
||||||
- [ ] get_csv_header
|
- [ ] get_csv_header
|
||||||
@ -133,5 +133,9 @@ cognito-idp
|
|||||||
- [X] update_user_pool_client
|
- [X] update_user_pool_client
|
||||||
- [X] update_user_pool_domain
|
- [X] update_user_pool_domain
|
||||||
- [X] verify_software_token
|
- [X] verify_software_token
|
||||||
|
|
||||||
|
The parameter UserCode has not yet been implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] verify_user_attribute
|
- [ ] verify_user_attribute
|
||||||
|
|
||||||
|
@ -48,6 +48,10 @@ dax
|
|||||||
- [ ] describe_parameters
|
- [ ] describe_parameters
|
||||||
- [ ] describe_subnet_groups
|
- [ ] describe_subnet_groups
|
||||||
- [X] increase_replication_factor
|
- [X] increase_replication_factor
|
||||||
|
|
||||||
|
The AvailabilityZones-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] list_tags
|
- [X] list_tags
|
||||||
|
|
||||||
Pagination is not yet implemented
|
Pagination is not yet implemented
|
||||||
|
@ -33,6 +33,11 @@ dms
|
|||||||
- [ ] create_replication_instance
|
- [ ] create_replication_instance
|
||||||
- [ ] create_replication_subnet_group
|
- [ ] create_replication_subnet_group
|
||||||
- [X] create_replication_task
|
- [X] create_replication_task
|
||||||
|
|
||||||
|
The following parameters are not yet implemented:
|
||||||
|
CDCStartTime, CDCStartPosition, CDCStopPosition, Tags, TaskData, ResourceIdentifier
|
||||||
|
|
||||||
|
|
||||||
- [ ] delete_certificate
|
- [ ] delete_certificate
|
||||||
- [ ] delete_connection
|
- [ ] delete_connection
|
||||||
- [ ] delete_endpoint
|
- [ ] delete_endpoint
|
||||||
@ -61,6 +66,10 @@ dms
|
|||||||
- [ ] describe_replication_task_assessment_runs
|
- [ ] describe_replication_task_assessment_runs
|
||||||
- [ ] describe_replication_task_individual_assessments
|
- [ ] describe_replication_task_individual_assessments
|
||||||
- [X] describe_replication_tasks
|
- [X] describe_replication_tasks
|
||||||
|
|
||||||
|
The parameter WithoutSettings has not yet been implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] describe_schemas
|
- [ ] describe_schemas
|
||||||
- [ ] describe_table_statistics
|
- [ ] describe_table_statistics
|
||||||
- [ ] import_certificate
|
- [ ] import_certificate
|
||||||
@ -76,6 +85,11 @@ dms
|
|||||||
- [ ] reload_tables
|
- [ ] reload_tables
|
||||||
- [ ] remove_tags_from_resource
|
- [ ] remove_tags_from_resource
|
||||||
- [X] start_replication_task
|
- [X] start_replication_task
|
||||||
|
|
||||||
|
The following parameters have not yet been implemented:
|
||||||
|
StartReplicationTaskType, CDCStartTime, CDCStartPosition, CDCStopPosition
|
||||||
|
|
||||||
|
|
||||||
- [ ] start_replication_task_assessment
|
- [ ] start_replication_task_assessment
|
||||||
- [ ] start_replication_task_assessment_run
|
- [ ] start_replication_task_assessment_run
|
||||||
- [X] stop_replication_task
|
- [X] stop_replication_task
|
||||||
|
@ -28,6 +28,10 @@ ecr
|
|||||||
- [ ] batch_check_layer_availability
|
- [ ] batch_check_layer_availability
|
||||||
- [X] batch_delete_image
|
- [X] batch_delete_image
|
||||||
- [X] batch_get_image
|
- [X] batch_get_image
|
||||||
|
|
||||||
|
The parameter AcceptedMediaTypes has not yet been implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] batch_get_repository_scanning_configuration
|
- [ ] batch_get_repository_scanning_configuration
|
||||||
- [ ] complete_layer_upload
|
- [ ] complete_layer_upload
|
||||||
- [ ] create_pull_through_cache_rule
|
- [ ] create_pull_through_cache_rule
|
||||||
|
@ -37,6 +37,10 @@ ecs
|
|||||||
- [X] delete_cluster
|
- [X] delete_cluster
|
||||||
- [X] delete_service
|
- [X] delete_service
|
||||||
- [X] delete_task_set
|
- [X] delete_task_set
|
||||||
|
|
||||||
|
The Force-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] deregister_container_instance
|
- [X] deregister_container_instance
|
||||||
- [X] deregister_task_definition
|
- [X] deregister_task_definition
|
||||||
- [ ] describe_capacity_providers
|
- [ ] describe_capacity_providers
|
||||||
@ -54,6 +58,10 @@ ecs
|
|||||||
- [ ] execute_command
|
- [ ] execute_command
|
||||||
- [X] list_account_settings
|
- [X] list_account_settings
|
||||||
- [X] list_attributes
|
- [X] list_attributes
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] list_clusters
|
- [X] list_clusters
|
||||||
|
|
||||||
maxSize and pagination not implemented
|
maxSize and pagination not implemented
|
||||||
@ -65,6 +73,10 @@ ecs
|
|||||||
Currently implemented only for task definitions and services
|
Currently implemented only for task definitions and services
|
||||||
|
|
||||||
- [X] list_task_definition_families
|
- [X] list_task_definition_families
|
||||||
|
|
||||||
|
The Status and pagination parameters are not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] list_task_definitions
|
- [X] list_task_definitions
|
||||||
- [X] list_tasks
|
- [X] list_tasks
|
||||||
- [X] put_account_setting
|
- [X] put_account_setting
|
||||||
|
@ -28,6 +28,11 @@ elastictranscoder
|
|||||||
- [ ] cancel_job
|
- [ ] cancel_job
|
||||||
- [ ] create_job
|
- [ ] create_job
|
||||||
- [X] create_pipeline
|
- [X] create_pipeline
|
||||||
|
|
||||||
|
The following parameters are not yet implemented:
|
||||||
|
AWSKMSKeyArn, Notifications
|
||||||
|
|
||||||
|
|
||||||
- [ ] create_preset
|
- [ ] create_preset
|
||||||
- [X] delete_pipeline
|
- [X] delete_pipeline
|
||||||
- [ ] delete_preset
|
- [ ] delete_preset
|
||||||
@ -40,6 +45,11 @@ elastictranscoder
|
|||||||
- [ ] read_preset
|
- [ ] read_preset
|
||||||
- [ ] test_role
|
- [ ] test_role
|
||||||
- [X] update_pipeline
|
- [X] update_pipeline
|
||||||
|
|
||||||
|
The following parameters are not yet implemented:
|
||||||
|
AWSKMSKeyArn, Notifications, ContentConfig, ThumbnailConfig
|
||||||
|
|
||||||
|
|
||||||
- [ ] update_pipeline_notifications
|
- [ ] update_pipeline_notifications
|
||||||
- [ ] update_pipeline_status
|
- [ ] update_pipeline_status
|
||||||
|
|
||||||
|
@ -89,6 +89,10 @@ iam
|
|||||||
- [ ] get_context_keys_for_principal_policy
|
- [ ] get_context_keys_for_principal_policy
|
||||||
- [X] get_credential_report
|
- [X] get_credential_report
|
||||||
- [X] get_group
|
- [X] get_group
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] get_group_policy
|
- [X] get_group_policy
|
||||||
- [X] get_instance_profile
|
- [X] get_instance_profile
|
||||||
- [X] get_login_profile
|
- [X] get_login_profile
|
||||||
@ -106,13 +110,21 @@ iam
|
|||||||
- [X] get_ssh_public_key
|
- [X] get_ssh_public_key
|
||||||
- [X] get_user
|
- [X] get_user
|
||||||
- [X] get_user_policy
|
- [X] get_user_policy
|
||||||
- [ ] list_access_keys
|
- [X] list_access_keys
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] list_account_aliases
|
- [X] list_account_aliases
|
||||||
- [X] list_attached_group_policies
|
- [X] list_attached_group_policies
|
||||||
- [X] list_attached_role_policies
|
- [X] list_attached_role_policies
|
||||||
- [X] list_attached_user_policies
|
- [X] list_attached_user_policies
|
||||||
- [ ] list_entities_for_policy
|
- [ ] list_entities_for_policy
|
||||||
- [X] list_group_policies
|
- [X] list_group_policies
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] list_groups
|
- [X] list_groups
|
||||||
- [ ] list_groups_for_user
|
- [ ] list_groups_for_user
|
||||||
- [ ] list_instance_profile_tags
|
- [ ] list_instance_profile_tags
|
||||||
@ -132,7 +144,11 @@ iam
|
|||||||
- [ ] list_saml_provider_tags
|
- [ ] list_saml_provider_tags
|
||||||
- [X] list_saml_providers
|
- [X] list_saml_providers
|
||||||
- [ ] list_server_certificate_tags
|
- [ ] list_server_certificate_tags
|
||||||
- [ ] list_server_certificates
|
- [X] list_server_certificates
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] list_service_specific_credentials
|
- [ ] list_service_specific_credentials
|
||||||
- [X] list_signing_certificates
|
- [X] list_signing_certificates
|
||||||
- [ ] list_ssh_public_keys
|
- [ ] list_ssh_public_keys
|
||||||
|
@ -39,6 +39,10 @@ iot
|
|||||||
- [ ] cancel_detect_mitigation_actions_task
|
- [ ] cancel_detect_mitigation_actions_task
|
||||||
- [X] cancel_job
|
- [X] cancel_job
|
||||||
- [X] cancel_job_execution
|
- [X] cancel_job_execution
|
||||||
|
|
||||||
|
The parameters ExpectedVersion and StatusDetails are not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] clear_default_authorizer
|
- [ ] clear_default_authorizer
|
||||||
- [ ] confirm_topic_rule_destination
|
- [ ] confirm_topic_rule_destination
|
||||||
- [ ] create_audit_suppression
|
- [ ] create_audit_suppression
|
||||||
@ -48,6 +52,10 @@ iot
|
|||||||
- [ ] create_custom_metric
|
- [ ] create_custom_metric
|
||||||
- [ ] create_dimension
|
- [ ] create_dimension
|
||||||
- [X] create_domain_configuration
|
- [X] create_domain_configuration
|
||||||
|
|
||||||
|
The ValidationCertificateArn-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] create_dynamic_thing_group
|
- [ ] create_dynamic_thing_group
|
||||||
- [ ] create_fleet_metric
|
- [ ] create_fleet_metric
|
||||||
- [X] create_job
|
- [X] create_job
|
||||||
@ -95,7 +103,15 @@ iot
|
|||||||
- [ ] delete_security_profile
|
- [ ] delete_security_profile
|
||||||
- [ ] delete_stream
|
- [ ] delete_stream
|
||||||
- [X] delete_thing
|
- [X] delete_thing
|
||||||
|
|
||||||
|
The ExpectedVersion-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] delete_thing_group
|
- [X] delete_thing_group
|
||||||
|
|
||||||
|
The ExpectedVersion-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] delete_thing_type
|
- [X] delete_thing_type
|
||||||
- [X] delete_topic_rule
|
- [X] delete_topic_rule
|
||||||
- [ ] delete_topic_rule_destination
|
- [ ] delete_topic_rule_destination
|
||||||
@ -187,6 +203,10 @@ iot
|
|||||||
- [X] list_job_executions_for_thing
|
- [X] list_job_executions_for_thing
|
||||||
- [ ] list_job_templates
|
- [ ] list_job_templates
|
||||||
- [X] list_jobs
|
- [X] list_jobs
|
||||||
|
|
||||||
|
The following parameter are not yet implemented: Status, TargetSelection, ThingGroupName, ThingGroupId
|
||||||
|
|
||||||
|
|
||||||
- [ ] list_managed_job_templates
|
- [ ] list_managed_job_templates
|
||||||
- [ ] list_mitigation_actions
|
- [ ] list_mitigation_actions
|
||||||
- [ ] list_ota_updates
|
- [ ] list_ota_updates
|
||||||
@ -220,7 +240,7 @@ iot
|
|||||||
- [ ] list_things_in_billing_group
|
- [ ] list_things_in_billing_group
|
||||||
- [X] list_things_in_thing_group
|
- [X] list_things_in_thing_group
|
||||||
|
|
||||||
The recursive-parameter is not yet implemented
|
Pagination and the recursive-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] list_topic_rule_destinations
|
- [ ] list_topic_rule_destinations
|
||||||
@ -229,6 +249,10 @@ iot
|
|||||||
- [ ] list_violation_events
|
- [ ] list_violation_events
|
||||||
- [ ] put_verification_state_on_violation
|
- [ ] put_verification_state_on_violation
|
||||||
- [X] register_ca_certificate
|
- [X] register_ca_certificate
|
||||||
|
|
||||||
|
The VerificationCertificate-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] register_certificate
|
- [X] register_certificate
|
||||||
- [X] register_certificate_without_ca
|
- [X] register_certificate_without_ca
|
||||||
- [ ] register_thing
|
- [ ] register_thing
|
||||||
@ -281,6 +305,10 @@ iot
|
|||||||
- [ ] update_security_profile
|
- [ ] update_security_profile
|
||||||
- [ ] update_stream
|
- [ ] update_stream
|
||||||
- [X] update_thing
|
- [X] update_thing
|
||||||
|
|
||||||
|
The ExpectedVersion-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] update_thing_group
|
- [X] update_thing_group
|
||||||
- [X] update_thing_groups_for_thing
|
- [X] update_thing_groups_for_thing
|
||||||
- [ ] update_topic_rule_destination
|
- [ ] update_topic_rule_destination
|
||||||
|
@ -29,12 +29,20 @@ kinesisvideo
|
|||||||
- [X] create_stream
|
- [X] create_stream
|
||||||
- [ ] delete_signaling_channel
|
- [ ] delete_signaling_channel
|
||||||
- [X] delete_stream
|
- [X] delete_stream
|
||||||
|
|
||||||
|
The CurrentVersion-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] describe_signaling_channel
|
- [ ] describe_signaling_channel
|
||||||
- [X] describe_stream
|
- [X] describe_stream
|
||||||
- [X] get_data_endpoint
|
- [X] get_data_endpoint
|
||||||
- [ ] get_signaling_channel_endpoint
|
- [ ] get_signaling_channel_endpoint
|
||||||
- [ ] list_signaling_channels
|
- [ ] list_signaling_channels
|
||||||
- [X] list_streams
|
- [X] list_streams
|
||||||
|
|
||||||
|
Pagination and the StreamNameCondition-parameter are not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] list_tags_for_stream
|
- [ ] list_tags_for_stream
|
||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
|
@ -66,6 +66,10 @@ logs
|
|||||||
- [ ] put_destination
|
- [ ] put_destination
|
||||||
- [ ] put_destination_policy
|
- [ ] put_destination_policy
|
||||||
- [X] put_log_events
|
- [X] put_log_events
|
||||||
|
|
||||||
|
The SequenceToken-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] put_metric_filter
|
- [X] put_metric_filter
|
||||||
- [ ] put_query_definition
|
- [ ] put_query_definition
|
||||||
- [X] put_resource_policy
|
- [X] put_resource_policy
|
||||||
|
@ -33,7 +33,15 @@ medialive
|
|||||||
- [ ] cancel_input_device_transfer
|
- [ ] cancel_input_device_transfer
|
||||||
- [ ] claim_device
|
- [ ] claim_device
|
||||||
- [X] create_channel
|
- [X] create_channel
|
||||||
|
|
||||||
|
The RequestID and Reserved parameters are not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] create_input
|
- [X] create_input
|
||||||
|
|
||||||
|
The VPC and RequestId parameters are not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] create_input_security_group
|
- [ ] create_input_security_group
|
||||||
- [ ] create_multiplex
|
- [ ] create_multiplex
|
||||||
- [ ] create_multiplex_program
|
- [ ] create_multiplex_program
|
||||||
|
@ -38,4 +38,8 @@ mediastore-data
|
|||||||
|
|
||||||
|
|
||||||
- [X] put_object
|
- [X] put_object
|
||||||
|
|
||||||
|
The following parameters are not yet implemented: ContentType, CacheControl, UploadAvailability
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,6 +37,10 @@ mediastore
|
|||||||
- [X] get_lifecycle_policy
|
- [X] get_lifecycle_policy
|
||||||
- [X] get_metric_policy
|
- [X] get_metric_policy
|
||||||
- [X] list_containers
|
- [X] list_containers
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] list_tags_for_resource
|
- [X] list_tags_for_resource
|
||||||
- [X] put_container_policy
|
- [X] put_container_policy
|
||||||
- [ ] put_cors_policy
|
- [ ] put_cors_policy
|
||||||
|
@ -27,9 +27,17 @@ polly
|
|||||||
|
|
||||||
- [X] delete_lexicon
|
- [X] delete_lexicon
|
||||||
- [X] describe_voices
|
- [X] describe_voices
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] get_lexicon
|
- [X] get_lexicon
|
||||||
- [ ] get_speech_synthesis_task
|
- [ ] get_speech_synthesis_task
|
||||||
- [X] list_lexicons
|
- [X] list_lexicons
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] list_speech_synthesis_tasks
|
- [ ] list_speech_synthesis_tasks
|
||||||
- [X] put_lexicon
|
- [X] put_lexicon
|
||||||
- [ ] start_speech_synthesis_task
|
- [ ] start_speech_synthesis_task
|
||||||
|
@ -34,6 +34,10 @@ resource-groups
|
|||||||
- [ ] group_resources
|
- [ ] group_resources
|
||||||
- [ ] list_group_resources
|
- [ ] list_group_resources
|
||||||
- [X] list_groups
|
- [X] list_groups
|
||||||
|
|
||||||
|
Pagination or the Filters-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] put_group_configuration
|
- [X] put_group_configuration
|
||||||
- [ ] search_resources
|
- [ ] search_resources
|
||||||
- [X] tag
|
- [X] tag
|
||||||
|
@ -79,6 +79,10 @@ route53
|
|||||||
- [X] list_hosted_zones
|
- [X] list_hosted_zones
|
||||||
- [X] list_hosted_zones_by_name
|
- [X] list_hosted_zones_by_name
|
||||||
- [X] list_hosted_zones_by_vpc
|
- [X] list_hosted_zones_by_vpc
|
||||||
|
|
||||||
|
Pagination is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] list_query_logging_configs
|
- [X] list_query_logging_configs
|
||||||
Return a list of query logging configs.
|
Return a list of query logging configs.
|
||||||
|
|
||||||
|
@ -71,6 +71,10 @@ ssm
|
|||||||
- [ ] describe_available_patches
|
- [ ] describe_available_patches
|
||||||
- [X] describe_document
|
- [X] describe_document
|
||||||
- [X] describe_document_permission
|
- [X] describe_document_permission
|
||||||
|
|
||||||
|
Parameters max_results, permission_type, and next_token not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] describe_effective_instance_associations
|
- [ ] describe_effective_instance_associations
|
||||||
- [ ] describe_effective_patches_for_patch_baseline
|
- [ ] describe_effective_patches_for_patch_baseline
|
||||||
- [ ] describe_instance_associations_status
|
- [ ] describe_instance_associations_status
|
||||||
|
@ -28,8 +28,17 @@ support
|
|||||||
- [ ] add_attachments_to_set
|
- [ ] add_attachments_to_set
|
||||||
- [ ] add_communication_to_case
|
- [ ] add_communication_to_case
|
||||||
- [X] create_case
|
- [X] create_case
|
||||||
|
|
||||||
|
The IssueType-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] describe_attachment
|
- [ ] describe_attachment
|
||||||
- [X] describe_cases
|
- [X] describe_cases
|
||||||
|
|
||||||
|
The following parameters have not yet been implemented:
|
||||||
|
DisplayID, AfterTime, BeforeTime, MaxResults, Language
|
||||||
|
|
||||||
|
|
||||||
- [ ] describe_communications
|
- [ ] describe_communications
|
||||||
- [ ] describe_services
|
- [ ] describe_services
|
||||||
- [ ] describe_severity_levels
|
- [ ] describe_severity_levels
|
||||||
@ -37,6 +46,10 @@ support
|
|||||||
- [ ] describe_trusted_advisor_check_result
|
- [ ] describe_trusted_advisor_check_result
|
||||||
- [ ] describe_trusted_advisor_check_summaries
|
- [ ] describe_trusted_advisor_check_summaries
|
||||||
- [X] describe_trusted_advisor_checks
|
- [X] describe_trusted_advisor_checks
|
||||||
|
|
||||||
|
The Language-parameter is not yet implemented
|
||||||
|
|
||||||
|
|
||||||
- [X] refresh_trusted_advisor_check
|
- [X] refresh_trusted_advisor_check
|
||||||
- [X] resolve_case
|
- [X] resolve_case
|
||||||
|
|
||||||
|
@ -33,8 +33,16 @@ textract
|
|||||||
- [ ] detect_document_text
|
- [ ] detect_document_text
|
||||||
- [ ] get_document_analysis
|
- [ ] get_document_analysis
|
||||||
- [X] get_document_text_detection
|
- [X] get_document_text_detection
|
||||||
|
|
||||||
|
Pagination has not yet been implemented
|
||||||
|
|
||||||
|
|
||||||
- [ ] get_expense_analysis
|
- [ ] get_expense_analysis
|
||||||
- [ ] start_document_analysis
|
- [ ] start_document_analysis
|
||||||
- [X] start_document_text_detection
|
- [X] start_document_text_detection
|
||||||
|
|
||||||
|
The following parameters have not yet been implemented: ClientRequestToken, JobTag, NotificationChannel, OutputConfig, KmsKeyID
|
||||||
|
|
||||||
|
|
||||||
- [ ] start_expense_analysis
|
- [ ] start_expense_analysis
|
||||||
|
|
||||||
|
@ -1303,6 +1303,11 @@
|
|||||||
"Name": "blockedActionsPatterns",
|
"Name": "blockedActionsPatterns",
|
||||||
"Optional": false,
|
"Optional": false,
|
||||||
"Type": "CSV"
|
"Type": "CSV"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "excludeRoleByManagementAccount",
|
||||||
|
"Optional": true,
|
||||||
|
"Type": "boolean"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Trigger type": "Configuration changes"
|
"Trigger type": "Configuration changes"
|
||||||
|
@ -1355,6 +1355,34 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "apne1-az1"
|
"Location": "apne1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "apne1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "apne1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "apne1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "apne1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "apne1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "apne1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "apne1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "apne1-az1"
|
"Location": "apne1-az1"
|
||||||
@ -2679,6 +2707,42 @@
|
|||||||
"InstanceType": "x1.32xlarge",
|
"InstanceType": "x1.32xlarge",
|
||||||
"Location": "apne1-az2"
|
"Location": "apne1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "apne1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "apne1-az2"
|
"Location": "apne1-az2"
|
||||||
@ -4259,6 +4323,70 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "apne1-az4"
|
"Location": "apne1-az4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "apne1-az4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "apne1-az4"
|
"Location": "apne1-az4"
|
||||||
|
@ -839,6 +839,42 @@
|
|||||||
"InstanceType": "r5ad.xlarge",
|
"InstanceType": "r5ad.xlarge",
|
||||||
"Location": "apne2-az1"
|
"Location": "apne2-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "apne2-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "apne2-az1"
|
"Location": "apne2-az1"
|
||||||
@ -1635,6 +1671,42 @@
|
|||||||
"InstanceType": "r5.xlarge",
|
"InstanceType": "r5.xlarge",
|
||||||
"Location": "apne2-az2"
|
"Location": "apne2-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "apne2-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "apne2-az2"
|
"Location": "apne2-az2"
|
||||||
@ -2683,6 +2755,42 @@
|
|||||||
"InstanceType": "r5ad.xlarge",
|
"InstanceType": "r5ad.xlarge",
|
||||||
"Location": "apne2-az3"
|
"Location": "apne2-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "apne2-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "apne2-az3"
|
"Location": "apne2-az3"
|
||||||
|
@ -71,6 +71,34 @@
|
|||||||
"InstanceType": "c5d.xlarge",
|
"InstanceType": "c5d.xlarge",
|
||||||
"Location": "apne3-az1"
|
"Location": "apne3-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.12xlarge",
|
||||||
|
"Location": "apne3-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.16xlarge",
|
||||||
|
"Location": "apne3-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.2xlarge",
|
||||||
|
"Location": "apne3-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.4xlarge",
|
||||||
|
"Location": "apne3-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.8xlarge",
|
||||||
|
"Location": "apne3-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.metal",
|
||||||
|
"Location": "apne3-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.xlarge",
|
||||||
|
"Location": "apne3-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.16xlarge",
|
"InstanceType": "i3.16xlarge",
|
||||||
"Location": "apne3-az1"
|
"Location": "apne3-az1"
|
||||||
@ -375,6 +403,34 @@
|
|||||||
"InstanceType": "c5d.xlarge",
|
"InstanceType": "c5d.xlarge",
|
||||||
"Location": "apne3-az2"
|
"Location": "apne3-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.12xlarge",
|
||||||
|
"Location": "apne3-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.16xlarge",
|
||||||
|
"Location": "apne3-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.2xlarge",
|
||||||
|
"Location": "apne3-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.4xlarge",
|
||||||
|
"Location": "apne3-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.8xlarge",
|
||||||
|
"Location": "apne3-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.metal",
|
||||||
|
"Location": "apne3-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.xlarge",
|
||||||
|
"Location": "apne3-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.16xlarge",
|
"InstanceType": "i3.16xlarge",
|
||||||
"Location": "apne3-az2"
|
"Location": "apne3-az2"
|
||||||
|
@ -1223,6 +1223,18 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "aps1-az1"
|
"Location": "aps1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "aps1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "aps1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "aps1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "aps1-az1"
|
"Location": "aps1-az1"
|
||||||
@ -3575,6 +3587,18 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "aps1-az3"
|
"Location": "aps1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "aps1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "aps1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "aps1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "aps1-az3"
|
"Location": "aps1-az3"
|
||||||
|
@ -455,6 +455,10 @@
|
|||||||
"InstanceType": "i3.large",
|
"InstanceType": "i3.large",
|
||||||
"Location": "apse1-az1"
|
"Location": "apse1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "i3.metal",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.xlarge",
|
"InstanceType": "i3.xlarge",
|
||||||
"Location": "apse1-az1"
|
"Location": "apse1-az1"
|
||||||
@ -1515,6 +1519,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "apse1-az1"
|
"Location": "apse1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "apse1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "apse1-az1"
|
"Location": "apse1-az1"
|
||||||
@ -2031,6 +2075,10 @@
|
|||||||
"InstanceType": "i3.large",
|
"InstanceType": "i3.large",
|
||||||
"Location": "apse1-az2"
|
"Location": "apse1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "i3.metal",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.xlarge",
|
"InstanceType": "i3.xlarge",
|
||||||
"Location": "apse1-az2"
|
"Location": "apse1-az2"
|
||||||
@ -3075,6 +3123,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "apse1-az2"
|
"Location": "apse1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "apse1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "apse1-az2"
|
"Location": "apse1-az2"
|
||||||
@ -3479,6 +3567,10 @@
|
|||||||
"InstanceType": "i3.large",
|
"InstanceType": "i3.large",
|
||||||
"Location": "apse1-az3"
|
"Location": "apse1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "i3.metal",
|
||||||
|
"Location": "apse1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.xlarge",
|
"InstanceType": "i3.xlarge",
|
||||||
"Location": "apse1-az3"
|
"Location": "apse1-az3"
|
||||||
@ -4391,6 +4483,18 @@
|
|||||||
"InstanceType": "x1.32xlarge",
|
"InstanceType": "x1.32xlarge",
|
||||||
"Location": "apse1-az3"
|
"Location": "apse1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "apse1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "apse1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "apse1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "apse1-az3"
|
"Location": "apse1-az3"
|
||||||
|
@ -915,6 +915,46 @@
|
|||||||
"InstanceType": "r6gd.xlarge",
|
"InstanceType": "r6gd.xlarge",
|
||||||
"Location": "cac1-az1"
|
"Location": "cac1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "cac1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "cac1-az1"
|
"Location": "cac1-az1"
|
||||||
@ -1667,6 +1707,46 @@
|
|||||||
"InstanceType": "m6g.xlarge",
|
"InstanceType": "m6g.xlarge",
|
||||||
"Location": "cac1-az2"
|
"Location": "cac1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.12xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.16xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.24xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.2xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.32xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.4xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.8xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.large",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.metal",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "p3.16xlarge",
|
"InstanceType": "p3.16xlarge",
|
||||||
"Location": "cac1-az2"
|
"Location": "cac1-az2"
|
||||||
@ -1911,6 +1991,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "cac1-az2"
|
"Location": "cac1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "cac1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "cac1-az2"
|
"Location": "cac1-az2"
|
||||||
@ -2651,6 +2771,46 @@
|
|||||||
"InstanceType": "r6gd.xlarge",
|
"InstanceType": "r6gd.xlarge",
|
||||||
"Location": "cac1-az4"
|
"Location": "cac1-az4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "cac1-az4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t3.2xlarge",
|
"InstanceType": "t3.2xlarge",
|
||||||
"Location": "cac1-az4"
|
"Location": "cac1-az4"
|
||||||
|
@ -1139,6 +1139,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "euc1-az1"
|
"Location": "euc1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "euc1-az1"
|
"Location": "euc1-az1"
|
||||||
@ -1179,6 +1183,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "euc1-az1"
|
"Location": "euc1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "euc1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "euc1-az1"
|
"Location": "euc1-az1"
|
||||||
@ -2595,6 +2639,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "euc1-az2"
|
"Location": "euc1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-9tb1.112xlarge",
|
"InstanceType": "u-9tb1.112xlarge",
|
||||||
"Location": "euc1-az2"
|
"Location": "euc1-az2"
|
||||||
@ -2631,6 +2679,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "euc1-az2"
|
"Location": "euc1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "euc1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "euc1-az2"
|
"Location": "euc1-az2"
|
||||||
@ -3147,6 +3235,22 @@
|
|||||||
"InstanceType": "i3en.xlarge",
|
"InstanceType": "i3en.xlarge",
|
||||||
"Location": "euc1-az3"
|
"Location": "euc1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "inf1.24xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "inf1.2xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "inf1.6xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "inf1.xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "m3.2xlarge",
|
"InstanceType": "m3.2xlarge",
|
||||||
"Location": "euc1-az3"
|
"Location": "euc1-az3"
|
||||||
@ -4039,6 +4143,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "euc1-az3"
|
"Location": "euc1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "euc1-az3"
|
"Location": "euc1-az3"
|
||||||
@ -4083,6 +4191,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "euc1-az3"
|
"Location": "euc1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "euc1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "euc1-az3"
|
"Location": "euc1-az3"
|
||||||
|
@ -655,6 +655,10 @@
|
|||||||
"InstanceType": "t4g.xlarge",
|
"InstanceType": "t4g.xlarge",
|
||||||
"Location": "eus1-az1"
|
"Location": "eus1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eus1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c5.12xlarge",
|
"InstanceType": "c5.12xlarge",
|
||||||
"Location": "eus1-az2"
|
"Location": "eus1-az2"
|
||||||
@ -1339,6 +1343,10 @@
|
|||||||
"InstanceType": "t4g.xlarge",
|
"InstanceType": "t4g.xlarge",
|
||||||
"Location": "eus1-az2"
|
"Location": "eus1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eus1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c5.12xlarge",
|
"InstanceType": "c5.12xlarge",
|
||||||
"Location": "eus1-az3"
|
"Location": "eus1-az3"
|
||||||
|
@ -235,6 +235,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "euw1-az1"
|
"Location": "euw1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "euw1-az1"
|
"Location": "euw1-az1"
|
||||||
@ -1687,6 +1727,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "euw1-az1"
|
"Location": "euw1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "euw1-az1"
|
"Location": "euw1-az1"
|
||||||
@ -1779,6 +1823,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "euw1-az1"
|
"Location": "euw1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "euw1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "euw1-az1"
|
"Location": "euw1-az1"
|
||||||
@ -2043,6 +2139,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "euw1-az2"
|
"Location": "euw1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "euw1-az2"
|
"Location": "euw1-az2"
|
||||||
@ -3527,6 +3663,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "euw1-az2"
|
"Location": "euw1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "euw1-az2"
|
"Location": "euw1-az2"
|
||||||
@ -3607,6 +3747,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "euw1-az2"
|
"Location": "euw1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "euw1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "euw1-az2"
|
"Location": "euw1-az2"
|
||||||
@ -3815,6 +4019,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "euw1-az3"
|
"Location": "euw1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "euw1-az3"
|
"Location": "euw1-az3"
|
||||||
@ -5283,6 +5527,10 @@
|
|||||||
"InstanceType": "t4g.xlarge",
|
"InstanceType": "t4g.xlarge",
|
||||||
"Location": "euw1-az3"
|
"Location": "euw1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "x1.16xlarge",
|
"InstanceType": "x1.16xlarge",
|
||||||
"Location": "euw1-az3"
|
"Location": "euw1-az3"
|
||||||
@ -5351,6 +5599,46 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "euw1-az3"
|
"Location": "euw1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "euw1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "euw1-az3"
|
"Location": "euw1-az3"
|
||||||
|
@ -2519,6 +2519,46 @@
|
|||||||
"InstanceType": "c6gd.xlarge",
|
"InstanceType": "c6gd.xlarge",
|
||||||
"Location": "euw2-az3"
|
"Location": "euw2-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.12xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.16xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.24xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.2xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.32xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.4xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.8xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.large",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.metal",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "d2.2xlarge",
|
"InstanceType": "d2.2xlarge",
|
||||||
"Location": "euw2-az3"
|
"Location": "euw2-az3"
|
||||||
@ -2887,6 +2927,46 @@
|
|||||||
"InstanceType": "m6gd.xlarge",
|
"InstanceType": "m6gd.xlarge",
|
||||||
"Location": "euw2-az3"
|
"Location": "euw2-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.12xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.16xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.24xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.2xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.32xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.4xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.8xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.large",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.metal",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "p3.16xlarge",
|
"InstanceType": "p3.16xlarge",
|
||||||
"Location": "euw2-az3"
|
"Location": "euw2-az3"
|
||||||
@ -3095,6 +3175,42 @@
|
|||||||
"InstanceType": "r5d.xlarge",
|
"InstanceType": "r5d.xlarge",
|
||||||
"Location": "euw2-az3"
|
"Location": "euw2-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.12xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.16xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.24xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.2xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.4xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.8xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.large",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.metal",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r6g.12xlarge",
|
"InstanceType": "r6g.12xlarge",
|
||||||
"Location": "euw2-az3"
|
"Location": "euw2-az3"
|
||||||
@ -3131,6 +3247,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "euw2-az3"
|
"Location": "euw2-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "euw2-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "euw2-az3"
|
"Location": "euw2-az3"
|
||||||
|
@ -951,6 +951,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "sae1-az1"
|
"Location": "sae1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "sae1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t1.micro",
|
"InstanceType": "t1.micro",
|
||||||
"Location": "sae1-az1"
|
"Location": "sae1-az1"
|
||||||
@ -1799,6 +1839,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "sae1-az2"
|
"Location": "sae1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "sae1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t3.2xlarge",
|
"InstanceType": "t3.2xlarge",
|
||||||
"Location": "sae1-az2"
|
"Location": "sae1-az2"
|
||||||
@ -2739,6 +2819,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "sae1-az3"
|
"Location": "sae1-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "sae1-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "sae1-az3"
|
"Location": "sae1-az3"
|
||||||
|
@ -183,6 +183,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "use1-az1"
|
"Location": "use1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "use1-az1"
|
"Location": "use1-az1"
|
||||||
@ -1631,6 +1671,34 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "use1-az1"
|
"Location": "use1-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "use1-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "use1-az1"
|
"Location": "use1-az1"
|
||||||
@ -1895,6 +1963,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "use1-az2"
|
"Location": "use1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "use1-az2"
|
"Location": "use1-az2"
|
||||||
@ -3027,6 +3135,42 @@
|
|||||||
"InstanceType": "r5ad.xlarge",
|
"InstanceType": "r5ad.xlarge",
|
||||||
"Location": "use1-az2"
|
"Location": "use1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "use1-az2"
|
"Location": "use1-az2"
|
||||||
@ -3367,6 +3511,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "use1-az2"
|
"Location": "use1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "use1-az2"
|
"Location": "use1-az2"
|
||||||
@ -3459,6 +3607,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "use1-az2"
|
"Location": "use1-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "use1-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "use1-az2"
|
"Location": "use1-az2"
|
||||||
@ -3987,6 +4199,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "use1-az4"
|
"Location": "use1-az4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "use1-az4"
|
"Location": "use1-az4"
|
||||||
@ -5319,6 +5571,46 @@
|
|||||||
"InstanceType": "r6gd.xlarge",
|
"InstanceType": "r6gd.xlarge",
|
||||||
"Location": "use1-az4"
|
"Location": "use1-az4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t1.micro",
|
"InstanceType": "t1.micro",
|
||||||
"Location": "use1-az4"
|
"Location": "use1-az4"
|
||||||
@ -5439,6 +5731,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "use1-az4"
|
"Location": "use1-az4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "use1-az4"
|
"Location": "use1-az4"
|
||||||
@ -5519,6 +5815,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "use1-az4"
|
"Location": "use1-az4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "use1-az4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "use1-az4"
|
"Location": "use1-az4"
|
||||||
@ -5719,6 +6079,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "use1-az5"
|
"Location": "use1-az5"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "use1-az5"
|
"Location": "use1-az5"
|
||||||
@ -6927,6 +7327,46 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "use1-az5"
|
"Location": "use1-az5"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "use1-az5"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "use1-az5"
|
"Location": "use1-az5"
|
||||||
@ -7191,6 +7631,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "use1-az6"
|
"Location": "use1-az6"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "use1-az6"
|
"Location": "use1-az6"
|
||||||
@ -8703,6 +9183,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "use1-az6"
|
"Location": "use1-az6"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "use1-az6"
|
"Location": "use1-az6"
|
||||||
@ -8783,6 +9267,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "use1-az6"
|
"Location": "use1-az6"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "use1-az6"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "use1-az6"
|
"Location": "use1-az6"
|
||||||
|
@ -1587,6 +1587,34 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "use2-az1"
|
"Location": "use2-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "use2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "use2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "use2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "use2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "use2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "use2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "use2-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "use2-az1"
|
"Location": "use2-az1"
|
||||||
@ -3215,6 +3243,34 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "use2-az2"
|
"Location": "use2-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "use2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "use2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "use2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "use2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "use2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "use2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "use2-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "use2-az2"
|
"Location": "use2-az2"
|
||||||
|
@ -211,6 +211,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "usw2-az1"
|
"Location": "usw2-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "usw2-az1"
|
"Location": "usw2-az1"
|
||||||
@ -1163,6 +1203,10 @@
|
|||||||
"InstanceType": "m6i.large",
|
"InstanceType": "m6i.large",
|
||||||
"Location": "usw2-az1"
|
"Location": "usw2-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.metal",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "m6i.xlarge",
|
"InstanceType": "m6i.xlarge",
|
||||||
"Location": "usw2-az1"
|
"Location": "usw2-az1"
|
||||||
@ -1723,6 +1767,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "usw2-az1"
|
"Location": "usw2-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "usw2-az1"
|
"Location": "usw2-az1"
|
||||||
@ -1815,6 +1863,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "usw2-az1"
|
"Location": "usw2-az1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "usw2-az1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "usw2-az1"
|
"Location": "usw2-az1"
|
||||||
@ -2079,6 +2179,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "usw2-az2"
|
"Location": "usw2-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "usw2-az2"
|
"Location": "usw2-az2"
|
||||||
@ -3571,6 +3711,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "usw2-az2"
|
"Location": "usw2-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "usw2-az2"
|
"Location": "usw2-az2"
|
||||||
@ -3651,6 +3795,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "usw2-az2"
|
"Location": "usw2-az2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "usw2-az2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "usw2-az2"
|
"Location": "usw2-az2"
|
||||||
@ -3883,6 +4079,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "usw2-az3"
|
"Location": "usw2-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "usw2-az3"
|
"Location": "usw2-az3"
|
||||||
@ -5395,6 +5631,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "usw2-az3"
|
"Location": "usw2-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "usw2-az3"
|
"Location": "usw2-az3"
|
||||||
@ -5475,6 +5715,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "usw2-az3"
|
"Location": "usw2-az3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "usw2-az3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "usw2-az3"
|
"Location": "usw2-az3"
|
||||||
@ -5667,6 +5959,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "usw2-az4"
|
"Location": "usw2-az4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "usw2-az4"
|
"Location": "usw2-az4"
|
||||||
@ -6291,6 +6623,42 @@
|
|||||||
"InstanceType": "r5d.xlarge",
|
"InstanceType": "r5d.xlarge",
|
||||||
"Location": "usw2-az4"
|
"Location": "usw2-az4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.12xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.16xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.24xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.2xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.4xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.8xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.large",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.metal",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.xlarge",
|
||||||
|
"Location": "usw2-az4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r6g.12xlarge",
|
"InstanceType": "r6g.12xlarge",
|
||||||
"Location": "usw2-az4"
|
"Location": "usw2-az4"
|
||||||
|
@ -1551,6 +1551,70 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-northeast-1a"
|
"Location": "ap-northeast-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "ap-northeast-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-northeast-1a"
|
"Location": "ap-northeast-1a"
|
||||||
@ -2935,6 +2999,34 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-northeast-1c"
|
"Location": "ap-northeast-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "ap-northeast-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "ap-northeast-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "ap-northeast-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "ap-northeast-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "ap-northeast-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "ap-northeast-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "ap-northeast-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-northeast-1c"
|
"Location": "ap-northeast-1c"
|
||||||
@ -4259,6 +4351,42 @@
|
|||||||
"InstanceType": "x1.32xlarge",
|
"InstanceType": "x1.32xlarge",
|
||||||
"Location": "ap-northeast-1d"
|
"Location": "ap-northeast-1d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "ap-northeast-1d"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-northeast-1d"
|
"Location": "ap-northeast-1d"
|
||||||
|
@ -839,6 +839,42 @@
|
|||||||
"InstanceType": "r5ad.xlarge",
|
"InstanceType": "r5ad.xlarge",
|
||||||
"Location": "ap-northeast-2a"
|
"Location": "ap-northeast-2a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "ap-northeast-2a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "ap-northeast-2a"
|
"Location": "ap-northeast-2a"
|
||||||
@ -1635,6 +1671,42 @@
|
|||||||
"InstanceType": "r5.xlarge",
|
"InstanceType": "r5.xlarge",
|
||||||
"Location": "ap-northeast-2b"
|
"Location": "ap-northeast-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "ap-northeast-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "ap-northeast-2b"
|
"Location": "ap-northeast-2b"
|
||||||
@ -2683,6 +2755,42 @@
|
|||||||
"InstanceType": "r5ad.xlarge",
|
"InstanceType": "r5ad.xlarge",
|
||||||
"Location": "ap-northeast-2c"
|
"Location": "ap-northeast-2c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "ap-northeast-2c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "ap-northeast-2c"
|
"Location": "ap-northeast-2c"
|
||||||
|
@ -471,6 +471,34 @@
|
|||||||
"InstanceType": "c5d.xlarge",
|
"InstanceType": "c5d.xlarge",
|
||||||
"Location": "ap-northeast-3b"
|
"Location": "ap-northeast-3b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.12xlarge",
|
||||||
|
"Location": "ap-northeast-3b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.16xlarge",
|
||||||
|
"Location": "ap-northeast-3b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.2xlarge",
|
||||||
|
"Location": "ap-northeast-3b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.4xlarge",
|
||||||
|
"Location": "ap-northeast-3b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.8xlarge",
|
||||||
|
"Location": "ap-northeast-3b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.metal",
|
||||||
|
"Location": "ap-northeast-3b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.xlarge",
|
||||||
|
"Location": "ap-northeast-3b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.16xlarge",
|
"InstanceType": "i3.16xlarge",
|
||||||
"Location": "ap-northeast-3b"
|
"Location": "ap-northeast-3b"
|
||||||
@ -775,6 +803,34 @@
|
|||||||
"InstanceType": "c5d.xlarge",
|
"InstanceType": "c5d.xlarge",
|
||||||
"Location": "ap-northeast-3c"
|
"Location": "ap-northeast-3c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.12xlarge",
|
||||||
|
"Location": "ap-northeast-3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.16xlarge",
|
||||||
|
"Location": "ap-northeast-3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.2xlarge",
|
||||||
|
"Location": "ap-northeast-3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.4xlarge",
|
||||||
|
"Location": "ap-northeast-3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.8xlarge",
|
||||||
|
"Location": "ap-northeast-3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.metal",
|
||||||
|
"Location": "ap-northeast-3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.xlarge",
|
||||||
|
"Location": "ap-northeast-3c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.16xlarge",
|
"InstanceType": "i3.16xlarge",
|
||||||
"Location": "ap-northeast-3c"
|
"Location": "ap-northeast-3c"
|
||||||
|
@ -1223,6 +1223,18 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-south-1a"
|
"Location": "ap-south-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-south-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-south-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-south-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-south-1a"
|
"Location": "ap-south-1a"
|
||||||
@ -2495,6 +2507,18 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-south-1b"
|
"Location": "ap-south-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-south-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-south-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-south-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-south-1b"
|
"Location": "ap-south-1b"
|
||||||
|
@ -487,6 +487,10 @@
|
|||||||
"InstanceType": "i3.large",
|
"InstanceType": "i3.large",
|
||||||
"Location": "ap-southeast-1a"
|
"Location": "ap-southeast-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "i3.metal",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.xlarge",
|
"InstanceType": "i3.xlarge",
|
||||||
"Location": "ap-southeast-1a"
|
"Location": "ap-southeast-1a"
|
||||||
@ -1531,6 +1535,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-southeast-1a"
|
"Location": "ap-southeast-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "ap-southeast-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-southeast-1a"
|
"Location": "ap-southeast-1a"
|
||||||
@ -2015,6 +2059,10 @@
|
|||||||
"InstanceType": "i3.large",
|
"InstanceType": "i3.large",
|
||||||
"Location": "ap-southeast-1b"
|
"Location": "ap-southeast-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "i3.metal",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.xlarge",
|
"InstanceType": "i3.xlarge",
|
||||||
"Location": "ap-southeast-1b"
|
"Location": "ap-southeast-1b"
|
||||||
@ -3075,6 +3123,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-southeast-1b"
|
"Location": "ap-southeast-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "ap-southeast-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-southeast-1b"
|
"Location": "ap-southeast-1b"
|
||||||
@ -3479,6 +3567,10 @@
|
|||||||
"InstanceType": "i3.large",
|
"InstanceType": "i3.large",
|
||||||
"Location": "ap-southeast-1c"
|
"Location": "ap-southeast-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "i3.metal",
|
||||||
|
"Location": "ap-southeast-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.xlarge",
|
"InstanceType": "i3.xlarge",
|
||||||
"Location": "ap-southeast-1c"
|
"Location": "ap-southeast-1c"
|
||||||
@ -4391,6 +4483,18 @@
|
|||||||
"InstanceType": "x1.32xlarge",
|
"InstanceType": "x1.32xlarge",
|
||||||
"Location": "ap-southeast-1c"
|
"Location": "ap-southeast-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-southeast-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-southeast-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-southeast-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-southeast-1c"
|
"Location": "ap-southeast-1c"
|
||||||
|
@ -915,6 +915,46 @@
|
|||||||
"InstanceType": "r6gd.xlarge",
|
"InstanceType": "r6gd.xlarge",
|
||||||
"Location": "ca-central-1a"
|
"Location": "ca-central-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "ca-central-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "ca-central-1a"
|
"Location": "ca-central-1a"
|
||||||
@ -1667,6 +1707,46 @@
|
|||||||
"InstanceType": "m6g.xlarge",
|
"InstanceType": "m6g.xlarge",
|
||||||
"Location": "ca-central-1b"
|
"Location": "ca-central-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.12xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.16xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.24xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.2xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.32xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.4xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.8xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.large",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.metal",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "p3.16xlarge",
|
"InstanceType": "p3.16xlarge",
|
||||||
"Location": "ca-central-1b"
|
"Location": "ca-central-1b"
|
||||||
@ -1911,6 +1991,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "ca-central-1b"
|
"Location": "ca-central-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "ca-central-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "ca-central-1b"
|
"Location": "ca-central-1b"
|
||||||
@ -2651,6 +2771,46 @@
|
|||||||
"InstanceType": "r6gd.xlarge",
|
"InstanceType": "r6gd.xlarge",
|
||||||
"Location": "ca-central-1d"
|
"Location": "ca-central-1d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "ca-central-1d"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t3.2xlarge",
|
"InstanceType": "t3.2xlarge",
|
||||||
"Location": "ca-central-1d"
|
"Location": "ca-central-1d"
|
||||||
|
@ -1387,6 +1387,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "eu-central-1a"
|
"Location": "eu-central-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-9tb1.112xlarge",
|
"InstanceType": "u-9tb1.112xlarge",
|
||||||
"Location": "eu-central-1a"
|
"Location": "eu-central-1a"
|
||||||
@ -1423,6 +1427,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "eu-central-1a"
|
"Location": "eu-central-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "eu-central-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "eu-central-1a"
|
"Location": "eu-central-1a"
|
||||||
@ -1939,6 +1983,22 @@
|
|||||||
"InstanceType": "i3en.xlarge",
|
"InstanceType": "i3en.xlarge",
|
||||||
"Location": "eu-central-1b"
|
"Location": "eu-central-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "inf1.24xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "inf1.2xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "inf1.6xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "inf1.xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "m3.2xlarge",
|
"InstanceType": "m3.2xlarge",
|
||||||
"Location": "eu-central-1b"
|
"Location": "eu-central-1b"
|
||||||
@ -2831,6 +2891,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "eu-central-1b"
|
"Location": "eu-central-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "eu-central-1b"
|
"Location": "eu-central-1b"
|
||||||
@ -2875,6 +2939,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "eu-central-1b"
|
"Location": "eu-central-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "eu-central-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "eu-central-1b"
|
"Location": "eu-central-1b"
|
||||||
@ -4043,6 +4147,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "eu-central-1c"
|
"Location": "eu-central-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "eu-central-1c"
|
"Location": "eu-central-1c"
|
||||||
@ -4083,6 +4191,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "eu-central-1c"
|
"Location": "eu-central-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "eu-central-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "eu-central-1c"
|
"Location": "eu-central-1c"
|
||||||
|
@ -655,6 +655,10 @@
|
|||||||
"InstanceType": "t4g.xlarge",
|
"InstanceType": "t4g.xlarge",
|
||||||
"Location": "eu-south-1a"
|
"Location": "eu-south-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-south-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c5.12xlarge",
|
"InstanceType": "c5.12xlarge",
|
||||||
"Location": "eu-south-1b"
|
"Location": "eu-south-1b"
|
||||||
@ -1339,6 +1343,10 @@
|
|||||||
"InstanceType": "t4g.xlarge",
|
"InstanceType": "t4g.xlarge",
|
||||||
"Location": "eu-south-1b"
|
"Location": "eu-south-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-south-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c5.12xlarge",
|
"InstanceType": "c5.12xlarge",
|
||||||
"Location": "eu-south-1c"
|
"Location": "eu-south-1c"
|
||||||
|
@ -235,6 +235,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "eu-west-1a"
|
"Location": "eu-west-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "eu-west-1a"
|
"Location": "eu-west-1a"
|
||||||
@ -1687,6 +1727,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "eu-west-1a"
|
"Location": "eu-west-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "eu-west-1a"
|
"Location": "eu-west-1a"
|
||||||
@ -1779,6 +1823,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "eu-west-1a"
|
"Location": "eu-west-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "eu-west-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "eu-west-1a"
|
"Location": "eu-west-1a"
|
||||||
@ -2043,6 +2139,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "eu-west-1b"
|
"Location": "eu-west-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "eu-west-1b"
|
"Location": "eu-west-1b"
|
||||||
@ -3527,6 +3663,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "eu-west-1b"
|
"Location": "eu-west-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "eu-west-1b"
|
"Location": "eu-west-1b"
|
||||||
@ -3607,6 +3747,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "eu-west-1b"
|
"Location": "eu-west-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "eu-west-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "eu-west-1b"
|
"Location": "eu-west-1b"
|
||||||
@ -3815,6 +4019,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "eu-west-1c"
|
"Location": "eu-west-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "eu-west-1c"
|
"Location": "eu-west-1c"
|
||||||
@ -5283,6 +5527,10 @@
|
|||||||
"InstanceType": "t4g.xlarge",
|
"InstanceType": "t4g.xlarge",
|
||||||
"Location": "eu-west-1c"
|
"Location": "eu-west-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "x1.16xlarge",
|
"InstanceType": "x1.16xlarge",
|
||||||
"Location": "eu-west-1c"
|
"Location": "eu-west-1c"
|
||||||
@ -5351,6 +5599,46 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "eu-west-1c"
|
"Location": "eu-west-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "eu-west-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "eu-west-1c"
|
"Location": "eu-west-1c"
|
||||||
|
@ -1375,6 +1375,46 @@
|
|||||||
"InstanceType": "c6gd.xlarge",
|
"InstanceType": "c6gd.xlarge",
|
||||||
"Location": "eu-west-2b"
|
"Location": "eu-west-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.12xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.16xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.24xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.2xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.32xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.4xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.8xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.large",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.metal",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6i.xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "d2.2xlarge",
|
"InstanceType": "d2.2xlarge",
|
||||||
"Location": "eu-west-2b"
|
"Location": "eu-west-2b"
|
||||||
@ -1743,6 +1783,46 @@
|
|||||||
"InstanceType": "m6gd.xlarge",
|
"InstanceType": "m6gd.xlarge",
|
||||||
"Location": "eu-west-2b"
|
"Location": "eu-west-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.12xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.16xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.24xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.2xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.32xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.4xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.8xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.large",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.metal",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "p3.16xlarge",
|
"InstanceType": "p3.16xlarge",
|
||||||
"Location": "eu-west-2b"
|
"Location": "eu-west-2b"
|
||||||
@ -1951,6 +2031,42 @@
|
|||||||
"InstanceType": "r5d.xlarge",
|
"InstanceType": "r5d.xlarge",
|
||||||
"Location": "eu-west-2b"
|
"Location": "eu-west-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.12xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.16xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.24xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.2xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.4xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.8xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.large",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.metal",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5n.xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r6g.12xlarge",
|
"InstanceType": "r6g.12xlarge",
|
||||||
"Location": "eu-west-2b"
|
"Location": "eu-west-2b"
|
||||||
@ -1987,6 +2103,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "eu-west-2b"
|
"Location": "eu-west-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "eu-west-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "eu-west-2b"
|
"Location": "eu-west-2b"
|
||||||
|
@ -951,6 +951,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "sa-east-1a"
|
"Location": "sa-east-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "sa-east-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t1.micro",
|
"InstanceType": "t1.micro",
|
||||||
"Location": "sa-east-1a"
|
"Location": "sa-east-1a"
|
||||||
@ -1799,6 +1839,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "sa-east-1b"
|
"Location": "sa-east-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "sa-east-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t3.2xlarge",
|
"InstanceType": "t3.2xlarge",
|
||||||
"Location": "sa-east-1b"
|
"Location": "sa-east-1b"
|
||||||
@ -2739,6 +2819,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "sa-east-1c"
|
"Location": "sa-east-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "sa-east-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "sa-east-1c"
|
"Location": "sa-east-1c"
|
||||||
|
@ -183,6 +183,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-east-1a"
|
"Location": "us-east-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-east-1a"
|
"Location": "us-east-1a"
|
||||||
@ -1631,6 +1671,34 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-1a"
|
"Location": "us-east-1a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-1a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-1a"
|
"Location": "us-east-1a"
|
||||||
@ -1895,6 +1963,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-east-1b"
|
"Location": "us-east-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-east-1b"
|
"Location": "us-east-1b"
|
||||||
@ -3027,6 +3135,42 @@
|
|||||||
"InstanceType": "r5ad.xlarge",
|
"InstanceType": "r5ad.xlarge",
|
||||||
"Location": "us-east-1b"
|
"Location": "us-east-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "us-east-1b"
|
"Location": "us-east-1b"
|
||||||
@ -3367,6 +3511,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "us-east-1b"
|
"Location": "us-east-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "us-east-1b"
|
"Location": "us-east-1b"
|
||||||
@ -3459,6 +3607,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-1b"
|
"Location": "us-east-1b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "us-east-1b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-1b"
|
"Location": "us-east-1b"
|
||||||
@ -3723,6 +3935,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-east-1c"
|
"Location": "us-east-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-east-1c"
|
"Location": "us-east-1c"
|
||||||
@ -5055,6 +5307,46 @@
|
|||||||
"InstanceType": "r6gd.xlarge",
|
"InstanceType": "r6gd.xlarge",
|
||||||
"Location": "us-east-1c"
|
"Location": "us-east-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t1.micro",
|
"InstanceType": "t1.micro",
|
||||||
"Location": "us-east-1c"
|
"Location": "us-east-1c"
|
||||||
@ -5175,6 +5467,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "us-east-1c"
|
"Location": "us-east-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "us-east-1c"
|
"Location": "us-east-1c"
|
||||||
@ -5255,6 +5551,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-1c"
|
"Location": "us-east-1c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "us-east-1c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-1c"
|
"Location": "us-east-1c"
|
||||||
@ -5519,6 +5879,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-east-1d"
|
"Location": "us-east-1d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-east-1d"
|
"Location": "us-east-1d"
|
||||||
@ -7031,6 +7431,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "us-east-1d"
|
"Location": "us-east-1d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "us-east-1d"
|
"Location": "us-east-1d"
|
||||||
@ -7111,6 +7515,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-1d"
|
"Location": "us-east-1d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "us-east-1d"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-1d"
|
"Location": "us-east-1d"
|
||||||
@ -7575,6 +8043,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-east-1f"
|
"Location": "us-east-1f"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-east-1f"
|
"Location": "us-east-1f"
|
||||||
@ -8783,6 +9291,46 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-1f"
|
"Location": "us-east-1f"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-1f"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-1f"
|
"Location": "us-east-1f"
|
||||||
|
@ -1587,6 +1587,34 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-2a"
|
"Location": "us-east-2a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-2a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-2a"
|
"Location": "us-east-2a"
|
||||||
@ -3215,6 +3243,34 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-2b"
|
"Location": "us-east-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-2b"
|
"Location": "us-east-2b"
|
||||||
|
@ -211,6 +211,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-west-2a"
|
"Location": "us-west-2a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-west-2a"
|
"Location": "us-west-2a"
|
||||||
@ -1163,6 +1203,10 @@
|
|||||||
"InstanceType": "m6i.large",
|
"InstanceType": "m6i.large",
|
||||||
"Location": "us-west-2a"
|
"Location": "us-west-2a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "m6i.metal",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "m6i.xlarge",
|
"InstanceType": "m6i.xlarge",
|
||||||
"Location": "us-west-2a"
|
"Location": "us-west-2a"
|
||||||
@ -1723,6 +1767,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "us-west-2a"
|
"Location": "us-west-2a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "us-west-2a"
|
"Location": "us-west-2a"
|
||||||
@ -1815,6 +1863,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-west-2a"
|
"Location": "us-west-2a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "us-west-2a"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-west-2a"
|
"Location": "us-west-2a"
|
||||||
@ -2079,6 +2179,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-west-2b"
|
"Location": "us-west-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-west-2b"
|
"Location": "us-west-2b"
|
||||||
@ -3571,6 +3711,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "us-west-2b"
|
"Location": "us-west-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "us-west-2b"
|
"Location": "us-west-2b"
|
||||||
@ -3651,6 +3795,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-west-2b"
|
"Location": "us-west-2b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "us-west-2b"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-west-2b"
|
"Location": "us-west-2b"
|
||||||
@ -3883,6 +4079,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-west-2c"
|
"Location": "us-west-2c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-west-2c"
|
"Location": "us-west-2c"
|
||||||
@ -5395,6 +5631,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "us-west-2c"
|
"Location": "us-west-2c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "us-west-2c"
|
"Location": "us-west-2c"
|
||||||
@ -5475,6 +5715,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-west-2c"
|
"Location": "us-west-2c"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "us-west-2c"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-west-2c"
|
"Location": "us-west-2c"
|
||||||
@ -5667,6 +5959,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-west-2d"
|
"Location": "us-west-2d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-west-2d"
|
"Location": "us-west-2d"
|
||||||
@ -6291,6 +6623,42 @@
|
|||||||
"InstanceType": "r5d.xlarge",
|
"InstanceType": "r5d.xlarge",
|
||||||
"Location": "us-west-2d"
|
"Location": "us-west-2d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.12xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.16xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.24xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.2xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.4xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.8xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.large",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.metal",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5dn.xlarge",
|
||||||
|
"Location": "us-west-2d"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r6g.12xlarge",
|
"InstanceType": "r6g.12xlarge",
|
||||||
"Location": "us-west-2d"
|
"Location": "us-west-2d"
|
||||||
|
@ -1583,6 +1583,70 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-northeast-1"
|
"Location": "ap-northeast-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "ap-northeast-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-northeast-1"
|
"Location": "ap-northeast-1"
|
||||||
|
@ -843,6 +843,42 @@
|
|||||||
"InstanceType": "r5ad.xlarge",
|
"InstanceType": "r5ad.xlarge",
|
||||||
"Location": "ap-northeast-2"
|
"Location": "ap-northeast-2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.12xlarge",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.16xlarge",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.24xlarge",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.2xlarge",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.4xlarge",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.8xlarge",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.large",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.metal",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r5b.xlarge",
|
||||||
|
"Location": "ap-northeast-2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "r5d.12xlarge",
|
"InstanceType": "r5d.12xlarge",
|
||||||
"Location": "ap-northeast-2"
|
"Location": "ap-northeast-2"
|
||||||
|
@ -107,6 +107,34 @@
|
|||||||
"InstanceType": "d2.xlarge",
|
"InstanceType": "d2.xlarge",
|
||||||
"Location": "ap-northeast-3"
|
"Location": "ap-northeast-3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.12xlarge",
|
||||||
|
"Location": "ap-northeast-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.16xlarge",
|
||||||
|
"Location": "ap-northeast-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.2xlarge",
|
||||||
|
"Location": "ap-northeast-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.4xlarge",
|
||||||
|
"Location": "ap-northeast-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.8xlarge",
|
||||||
|
"Location": "ap-northeast-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.metal",
|
||||||
|
"Location": "ap-northeast-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "g4dn.xlarge",
|
||||||
|
"Location": "ap-northeast-3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.16xlarge",
|
"InstanceType": "i3.16xlarge",
|
||||||
"Location": "ap-northeast-3"
|
"Location": "ap-northeast-3"
|
||||||
|
@ -1247,6 +1247,18 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-south-1"
|
"Location": "ap-south-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-south-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-south-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-south-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-south-1"
|
"Location": "ap-south-1"
|
||||||
|
@ -487,6 +487,10 @@
|
|||||||
"InstanceType": "i3.large",
|
"InstanceType": "i3.large",
|
||||||
"Location": "ap-southeast-1"
|
"Location": "ap-southeast-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "i3.metal",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "i3.xlarge",
|
"InstanceType": "i3.xlarge",
|
||||||
"Location": "ap-southeast-1"
|
"Location": "ap-southeast-1"
|
||||||
@ -1547,6 +1551,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "ap-southeast-1"
|
"Location": "ap-southeast-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "ap-southeast-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "ap-southeast-1"
|
"Location": "ap-southeast-1"
|
||||||
|
@ -931,6 +931,46 @@
|
|||||||
"InstanceType": "r6gd.xlarge",
|
"InstanceType": "r6gd.xlarge",
|
||||||
"Location": "ca-central-1"
|
"Location": "ca-central-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "ca-central-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t2.2xlarge",
|
"InstanceType": "t2.2xlarge",
|
||||||
"Location": "ca-central-1"
|
"Location": "ca-central-1"
|
||||||
|
@ -1399,6 +1399,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "eu-central-1"
|
"Location": "eu-central-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "eu-central-1"
|
"Location": "eu-central-1"
|
||||||
@ -1443,6 +1447,46 @@
|
|||||||
"InstanceType": "x1e.xlarge",
|
"InstanceType": "x1e.xlarge",
|
||||||
"Location": "eu-central-1"
|
"Location": "eu-central-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "eu-central-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "eu-central-1"
|
"Location": "eu-central-1"
|
||||||
|
@ -682,5 +682,9 @@
|
|||||||
{
|
{
|
||||||
"InstanceType": "t4g.xlarge",
|
"InstanceType": "t4g.xlarge",
|
||||||
"Location": "eu-south-1"
|
"Location": "eu-south-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-south-1"
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -235,6 +235,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "eu-west-1"
|
"Location": "eu-west-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "eu-west-1"
|
"Location": "eu-west-1"
|
||||||
@ -1719,6 +1759,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "eu-west-1"
|
"Location": "eu-west-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "eu-west-1"
|
"Location": "eu-west-1"
|
||||||
@ -1811,6 +1855,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "eu-west-1"
|
"Location": "eu-west-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "eu-west-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "eu-west-1"
|
"Location": "eu-west-1"
|
||||||
|
@ -951,6 +951,46 @@
|
|||||||
"InstanceType": "r6g.xlarge",
|
"InstanceType": "r6g.xlarge",
|
||||||
"Location": "sa-east-1"
|
"Location": "sa-east-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.12xlarge",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.16xlarge",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.24xlarge",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.2xlarge",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.32xlarge",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.4xlarge",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.8xlarge",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.large",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.metal",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "r6i.xlarge",
|
||||||
|
"Location": "sa-east-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "t1.micro",
|
"InstanceType": "t1.micro",
|
||||||
"Location": "sa-east-1"
|
"Location": "sa-east-1"
|
||||||
|
@ -235,6 +235,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-east-1"
|
"Location": "us-east-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-east-1"
|
"Location": "us-east-1"
|
||||||
@ -1751,6 +1791,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "us-east-1"
|
"Location": "us-east-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "us-east-1"
|
"Location": "us-east-1"
|
||||||
@ -1843,6 +1887,70 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-1"
|
"Location": "us-east-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.16xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.24xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2idn.32xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "us-east-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-1"
|
"Location": "us-east-1"
|
||||||
|
@ -1599,6 +1599,34 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-east-2"
|
"Location": "us-east-2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-east-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-east-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-east-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-east-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-east-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-east-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-east-2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-east-2"
|
"Location": "us-east-2"
|
||||||
|
@ -235,6 +235,46 @@
|
|||||||
"InstanceType": "c5n.xlarge",
|
"InstanceType": "c5n.xlarge",
|
||||||
"Location": "us-west-2"
|
"Location": "us-west-2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.12xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.16xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.24xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.2xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.32xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.48xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.4xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.8xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.large",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "c6a.xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "c6g.12xlarge",
|
"InstanceType": "c6g.12xlarge",
|
||||||
"Location": "us-west-2"
|
"Location": "us-west-2"
|
||||||
@ -1751,6 +1791,10 @@
|
|||||||
"InstanceType": "u-12tb1.112xlarge",
|
"InstanceType": "u-12tb1.112xlarge",
|
||||||
"Location": "us-west-2"
|
"Location": "us-west-2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "u-3tb1.56xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "u-6tb1.112xlarge",
|
"InstanceType": "u-6tb1.112xlarge",
|
||||||
"Location": "us-west-2"
|
"Location": "us-west-2"
|
||||||
@ -1843,6 +1887,58 @@
|
|||||||
"InstanceType": "x2gd.xlarge",
|
"InstanceType": "x2gd.xlarge",
|
||||||
"Location": "us-west-2"
|
"Location": "us-west-2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.16xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.24xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.2xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.32xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.4xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.8xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iedn.xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.12xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.2xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.4xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.6xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.8xlarge",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InstanceType": "x2iezn.metal",
|
||||||
|
"Location": "us-west-2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"InstanceType": "z1d.12xlarge",
|
"InstanceType": "z1d.12xlarge",
|
||||||
"Location": "us-west-2"
|
"Location": "us-west-2"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -707,6 +707,24 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mq": {
|
||||||
|
"Value": "mq",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "mq.af-south-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"neptune": {
|
||||||
|
"Value": "neptune",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "rds.af-south-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS, HTTP"
|
||||||
|
}
|
||||||
|
},
|
||||||
"network-firewall": {
|
"network-firewall": {
|
||||||
"Value": "network-firewall",
|
"Value": "network-firewall",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -3613,6 +3631,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ivs": {
|
||||||
|
"Value": "ivs",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "ivs.ap-northeast-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kafka": {
|
"kafka": {
|
||||||
"Value": "kafka",
|
"Value": "kafka",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -3623,7 +3650,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"kafkaconnect": {
|
"kafkaconnect": {
|
||||||
"Value": "kafkaconnect"
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.ap-northeast-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"kinesis": {
|
"kinesis": {
|
||||||
"Value": "kinesis",
|
"Value": "kinesis",
|
||||||
@ -5578,6 +5611,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ivs": {
|
||||||
|
"Value": "ivs",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "ivs.ap-northeast-2.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kafka": {
|
"kafka": {
|
||||||
"Value": "kafka",
|
"Value": "kafka",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -5587,6 +5629,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.ap-northeast-2.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kinesis": {
|
"kinesis": {
|
||||||
"Value": "kinesis",
|
"Value": "kinesis",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -8468,6 +8519,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ivs": {
|
||||||
|
"Value": "ivs",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "ivs.ap-south-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kafka": {
|
"kafka": {
|
||||||
"Value": "kafka",
|
"Value": "kafka",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -8477,6 +8537,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.ap-south-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kinesis": {
|
"kinesis": {
|
||||||
"Value": "kinesis",
|
"Value": "kinesis",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -9086,6 +9155,9 @@
|
|||||||
"Value": "snowball.ap-south-1.amazonaws.com"
|
"Value": "snowball.ap-south-1.amazonaws.com"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"snowcone": {
|
||||||
|
"Value": "snowcone"
|
||||||
|
},
|
||||||
"sns": {
|
"sns": {
|
||||||
"Value": "sns",
|
"Value": "sns",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -10413,6 +10485,9 @@
|
|||||||
"Value": "kafkaconnect",
|
"Value": "kafkaconnect",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
"Value": "kafkaconnect.ap-southeast-1.amazonaws.com"
|
"Value": "kafkaconnect.ap-southeast-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"kendra": {
|
"kendra": {
|
||||||
@ -12547,6 +12622,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.ap-southeast-2.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kendra": {
|
"kendra": {
|
||||||
"Value": "kendra",
|
"Value": "kendra",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -13644,6 +13728,18 @@
|
|||||||
"Value": "HTTPS, HTTP"
|
"Value": "HTTPS, HTTP"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"backup": {
|
||||||
|
"Value": "backup",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "backup.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"chatbot": {
|
||||||
|
"Value": "chatbot"
|
||||||
|
},
|
||||||
"cloudformation": {
|
"cloudformation": {
|
||||||
"Value": "cloudformation",
|
"Value": "cloudformation",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -13818,6 +13914,15 @@
|
|||||||
"Value": "HTTPS, HTTP"
|
"Value": "HTTPS, HTTP"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"guardduty": {
|
||||||
|
"Value": "guardduty",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "guardduty.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"iam": {
|
"iam": {
|
||||||
"Value": "iam",
|
"Value": "iam",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -13827,6 +13932,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"imagebuilder": {
|
||||||
|
"Value": "imagebuilder",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "imagebuilder.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kinesis": {
|
"kinesis": {
|
||||||
"Value": "kinesis",
|
"Value": "kinesis",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -13875,6 +13989,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mq": {
|
||||||
|
"Value": "mq",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "mq.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"organizations": {
|
"organizations": {
|
||||||
"Value": "organizations",
|
"Value": "organizations",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -13914,6 +14037,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"resource-groups": {
|
||||||
|
"Value": "resource-groups",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "resource-groups.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"resourcegroupstaggingapi": {
|
"resourcegroupstaggingapi": {
|
||||||
"Value": "resourcegroupstaggingapi",
|
"Value": "resourcegroupstaggingapi",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -14848,6 +14980,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"greengrass": {
|
||||||
|
"Value": "greengrass",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "greengrass.ca-central-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"guardduty": {
|
"guardduty": {
|
||||||
"Value": "guardduty",
|
"Value": "guardduty",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -14947,6 +15088,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.ca-central-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kendra": {
|
"kendra": {
|
||||||
"Value": "kendra",
|
"Value": "kendra",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -19171,6 +19321,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ivs": {
|
||||||
|
"Value": "ivs",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "ivs.eu-central-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kafka": {
|
"kafka": {
|
||||||
"Value": "kafka",
|
"Value": "kafka",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -19181,6 +19340,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"kafkaconnect": {
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.eu-central-1.amazonaws.com"
|
||||||
|
},
|
||||||
"protocols": {
|
"protocols": {
|
||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
@ -21017,6 +21180,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.eu-north-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kinesis": {
|
"kinesis": {
|
||||||
"Value": "kinesis",
|
"Value": "kinesis",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -24097,6 +24269,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.eu-west-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kendra": {
|
"kendra": {
|
||||||
"Value": "kendra",
|
"Value": "kendra",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -25403,6 +25584,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"braket": {
|
||||||
|
"Value": "braket",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "braket.eu-west-2.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"budgets": {
|
"budgets": {
|
||||||
"Value": "budgets",
|
"Value": "budgets",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -26195,6 +26385,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.eu-west-2.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kinesis": {
|
"kinesis": {
|
||||||
"Value": "kinesis",
|
"Value": "kinesis",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -27891,6 +28090,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"kafkaconnect": {
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
"Value": "kafkaconnect.eu-west-3.amazonaws.com"
|
"Value": "kafkaconnect.eu-west-3.amazonaws.com"
|
||||||
},
|
},
|
||||||
@ -30732,6 +30932,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.sa-east-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kinesis": {
|
"kinesis": {
|
||||||
"Value": "kinesis",
|
"Value": "kinesis",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -32873,6 +33082,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.us-east-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kendra": {
|
"kendra": {
|
||||||
"Value": "kendra",
|
"Value": "kendra",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -35170,6 +35388,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.us-east-2.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kendra": {
|
"kendra": {
|
||||||
"Value": "kendra",
|
"Value": "kendra",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -36575,6 +36802,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"identitystore": {
|
||||||
|
"Value": "identitystore",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "identitystore.us-gov-east-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"imagebuilder": {
|
"imagebuilder": {
|
||||||
"Value": "imagebuilder",
|
"Value": "imagebuilder",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -36971,6 +37207,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"sso": {
|
||||||
|
"Value": "sso",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "sso.us-gov-east-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"stepfunctions": {
|
"stepfunctions": {
|
||||||
"Value": "stepfunctions",
|
"Value": "stepfunctions",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -39298,6 +39543,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "kafkaconnect.us-west-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"kinesis": {
|
"kinesis": {
|
||||||
"Value": "kinesis",
|
"Value": "kinesis",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -41372,6 +41626,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"kafkaconnect": {
|
"kafkaconnect": {
|
||||||
|
"Value": "kafkaconnect",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
"Value": "kafkaconnect.us-west-2.amazonaws.com"
|
"Value": "kafkaconnect.us-west-2.amazonaws.com"
|
||||||
},
|
},
|
||||||
|
@ -4582,6 +4582,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ap-southeast-3": {
|
||||||
|
"Value": "ap-southeast-3",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "backup.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ca-central-1": {
|
"ca-central-1": {
|
||||||
"Value": "ca-central-1",
|
"Value": "ca-central-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -5153,6 +5162,15 @@
|
|||||||
"Value": "https://aws.amazon.com/braket/"
|
"Value": "https://aws.amazon.com/braket/"
|
||||||
},
|
},
|
||||||
"regions": {
|
"regions": {
|
||||||
|
"eu-west-2": {
|
||||||
|
"Value": "eu-west-2",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "braket.eu-west-2.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"us-east-1": {
|
"us-east-1": {
|
||||||
"Value": "us-east-1",
|
"Value": "us-east-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -5379,6 +5397,9 @@
|
|||||||
"ap-southeast-2": {
|
"ap-southeast-2": {
|
||||||
"Value": "ap-southeast-2"
|
"Value": "ap-southeast-2"
|
||||||
},
|
},
|
||||||
|
"ap-southeast-3": {
|
||||||
|
"Value": "ap-southeast-3"
|
||||||
|
},
|
||||||
"ca-central-1": {
|
"ca-central-1": {
|
||||||
"Value": "ca-central-1"
|
"Value": "ca-central-1"
|
||||||
},
|
},
|
||||||
@ -20170,6 +20191,9 @@
|
|||||||
"longName": {
|
"longName": {
|
||||||
"Value": "Amazon Managed Grafana"
|
"Value": "Amazon Managed Grafana"
|
||||||
},
|
},
|
||||||
|
"marketingHomeURL": {
|
||||||
|
"Value": "https://aws.amazon.com/grafana/"
|
||||||
|
},
|
||||||
"regions": {
|
"regions": {
|
||||||
"ap-northeast-1": {
|
"ap-northeast-1": {
|
||||||
"Value": "ap-northeast-1",
|
"Value": "ap-northeast-1",
|
||||||
@ -20317,6 +20341,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ca-central-1": {
|
||||||
|
"Value": "ca-central-1",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "greengrass.ca-central-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"cn-north-1": {
|
"cn-north-1": {
|
||||||
"Value": "cn-north-1",
|
"Value": "cn-north-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -20582,6 +20615,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ap-southeast-3": {
|
||||||
|
"Value": "ap-southeast-3",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "guardduty.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ca-central-1": {
|
"ca-central-1": {
|
||||||
"Value": "ca-central-1",
|
"Value": "ca-central-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -21169,6 +21211,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"us-gov-east-1": {
|
||||||
|
"Value": "us-gov-east-1",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "identitystore.us-gov-east-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"us-gov-west-1": {
|
"us-gov-west-1": {
|
||||||
"Value": "us-gov-west-1",
|
"Value": "us-gov-west-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -21267,6 +21318,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ap-southeast-3": {
|
||||||
|
"Value": "ap-southeast-3",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "imagebuilder.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ca-central-1": {
|
"ca-central-1": {
|
||||||
"Value": "ca-central-1",
|
"Value": "ca-central-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -23680,6 +23740,42 @@
|
|||||||
"Value": "https://aws.amazon.com/ivs/"
|
"Value": "https://aws.amazon.com/ivs/"
|
||||||
},
|
},
|
||||||
"regions": {
|
"regions": {
|
||||||
|
"ap-northeast-1": {
|
||||||
|
"Value": "ap-northeast-1",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "ivs.ap-northeast-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ap-northeast-2": {
|
||||||
|
"Value": "ap-northeast-2",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "ivs.ap-northeast-2.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ap-south-1": {
|
||||||
|
"Value": "ap-south-1",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "ivs.ap-south-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"eu-central-1": {
|
||||||
|
"Value": "eu-central-1",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "ivs.eu-central-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"eu-west-1": {
|
"eu-west-1": {
|
||||||
"Value": "eu-west-1",
|
"Value": "eu-west-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -29134,6 +29230,15 @@
|
|||||||
"Value": "https://aws.amazon.com/amazon-mq/"
|
"Value": "https://aws.amazon.com/amazon-mq/"
|
||||||
},
|
},
|
||||||
"regions": {
|
"regions": {
|
||||||
|
"af-south-1": {
|
||||||
|
"Value": "af-south-1",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "mq.af-south-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ap-east-1": {
|
"ap-east-1": {
|
||||||
"Value": "ap-east-1",
|
"Value": "ap-east-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -29197,6 +29302,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ap-southeast-3": {
|
||||||
|
"Value": "ap-southeast-3",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "mq.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ca-central-1": {
|
"ca-central-1": {
|
||||||
"Value": "ca-central-1",
|
"Value": "ca-central-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -29434,6 +29548,15 @@
|
|||||||
"Value": "https://aws.amazon.com/neptune/"
|
"Value": "https://aws.amazon.com/neptune/"
|
||||||
},
|
},
|
||||||
"regions": {
|
"regions": {
|
||||||
|
"af-south-1": {
|
||||||
|
"Value": "af-south-1",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "rds.af-south-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS, HTTP"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ap-east-1": {
|
"ap-east-1": {
|
||||||
"Value": "ap-east-1",
|
"Value": "ap-east-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -33809,6 +33932,9 @@
|
|||||||
"longName": {
|
"longName": {
|
||||||
"Value": "AWS Resilience Hub"
|
"Value": "AWS Resilience Hub"
|
||||||
},
|
},
|
||||||
|
"marketingHomeURL": {
|
||||||
|
"Value": "https://aws.amazon.com/resilience-hub/"
|
||||||
|
},
|
||||||
"regions": {
|
"regions": {
|
||||||
"ap-northeast-1": {
|
"ap-northeast-1": {
|
||||||
"Value": "ap-northeast-1",
|
"Value": "ap-northeast-1",
|
||||||
@ -33953,6 +34079,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ap-southeast-3": {
|
||||||
|
"Value": "ap-southeast-3",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "resource-groups.ap-southeast-3.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ca-central-1": {
|
"ca-central-1": {
|
||||||
"Value": "ca-central-1",
|
"Value": "ca-central-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
@ -39585,6 +39720,9 @@
|
|||||||
"ap-northeast-1": {
|
"ap-northeast-1": {
|
||||||
"Value": "ap-northeast-1"
|
"Value": "ap-northeast-1"
|
||||||
},
|
},
|
||||||
|
"ap-south-1": {
|
||||||
|
"Value": "ap-south-1"
|
||||||
|
},
|
||||||
"ap-southeast-1": {
|
"ap-southeast-1": {
|
||||||
"Value": "ap-southeast-1"
|
"Value": "ap-southeast-1"
|
||||||
},
|
},
|
||||||
@ -40820,6 +40958,15 @@
|
|||||||
"Value": "HTTPS"
|
"Value": "HTTPS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"us-gov-east-1": {
|
||||||
|
"Value": "us-gov-east-1",
|
||||||
|
"endpoint": {
|
||||||
|
"Value": "sso.us-gov-east-1.amazonaws.com"
|
||||||
|
},
|
||||||
|
"protocols": {
|
||||||
|
"Value": "HTTPS"
|
||||||
|
}
|
||||||
|
},
|
||||||
"us-gov-west-1": {
|
"us-gov-west-1": {
|
||||||
"Value": "us-gov-west-1",
|
"Value": "us-gov-west-1",
|
||||||
"endpoint": {
|
"endpoint": {
|
||||||
|
@ -57,7 +57,7 @@ def test_describe_instance_type_offering_filter_by_zone():
|
|||||||
offerings.should.have.key("InstanceTypeOfferings")
|
offerings.should.have.key("InstanceTypeOfferings")
|
||||||
offerings = offerings["InstanceTypeOfferings"]
|
offerings = offerings["InstanceTypeOfferings"]
|
||||||
offerings.should_not.be.empty
|
offerings.should_not.be.empty
|
||||||
offerings.should.have.length_of(449)
|
offerings.should.have.length_of(486)
|
||||||
assert all([o["LocationType"] == "availability-zone" for o in offerings])
|
assert all([o["LocationType"] == "availability-zone" for o in offerings])
|
||||||
assert all([o["Location"] == "us-east-1c" for o in offerings])
|
assert all([o["Location"] == "us-east-1c" for o in offerings])
|
||||||
assert any([o["InstanceType"] == "a1.2xlarge" for o in offerings])
|
assert any([o["InstanceType"] == "a1.2xlarge" for o in offerings])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user