GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::EC2::Instance(3) User Contributed Perl Documentation Paws::EC2::Instance(3)

Paws::EC2::Instance

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::EC2::Instance object:

  $service_obj->Method(Att1 => { AmiLaunchIndex => $value, ..., VpcId => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::Instance object:

  $result = $service_obj->Method(...);
  $result->Att1->AmiLaunchIndex

This class has no description

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

The architecture of the image.

Any block device mapping entries for the instance.

The boot mode of the instance. For more information, see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) in the Amazon EC2 User Guide.

The ID of the Capacity Reservation.

Information about the Capacity Reservation targeting option.

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

The CPU options for the instance.

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.

The Elastic GPU associated with the instance.

The elastic inference accelerator associated with the instance.

Specifies whether enhanced networking with ENA is enabled.

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

Indicates whether the instance is enabled for hibernation.

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

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

The ID of the AMI used to launch the instance.

The ID of the instance.

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

The instance type.

The kernel associated with this instance, if applicable.

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

The time the instance was launched.

The license configurations.

The metadata options for the instance.

The monitoring for the instance.

[EC2-VPC] The network interfaces for the instance.

The Amazon Resource Name (ARN) of the Outpost.

The location where the instance launched, if applicable.

The value is "Windows" for Windows instances; otherwise blank.

(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.

[EC2-VPC] 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.

The private IPv4 address assigned to the instance.

The product codes attached to this instance, if applicable.

(IPv4 only) The public DNS name assigned to the instance. This name is not available until the instance enters the "running" state. For EC2-VPC, this name is only available if you've enabled DNS hostnames for your VPC.

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.

The RAM disk associated with this instance, if applicable.

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

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

The security groups for the instance.

Indicates whether source/destination checking is enabled.

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

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

The current state of the instance.

The reason for the most recent state transition.

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

[EC2-VPC] The ID of the subnet in which the instance is running.

Any tags assigned to the instance.

The virtualization type of the instance.

[EC2-VPC] The ID of the VPC in which the instance is running.

This class forms part of Paws, describing an object used in Paws::EC2

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.