Class: Aws::EC2::Types::Instance

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ami_launch_indexInteger

The AMI launch index, which can be used to find this instance in the launch group.

Returns:

  • (Integer)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#architectureString

The architecture of the image.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#block_device_mappingsArray<Types::InstanceBlockDeviceMapping>

Any block device mapping entries for the instance.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#boot_modeString

The boot mode that was specified by the AMI. If the value is ‘uefi-preferred`, the AMI supports both UEFI and Legacy BIOS. The `currentInstanceBootMode` parameter is the boot mode that is used to boot the instance at launch or start.

<note markdown=“1”> The operating system contained in the AMI must be configured to support the specified boot mode.

</note>

For more information, see [Boot modes] in the *Amazon EC2 User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_block_idString

The ID of the Capacity Block.

<note markdown=“1”> For P5 instances, a Capacity Block ID refers to a group of instances. For Trn2u instances, a capacity block ID refers to an EC2 UltraServer.

</note>

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_reservation_idString

The ID of the Capacity Reservation.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_reservation_specificationTypes::CapacityReservationSpecificationResponse

Information about the Capacity Reservation targeting option.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The idempotency token you provided when you launched the instance, if applicable.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#cpu_optionsTypes::CpuOptions

The CPU options for the instance.

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#current_instance_boot_modeString

The boot mode that is used to boot the instance at launch or start. For more information, see [Boot modes] in the *Amazon EC2 User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_optimizedBoolean

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn’t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Returns:

  • (Boolean)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#elastic_gpu_associationsArray<Types::ElasticGpuAssociation>

Deprecated.

<note markdown=“1”> Amazon Elastic Graphics reached end of life on January 8, 2024.

</note>

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#elastic_inference_accelerator_associationsArray<Types::ElasticInferenceAcceleratorAssociation>

Deprecated

<note markdown=“1”> Amazon Elastic Inference is no longer available.

</note>


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#ena_supportBoolean

Specifies whether enhanced networking with ENA is enabled.

Returns:

  • (Boolean)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#enclave_optionsTypes::EnclaveOptions

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#hibernation_optionsTypes::HibernationOptions

Indicates whether the instance is enabled for hibernation.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#hypervisorString

The hypervisor type of the instance. The value ‘xen` is used for both Xen and Nitro hypervisors.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#iam_instance_profileTypes::IamInstanceProfile

The IAM instance profile associated with the instance, if applicable.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The ID of the AMI used to launch the instance.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#instance_lifecycleString

Indicates whether this is a Spot Instance or a Scheduled Instance.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_addressString

The IPv6 address assigned to the instance.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#kernel_idString

The kernel associated with this instance, if applicable.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#key_nameString

The name of the key pair, if this instance was launched with an associated key pair.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#launch_timeTime

The time that the instance was last launched. To determine the time that instance was first launched, see the attachment time for the primary network interface.

Returns:

  • (Time)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#licensesArray<Types::LicenseConfiguration>

The license configurations for the instance.

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#maintenance_optionsTypes::InstanceMaintenanceOptions

Provides information on the recovery and maintenance options of your instance.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_optionsTypes::InstanceMetadataOptionsResponse

The metadata options for the instance.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#monitoringTypes::Monitoring

The monitoring for the instance.

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfacesArray<Types::InstanceNetworkInterface>

The network interfaces for the instance.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#network_performance_optionsTypes::InstanceNetworkPerformanceOptions

Contains settings for the network performance options for your instance.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#operatorTypes::OperatorResponse

The service provider that manages the instance.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#placementTypes::Placement

The location where the instance launched, if applicable.

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The platform. This value is ‘windows` for Windows instances; otherwise, it is empty.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#platform_detailsString

The platform details value for the instance. For more information, see [AMI billing information fields] in the *Amazon EC2 User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#private_dns_nameString

[IPv4 only] The private DNS hostname name assigned to the instance. This DNS hostname can only be used inside the Amazon EC2 network. This name is not available until the instance enters the ‘running` state.

