aws.dms.describe_orderable_replication_instances
Example SQL Queries
SELECT * FROMaws.dms.describe_orderable_replication_instances;Description
Returns information about the replication instance types that can be created in the specified region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| availability_zones List of Availability Zones for this replication instance. | VARCHAR[] |
Show child fields
| |
| default_allocated_storage The default amount of storage (in gigabytes) that is allocated for the replication instance. | BIGINT |
| engine_version The version of the replication engine. | VARCHAR |
| included_allocated_storage The amount of storage (in gigabytes) that is allocated for the replication instance. | BIGINT |
| max_allocated_storage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance. | BIGINT |
| min_allocated_storage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance. | BIGINT |
| release_status The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected. DMS supports the ReleaseStatus parameter in versions 3.1.4 and later. | VARCHAR |
| replication_instance_class The compute and memory capacity of the replication instance as defined for the specified replication instance class. For example to specify the instance class dms.c4.large, set this parameter to "dms.c4.large". For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration. | VARCHAR |
| storage_type The type of storage used by the replication instance. | VARCHAR |