aws.outposts.get_outpost_supported_instance_types
Example SQL Queries
SELECT * FROMaws.outposts.get_outpost_supported_instance_typesWHERE"outpost_identifier" = 'VALUE'AND "order_id" = 'VALUE';Description
Gets the instance types that an Outpost can support in InstanceTypeCapacity. This will generally include instance types that are not currently configured and therefore cannot be launched with the current Outpost capacity configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| order_id Required Input Column The ID for the Amazon Web Services Outposts order. | VARCHAR |
| outpost_identifier Required Input Column The ID or ARN of the Outpost. | VARCHAR |
| _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 |
| instance_type The instance type. | VARCHAR |
| vcp_us The number of default VCPUs in an instance type. | BIGINT |