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::OpsWorks::Instance(3) User Contributed Perl Documentation Paws::OpsWorks::Instance(3)

Paws::OpsWorks::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::OpsWorks::Instance object:

  $service_obj->Method(Att1 => { AgentVersion => $value, ..., VirtualizationType => $value  });

Results returned from an API call

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

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

Describes an instance.

The agent version. This parameter is set to "INHERIT" if the instance inherits the default stack setting or to a a version number for a fixed agent version.

A custom AMI ID to be used to create the instance. For more information, see Instances (https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html)

The instance architecture: "i386" or "x86_64".

The instance's Amazon Resource Number (ARN).

For load-based or time-based instances, the type.

The instance Availability Zone. For more information, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html).

An array of "BlockDeviceMapping" objects that specify the instance's block device mappings.

The time that the instance was created.

Whether this is an Amazon EBS-optimized instance.

The ID of the associated Amazon EC2 instance.

For container instances, the Amazon ECS cluster's ARN.

For container instances, the instance's ARN.

The instance Elastic IP address (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html).

The instance host name.

For registered instances, the infrastructure class: "ec2" or "on-premises".

Whether to install operating system and package updates when the instance boots. The default value is "true". If this value is set to "false", you must then update your instances manually by using CreateDeployment to run the "update_dependencies" stack command or by manually running "yum" (Amazon Linux) or "apt-get" (Ubuntu) on the instances.

We strongly recommend using the default value of "true", to ensure that your instances have the latest security updates.

The instance ID.

The ARN of the instance's IAM profile. For more information about IAM ARNs, see Using Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html).

The instance type, such as "t2.micro".

The ID of the last service error. For more information, call DescribeServiceErrors.

An array containing the instance layer IDs.

The instance's operating system.

The instance's platform.

The instance's private DNS name.

The instance's private IP address.

The instance public DNS name.

The instance public IP address.

For registered instances, who performed the registration.

The instance's reported AWS OpsWorks Stacks agent version.

For registered instances, the reported operating system.

The instance's root device type. For more information, see Storage for the Root Device (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device).

The root device volume ID.

An array containing the instance security group IDs.

The SSH key's Deep Security Agent (DSA) fingerprint.

The SSH key's RSA fingerprint.

The instance's Amazon EC2 key-pair name.

The stack ID.

The instance status:

  • "booting"
  • "connection_lost"
  • "online"
  • "pending"
  • "rebooting"
  • "requested"
  • "running_setup"
  • "setup_failed"
  • "shutting_down"
  • "start_failed"
  • "stop_failed"
  • "stopped"
  • "stopping"
  • "terminated"
  • "terminating"

The instance's subnet ID; applicable only if the stack is running in a VPC.

The instance's tenancy option, such as "dedicated" or "host".

The instance's virtualization type: "paravirtual" or "hvm".

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

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.