Skip to main content

supported_instance_types

Creates, updates, deletes, gets or lists a supported_instance_types resource.

Overview

Namesupported_instance_types
TypeResource
Idaws.emr.supported_instance_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
markerstringThe pagination token that marks the next set of results to retrieve.
supported_instance_typesarrayThe list of instance types that the release specified in ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_supported_instance_typesselectregionA list of the instance types that Amazon EMR supports. You can filter the list by Amazon Web Services Region and Amazon EMR release.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

A list of the instance types that Amazon EMR supports. You can filter the list by Amazon Web Services Region and Amazon EMR release.

SELECT
marker,
supported_instance_types
FROM aws.emr.supported_instance_types
WHERE region = '{{ region }}' -- required
;