The Amazon-provided DNS server resolves Amazon-provided private DNS hostnames if you’ve enabled DNS resolution and DNS hostnames in your VPC. If you are not using the Amazon-provided DNS server in your VPC, your custom domain name servers must resolve the hostname as appropriate.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#private_dns_name_optionsTypes::PrivateDnsNameOptionsResponse

The options for the instance hostname.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressString

The private IPv4 address assigned to the instance.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#product_codesArray<Types::ProductCode>

The product codes attached to this instance, if applicable.

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#public_dns_nameString

The public DNS name assigned to the instance. This name is not available until the instance enters the ‘running` state. This name is only available if you’ve enabled DNS hostnames for your VPC. The format of this name depends on the [public hostname type].

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/hostname-types.html#public-hostnames

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#public_ip_addressString

The public IPv4 address, or the Carrier IP address assigned to the instance, if applicable.

A Carrier IP address only applies to an instance launched in a subnet associated with a Wavelength Zone.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#ramdisk_idString

The RAM disk associated with this instance, if applicable.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#root_device_nameString

The device name of the root device volume (for example, ‘/dev/sda1`).

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#root_device_typeString

The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<Types::GroupIdentifier>

The security groups for the instance.

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#source_dest_checkBoolean

Indicates whether source/destination checking is enabled.

Returns:

  • (Boolean)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#spot_instance_request_idString

If the request is a Spot Instance request, the ID of the request.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#sriov_net_supportString

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::InstanceState

The current state of the instance.



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonTypes::StateReason

The reason for the most recent state transition.

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#state_transition_reasonString

The reason for the most recent state transition. This might be an empty string.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet in which the instance is running.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the instance.

Returns:



49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#tpm_supportString

If the instance is configured for NitroTPM support, the value is ‘v2.0`. For more information, see [NitroTPM] in the *Amazon EC2 User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#usage_operationString

The usage operation value for the instance. For more information, see [AMI billing information fields] in the *Amazon EC2 User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#usage_operation_update_timeTime

The time that the usage operation was last updated.

Returns:

  • (Time)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#virtualization_typeString

The virtualization type of the instance.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC in which the instance is running.

Returns:

  • (String)


49189
49190
49191
49192
49193
49194
49195
49196
49197
49198
49199
49200
49201
49202
49203
49204
49205
49206
49207
49208
49209
49210
49211
49212
49213
49214
49215
49216
49217
49218
49219
49220
49221
49222
49223
49224
49225
49226
49227
49228
49229
49230
49231
49232
49233
49234
49235
49236
49237
49238
49239
49240
49241
49242
49243
49244
49245
49246
49247
49248
49249
49250
49251
49252
# File 'lib/aws-sdk-ec2/types.rb', line 49189

class Instance < Struct.new(
  :architecture,
  :block_device_mappings,
  :client_token,
  :ebs_optimized,
  :ena_support,
  :hypervisor,
  :iam_instance_profile,
  :instance_lifecycle,
  :elastic_gpu_associations,
  :elastic_inference_accelerator_associations,
  :network_interfaces,
  :outpost_arn,
  :root_device_name,
  :root_device_type,
  :security_groups,
  :source_dest_check,
  :spot_instance_request_id,
  :sriov_net_support,
  :state_reason,
  :tags,
  :virtualization_type,
  :cpu_options,
  :capacity_block_id,
  :capacity_reservation_id,
  :capacity_reservation_specification,
  :hibernation_options,
  :licenses,
  :metadata_options,
  :enclave_options,
  :boot_mode,
  :platform_details,
  :usage_operation,
  :usage_operation_update_time,
  :private_dns_name_options,
  :ipv_6_address,
  :tpm_support,
  :maintenance_options,
  :current_instance_boot_mode,
  :network_performance_options,
  :operator,
  :instance_id,
  :image_id,
  :state,
  :private_dns_name,
  :public_dns_name,
  :state_transition_reason,
  :key_name,
  :ami_launch_index,
  :product_codes,
  :instance_type,
  :launch_time,
  :placement,
  :kernel_id,
  :ramdisk_id,
  :platform,
  :monitoring,
  :subnet_id,
  :vpc_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end