Class: Aws::EC2::Types::Instance
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Instance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ami_launch_index ⇒ Integer
The AMI launch index, which can be used to find this instance in the launch group.
-
#architecture ⇒ String
The architecture of the image.
-
#block_device_mappings ⇒ Array<Types::InstanceBlockDeviceMapping>
Any block device mapping entries for the instance.
-
#boot_mode ⇒ String
The boot mode that was specified by the AMI.
-
#capacity_block_id ⇒ String
The ID of the Capacity Block.
-
#capacity_reservation_id ⇒ String
The ID of the Capacity Reservation.
-
#capacity_reservation_specification ⇒ Types::CapacityReservationSpecificationResponse
Information about the Capacity Reservation targeting option.
-
#client_token ⇒ String
The idempotency token you provided when you launched the instance, if applicable.
-
#cpu_options ⇒ Types::CpuOptions
The CPU options for the instance.
-
#current_instance_boot_mode ⇒ String
The boot mode that is used to boot the instance at launch or start.
-
#ebs_optimized ⇒ Boolean
Indicates whether the instance is optimized for Amazon EBS I/O.
-
#elastic_gpu_associations ⇒ Array<Types::ElasticGpuAssociation>
Deprecated.
-
#elastic_inference_accelerator_associations ⇒ Array<Types::ElasticInferenceAcceleratorAssociation>
Deprecated.
-
#ena_support ⇒ Boolean
Specifies whether enhanced networking with ENA is enabled.
-
#enclave_options ⇒ Types::EnclaveOptions
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
-
#hibernation_options ⇒ Types::HibernationOptions
Indicates whether the instance is enabled for hibernation.
-
#hypervisor ⇒ String
The hypervisor type of the instance.
-
#iam_instance_profile ⇒ Types::IamInstanceProfile
The IAM instance profile associated with the instance, if applicable.
-
#image_id ⇒ String
The ID of the AMI used to launch the instance.
-
#instance_id ⇒ String
The ID of the instance.
-
#instance_lifecycle ⇒ String
Indicates whether this is a Spot Instance or a Scheduled Instance.
-
#instance_type ⇒ String
The instance type.
-
#ipv_6_address ⇒ String
The IPv6 address assigned to the instance.
-
#kernel_id ⇒ String
The kernel associated with this instance, if applicable.
-
#key_name ⇒ String
The name of the key pair, if this instance was launched with an associated key pair.
-
#launch_time ⇒ Time
The time that the instance was last launched.
-
#licenses ⇒ Array<Types::LicenseConfiguration>
The license configurations for the instance.
-
#maintenance_options ⇒ Types::InstanceMaintenanceOptions
Provides information on the recovery and maintenance options of your instance.
-
#metadata_options ⇒ Types::InstanceMetadataOptionsResponse
The metadata options for the instance.
-
#monitoring ⇒ Types::Monitoring
The monitoring for the instance.
-
#network_interfaces ⇒ Array<Types::InstanceNetworkInterface>
The network interfaces for the instance.
-
#network_performance_options ⇒ Types::InstanceNetworkPerformanceOptions
Contains settings for the network performance options for your instance.
-
#operator ⇒ Types::OperatorResponse
The service provider that manages the instance.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
-
#placement ⇒ Types::Placement
The location where the instance launched, if applicable.
-
#platform ⇒ String
The platform.
-
#platform_details ⇒ String
The platform details value for the instance.
-
#private_dns_name ⇒ String
[IPv4 only] The private DNS hostname name assigned to the instance.
-
#private_dns_name_options ⇒ Types::PrivateDnsNameOptionsResponse
The options for the instance hostname.
-
#private_ip_address ⇒ String
The private IPv4 address assigned to the instance.
-
#product_codes ⇒ Array<Types::ProductCode>
The product codes attached to this instance, if applicable.
-
#public_dns_name ⇒ String
The public DNS name assigned to the instance.
-
#public_ip_address ⇒ String
The public IPv4 address, or the Carrier IP address assigned to the instance, if applicable.
-
#ramdisk_id ⇒ String
The RAM disk associated with this instance, if applicable.
-
#root_device_name ⇒ String
The device name of the root device volume (for example,
/dev/sda1). -
#root_device_type ⇒ String
The root device type used by the AMI.
-
#secondary_interfaces ⇒ Array<Types::InstanceSecondaryInterface>
The secondary interfaces for the instance.
-
#security_groups ⇒ Array<Types::GroupIdentifier>
The security groups for the instance.
-
#source_dest_check ⇒ Boolean
Indicates whether source/destination checking is enabled.
-
#spot_instance_request_id ⇒ String
If the request is a Spot Instance request, the ID of the request.
-
#sriov_net_support ⇒ String
Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
-
#state ⇒ Types::InstanceState
The current state of the instance.
-
#state_reason ⇒ Types::StateReason
The reason for the most recent state transition.
-
#state_transition_reason ⇒ String
The reason for the most recent state transition.
-
#subnet_id ⇒ String
The ID of the subnet in which the instance is running.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the instance.
-
#tpm_support ⇒ String
If the instance is configured for NitroTPM support, the value is
v2.0. -
#usage_operation ⇒ String
The usage operation value for the instance.
-
#usage_operation_update_time ⇒ Time
The time that the usage operation was last updated.
-
#virtualization_type ⇒ String
The virtualization type of the instance.
-
#vpc_id ⇒ String
The ID of the VPC in which the instance is running.
Instance Attribute Details
#ami_launch_index ⇒ Integer
The AMI launch index, which can be used to find this instance in the launch group.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |
#architecture ⇒ String
The architecture of the image.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_mappings ⇒ Array<Types::InstanceBlockDeviceMapping>
Any block device mapping entries for the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_mode ⇒ String
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.
For more information, see Boot modes in the Amazon EC2 User Guide.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
The ID of the Capacity Block.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
The ID of the Capacity Reservation.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_specification ⇒ Types::CapacityReservationSpecificationResponse
Information about the Capacity Reservation targeting option.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_token ⇒ String
The idempotency token you provided when you launched the instance, if applicable.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_options ⇒ Types::CpuOptions
The CPU options for the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_mode ⇒ String
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.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_optimized ⇒ Boolean
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.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_associations ⇒ Array<Types::ElasticGpuAssociation>
Deprecated.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_associations ⇒ Array<Types::ElasticInferenceAcceleratorAssociation>
Deprecated
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_support ⇒ Boolean
Specifies whether enhanced networking with ENA is enabled.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_options ⇒ Types::EnclaveOptions
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_options ⇒ Types::HibernationOptions
Indicates whether the instance is enabled for hibernation.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |
#hypervisor ⇒ String
The hypervisor type of the instance. The value xen is used for
both Xen and Nitro hypervisors.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_profile ⇒ Types::IamInstanceProfile
The IAM instance profile associated with the instance, if applicable.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
The ID of the AMI used to launch the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
The ID of the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_lifecycle ⇒ String
Indicates whether this is a Spot Instance or a Scheduled Instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_type ⇒ String
The instance type.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_address ⇒ String
The IPv6 address assigned to the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
The kernel associated with this instance, if applicable.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_name ⇒ String
The name of the key pair, if this instance was launched with an associated key pair.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_time ⇒ Time
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.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |
#licenses ⇒ Array<Types::LicenseConfiguration>
The license configurations for the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_options ⇒ Types::InstanceMaintenanceOptions
Provides information on the recovery and maintenance options of your instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_options ⇒ Types::InstanceMetadataOptionsResponse
The metadata options for the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |
#monitoring ⇒ Types::Monitoring
The monitoring for the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_interfaces ⇒ Array<Types::InstanceNetworkInterface>
The network interfaces for the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_options ⇒ Types::InstanceNetworkPerformanceOptions
Contains settings for the network performance options for your instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |
#operator ⇒ Types::OperatorResponse
The service provider that manages the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |
#placement ⇒ Types::Placement
The location where the instance launched, if applicable.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 ⇒ String
The platform. This value is windows for Windows instances;
otherwise, it is empty.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_details ⇒ String
The platform details value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 ⇒ String
[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.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_options ⇒ Types::PrivateDnsNameOptionsResponse
The options for the instance hostname.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_address ⇒ String
The private IPv4 address assigned to the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_codes ⇒ Array<Types::ProductCode>
The product codes attached to this instance, if applicable.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_name ⇒ String
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.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_address ⇒ String
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.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
The RAM disk associated with this instance, if applicable.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_name ⇒ String
The device name of the root device volume (for example,
/dev/sda1).
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_type ⇒ String
The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |
#secondary_interfaces ⇒ Array<Types::InstanceSecondaryInterface>
The secondary interfaces for the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_groups ⇒ Array<Types::GroupIdentifier>
The security groups for the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_check ⇒ Boolean
Indicates whether source/destination checking is enabled.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
If the request is a Spot Instance request, the ID of the request.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_support ⇒ String
Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 ⇒ Types::InstanceState
The current state of the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_reason ⇒ Types::StateReason
The reason for the most recent state transition.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_reason ⇒ String
The reason for the most recent state transition. This might be an empty string.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
The ID of the subnet in which the instance is running.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_support ⇒ String
If the instance is configured for NitroTPM support, the value is
v2.0. For more information, see NitroTPM in the Amazon EC2
User Guide.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 ⇒ String
The usage operation value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_time ⇒ Time
The time that the usage operation was last updated.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_type ⇒ String
The virtualization type of the instance.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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_id ⇒ String
The ID of the VPC in which the instance is running.
52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 |
# File 'lib/aws-sdk-ec2/types.rb', line 52597 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, :secondary_interfaces, :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 |