| 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
The filters. -
availability-zone-group - The Availability Zone group. -
create-time - The time stamp when the Spot Instance request was created. -
fault-code - The fault code related to the request. -
fault-message - The fault message related to the request. -
instance-id - The ID of the instance that fulfilled the request. -
launch-group - The Spot Instance launch group. -
launch.block-device-mapping.delete-on-termination - Indicates whether the EBS volume is deleted on instance termination. -
launch.block-device-mapping.device-name - The device name for the volume in the block device mapping (for example, /dev/sdh or xvdh). -
launch.block-device-mapping.snapshot-id - The ID of the snapshot for the EBS volume. -
launch.block-device-mapping.volume-size - The size of the EBS volume, in GiB. -
launch.block-device-mapping.volume-type - The type of EBS volume: gp2 or gp3 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for Magnetic. -
launch.group-id - The ID of the security group for the instance. -
launch.group-name - The name of the security group for the instance. -
launch.image-id - The ID of the AMI. -
launch.instance-type - The type of instance (for example, m3.medium). -
launch.kernel-id - The kernel ID. -
launch.key-name - The name of the key pair the instance launched with. -
launch.monitoring-enabled - Whether detailed monitoring is enabled for the Spot Instance. -
launch.ramdisk-id - The RAM disk ID. -
launched-availability-zone - The Availability Zone in which the request is launched. -
network-interface.addresses.primary - Indicates whether the IP address is the primary private IP address. -
network-interface.delete-on-termination - Indicates whether the network interface is deleted when the instance is terminated. -
network-interface.description - A description of the network interface. -
network-interface.device-index - The index of the device for the network interface attachment on the instance. -
network-interface.group-id - The ID of the security group associated with the network interface. -
network-interface.network-interface-id - The ID of the network interface. -
network-interface.private-ip-address - The primary private IP address of the network interface. -
network-interface.subnet-id - The ID of the subnet for the instance. -
product-description - The product description associated with the instance (Linux/UNIX | Windows). -
spot-instance-request-id - The Spot Instance request ID. -
spot-price - The maximum hourly price for any Spot Instance launched to fulfill the request. -
state - The state of the Spot Instance request (open | active | closed | cancelled | failed). Spot request status information can help you track your Amazon EC2 Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide. -
status-code - The short code describing the most recent evaluation of your Spot Instance request. -
status-message - The message explaining the status of the Spot Instance request. -
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. -
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. -
type - The type of Spot Instance request (one-time | persistent). -
valid-from - The start date of the request. -
valid-until - The end date of the request. | STRUCT( "name" VARCHAR, "values" VARCHAR[] )[] |
Show child fields- filters[]
Show child fields- filters[].name
The name of the filter. Filter names are case-sensitive.
- filters[].values[]
|
spot_instance_request_ids Input Column
The IDs of the Spot Instance requests. | VARCHAR[] |
Show child fields- spot_instance_request_ids[]
|
_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( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
actual_block_hourly_price
Deprecated. | VARCHAR |
availability_zone_group
The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone. | VARCHAR |
block_duration_minutes
Deprecated. | BIGINT |
create_time
The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). | TIMESTAMP_S |
fault
The fault codes for the Spot Instance request, if any. | STRUCT( "code" VARCHAR, "message" VARCHAR ) |
Show child fields- fault.code
The reason code for the Spot Instance state change.
- fault.message
The message for the Spot Instance state change.
|
instance_id
The instance ID, if an instance has been launched to fulfill the Spot Instance request. | VARCHAR |
instance_interruption_behavior
The behavior when a Spot Instance is interrupted. | VARCHAR |
launch_group
The instance launch group. Launch groups are Spot Instances that launch together and terminate together. | VARCHAR |
launch_specification
Additional information for launching instances. | STRUCT( "user_data" VARCHAR, "security_groups" STRUCT( "group_name" VARCHAR, "group_id" VARCHAR )[], "addressing_type" VARCHAR, "block_device_mappings" STRUCT( "device_name" VARCHAR, "virtual_name" VARCHAR, "ebs" STRUCT( "delete_on_termination" BOOLEAN, "iops" BIGINT, "snapshot_id" VARCHAR, "volume_size" BIGINT, "volume_type" VARCHAR, "kms_key_id" VARCHAR, "throughput" BIGINT, "outpost_arn" VARCHAR, "encrypted" BOOLEAN ), "no_device" VARCHAR )[], "ebs_optimized" BOOLEAN, "iam_instance_profile" STRUCT( "arn" VARCHAR, "name" VARCHAR ), "image_id" VARCHAR, "instance_type" VARCHAR, "kernel_id" VARCHAR, "key_name" VARCHAR, "network_interfaces" STRUCT( "associate_public_ip_address" BOOLEAN, "delete_on_termination" BOOLEAN, "description" VARCHAR, "device_index" BIGINT, "groups" VARCHAR[], "ipv6_address_count" BIGINT, "ipv6_addresses" STRUCT( "ipv6_address" VARCHAR, "is_primary_ipv6" BOOLEAN )[], "network_interface_id" VARCHAR, "private_ip_address" VARCHAR, "private_ip_addresses" STRUCT( "primary" BOOLEAN, "private_ip_address" VARCHAR )[], "secondary_private_ip_address_count" BIGINT, "subnet_id" VARCHAR, "associate_carrier_ip_address" BOOLEAN, "interface_type" VARCHAR, "network_card_index" BIGINT, "ipv4_prefixes" STRUCT( "ipv4_prefix" VARCHAR )[], "ipv4_prefix_count" BIGINT, "ipv6_prefixes" STRUCT( "ipv6_prefix" VARCHAR )[], "ipv6_prefix_count" BIGINT, "primary_ipv6" BOOLEAN, "ena_srd_specification" STRUCT( "ena_srd_enabled" BOOLEAN, "ena_srd_udp_specification" STRUCT( "ena_srd_udp_enabled" BOOLEAN ) ), "connection_tracking_specification" STRUCT( "tcp_established_timeout" BIGINT, "udp_stream_timeout" BIGINT, "udp_timeout" BIGINT ) )[], "placement" STRUCT( "availability_zone" VARCHAR, "group_name" VARCHAR, "tenancy" VARCHAR ), "ramdisk_id" VARCHAR, "subnet_id" VARCHAR, "monitoring" STRUCT( "enabled" BOOLEAN ) ) |
Show child fields- launch_specification.addressing_type
Deprecated.
- launch_specification.block_device_mappings[]
Show child fields- launch_specification.block_device_mappings[].device_name
The device name (for example, /dev/sdh or xvdh).
- launch_specification.block_device_mappings[].ebs
Parameters used to automatically set up EBS volumes when the instance is launched. Show child fields- launch_specification.block_device_mappings[].ebs.delete_on_termination
Indicates whether the EBS volume is deleted on instance termination. For more information, see Preserving Amazon EBS volumes on instance termination in the Amazon EC2 User Guide.
- launch_specification.block_device_mappings[].ebs.encrypted
Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Amazon EBS encryption in the Amazon EBS User Guide. In no case can you remove encryption from an encrypted volume. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types. This parameter is not returned by DescribeImageAttribute. For CreateImage and RegisterImage, whether you can include this parameter, and the allowed values differ depending on the type of block device mapping you are creating. -
If you are creating a block device mapping for a new (empty) volume, you can include this parameter, and specify either true for an encrypted volume, or false for an unencrypted volume. If you omit this parameter, it defaults to false (unencrypted). -
If you are creating a block device mapping from an existing encrypted or unencrypted snapshot, you must omit this parameter. If you include this parameter, the request will fail, regardless of the value that you specify. -
If you are creating a block device mapping from an existing unencrypted volume, you can include this parameter, but you must specify false. If you specify true, the request will fail. In this case, we recommend that you omit the parameter. -
If you are creating a block device mapping from an existing encrypted volume, you can include this parameter, and specify either true or false. However, if you specify false, the parameter is ignored and the block device mapping is always encrypted. In this case, we recommend that you omit the parameter.
- launch_specification.block_device_mappings[].ebs.iops
The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. The following are the supported values for each volume type: -
gp3: 3,000 - 16,000 IOPS -
io1: 100 - 64,000 IOPS -
io2: 100 - 256,000 IOPS For io2 volumes, you can achieve up to 256,000 IOPS on instances built on the Nitro System. On other instances, you can achieve performance up to 32,000 IOPS. This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS.
- launch_specification.block_device_mappings[].ebs.kms_key_id
Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under which the EBS volume is encrypted. This parameter is only supported on BlockDeviceMapping objects called by RunInstances, RequestSpotFleet, and RequestSpotInstances.
- launch_specification.block_device_mappings[].ebs.outpost_arn
The ARN of the Outpost on which the snapshot is stored. This parameter is not supported when using CreateImage.
- launch_specification.block_device_mappings[].ebs.snapshot_id
The ID of the snapshot.
- launch_specification.block_device_mappings[].ebs.throughput
The throughput that the volume supports, in MiB/s. This parameter is valid only for gp3 volumes. Valid Range: Minimum value of 125. Maximum value of 1000.
- launch_specification.block_device_mappings[].ebs.volume_size
The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size. The following are the supported sizes for each volume type: -
gp2 and gp3: 1 - 16,384 GiB -
io1: 4 - 16,384 GiB -
io2: 4 - 65,536 GiB -
st1 and sc1: 125 - 16,384 GiB -
standard: 1 - 1024 GiB
- launch_specification.block_device_mappings[].ebs.volume_type
The volume type. For more information, see Amazon EBS volume types in the Amazon EBS User Guide.
- launch_specification.block_device_mappings[].no_device
To omit the device from the block device mapping, specify an empty string. When this property is specified, the device is removed from the block device mapping regardless of the assigned value.
- launch_specification.block_device_mappings[].virtual_name
The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume. NVMe instance store volumes are automatically enumerated and assigned a device name. Including them in your block device mapping has no effect. Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.
- launch_specification.ebs_optimized
Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance. Default: false
- launch_specification.iam_instance_profile
The IAM instance profile. Show child fields- launch_specification.iam_instance_profile.arn
The Amazon Resource Name (ARN) of the instance profile.
- launch_specification.iam_instance_profile.name
The name of the instance profile.
- launch_specification.image_id
The ID of the AMI.
- launch_specification.instance_type
The instance type. Only one instance type can be specified.
- launch_specification.kernel_id
The ID of the kernel.
- launch_specification.key_name
The name of the key pair.
- launch_specification.monitoring
Describes the monitoring of an instance. Show child fields- launch_specification.monitoring.enabled
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
- launch_specification.network_interfaces[]
Show child fields- launch_specification.network_interfaces[].associate_carrier_ip_address
Indicates whether to assign a carrier IP address to the network interface. You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP address in the Amazon Web Services Wavelength Developer Guide.
- launch_specification.network_interfaces[].associate_public_ip_address
Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true. Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
- launch_specification.network_interfaces[].connection_tracking_specification
A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon EC2 User Guide. Show child fields- launch_specification.network_interfaces[].connection_tracking_specification.tcp_established_timeout
Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
- launch_specification.network_interfaces[].connection_tracking_specification.udp_stream_timeout
Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.
- launch_specification.network_interfaces[].connection_tracking_specification.udp_timeout
Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.
- launch_specification.network_interfaces[].delete_on_termination
If set to true, the interface is deleted when the instance is terminated. You can specify true only if creating a new network interface when launching an instance.
- launch_specification.network_interfaces[].description
The description of the network interface. Applies only if creating a network interface when launching an instance.
- launch_specification.network_interfaces[].device_index
The position of the network interface in the attachment order. A primary network interface has a device index of 0. If you specify a network interface when launching an instance, you must specify the device index.
- launch_specification.network_interfaces[].ena_srd_specification
Specifies the ENA Express settings for the network interface that's attached to the instance. Show child fields- launch_specification.network_interfaces[].ena_srd_specification.ena_srd_enabled
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch template.
- launch_specification.network_interfaces[].ena_srd_specification.ena_srd_udp_specification
Contains ENA Express settings for UDP network traffic in your launch template. Show child fields- launch_specification.network_interfaces[].ena_srd_specification.ena_srd_udp_specification.ena_srd_udp_enabled
Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to true in your launch template.
- launch_specification.network_interfaces[].groups[]
- launch_specification.network_interfaces[].interface_type
The type of network interface. Valid values: interface | efa
- launch_specification.network_interfaces[].ipv4_prefix_count
The number of IPv4 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.
- launch_specification.network_interfaces[].ipv4_prefixes[]
Show child fields- launch_specification.network_interfaces[].ipv4_prefixes[].ipv4_prefix
The IPv4 prefix. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.
- launch_specification.network_interfaces[].ipv6_address_count
A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.
- launch_specification.network_interfaces[].ipv6_addresses[]
Show child fields- launch_specification.network_interfaces[].ipv6_addresses[].ipv6_address
The IPv6 address.
- launch_specification.network_interfaces[].ipv6_addresses[].is_primary_ipv6
Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see RunInstances.
- launch_specification.network_interfaces[].ipv6_prefix_count
The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.
- launch_specification.network_interfaces[].ipv6_prefixes[]
Show child fields- launch_specification.network_interfaces[].ipv6_prefixes[].ipv6_prefix
The IPv6 prefix.
- launch_specification.network_interfaces[].network_card_index
The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0. If you are using RequestSpotInstances to create Spot Instances, omit this parameter because you can’t specify the network card index when using this API. To specify the network card index, use RunInstances.
- launch_specification.network_interfaces[].network_interface_id
The ID of the network interface. If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.
- launch_specification.network_interfaces[].primary_ipv6
The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.
- launch_specification.network_interfaces[].private_ip_address
The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you're launching more than one instance in a RunInstances request.
- launch_specification.network_interfaces[].private_ip_addresses[]
Show child fields- launch_specification.network_interfaces[].private_ip_addresses[].primary
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
- launch_specification.network_interfaces[].private_ip_addresses[].private_ip_address
The private IPv4 address.
- launch_specification.network_interfaces[].secondary_private_ip_address_count
The number of secondary private IPv4 addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're launching more than one instance in a RunInstances request.
- launch_specification.network_interfaces[].subnet_id
The ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.
- launch_specification.placement
The placement information for the instance. Show child fields- launch_specification.placement.availability_zone
The Availability Zone. [Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
- launch_specification.placement.group_name
The name of the placement group.
- launch_specification.placement.tenancy
The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.
- launch_specification.ramdisk_id
The ID of the RAM disk.
- launch_specification.security_groups[]
Show child fields- launch_specification.security_groups[].group_id
The ID of the security group.
- launch_specification.security_groups[].group_name
The name of the security group.
- launch_specification.subnet_id
The ID of the subnet in which to launch the instance.
- launch_specification.user_data
The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.
|
launched_availability_zone
The Availability Zone in which the request is launched. | VARCHAR |
product_description
The product description associated with the Spot Instance. | VARCHAR |
spot_instance_request_id
The ID of the Spot Instance request. | VARCHAR |
spot_price
The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter. | VARCHAR |
state
The state of the Spot Instance request. Spot request status information helps track your Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide. | VARCHAR |
status
The status code and status message describing the Spot Instance request. | STRUCT( "code" VARCHAR, "message" VARCHAR, "update_time" TIMESTAMP_S ) |
Show child fields- status.code
The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide.
- status.message
The description for the status code.
- status.update_time
The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
|
tags
Any tags assigned to the resource. | STRUCT( "key" VARCHAR, "value" VARCHAR )[] |
Show child fields- tags[]
Show child fields- tags[].key
The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.
- tags[].value
The value of the tag. Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.
|
type
The Spot Instance request type. | VARCHAR |
valid_from
The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The request becomes active at this date and time. | TIMESTAMP_S |
valid_until
The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). -
For a persistent request, the request remains active until the validUntil date and time is reached. Otherwise, the request remains active until you cancel it. -
For a one-time request, the request remains active until all instances launch, the request is canceled, or the validUntil date and time is reached. By default, the request is valid for 7 days from the date the request was created. | TIMESTAMP_S |