aws.ec2.describe_instance_type_offerings
Example SQL Queries
SELECT * FROMaws.ec2.describe_instance_type_offerings;Description
Lists the instance types that are offered for the specified location. If no location is specified, the default is to list the instance types that are offered in the current Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dry_run Input Column Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | BOOLEAN |
| filters Input Column One or more filters. Filter names and values are case-sensitive.
| STRUCT( |
Show child fields
| |
| location_type Input Column The location type. | 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. For more information, see Instance types in the Amazon EC2 User Guide. | VARCHAR |
| location The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.) | VARCHAR |