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
Net::Amazon::EC2::RunningInstances(3) User Contributed Perl Documentation Net::Amazon::EC2::RunningInstances(3)

Net::Amazon::EC2::RunningInstances

A class representing a running instance.

ami_launch_index (optional)
The AMI launch index, which can be used to find this instance within the launch group.
dns_name (optional)
The public DNS name assigned to the instance. This DNS name is contactable from outside the Amazon EC2 network. This element remains empty until the instance enters a running state.
image_id (required)
The image id of the AMI currently running in this instance.
kernel_id (required)
The kernel id of the AKI currently running in this instance.
ramdisk_id (required)
The ramdisk id of the ARI loaded in this instance.
instance_id (required)
The instance id of the launched instance.
instance_state (required)
An Net::Amazon::EC2::InstanceState object.
instance_type (required)
The type of instance launched.
key_name (optional)
The key pair name the instance was launched with.
launch_time (required)
The time the instance was started.
placement (required)
A Net::Amazon::EC2::PlacementResponse object.
private_dns_name (optional)
The private DNS name assigned to the instance. This DNS name can only be used inside the Amazon EC2 network. This element remains empty until the instance enters a running state.
product_codes (optional)
An array ref of Net::Amazon::EC2::ProductCode objects.
reason (optional)
The reason for the most recent state transition.
platform (optional)
The operating system for this instance.
monitoring (optional)
The state of monitoring on this instance.
subnet_id (optional)
Specifies the subnet ID in which the instance is running (Amazon Virtual Private Cloud).
vpc_id (optional)
Specifies the VPC in which the instance is running (Amazon Virtual Private Cloud).
private_ip_address (optional)
Specifies the private IP address that is assigned to the instance (Amazon VPC).
ip_address (optional)
Specifies the IP address of the instance.
state_reason (optional)
The reason for the state change.

A Net::Amazon::EC2::StateReason object.

architecture (optional)
The architecture of the image.
root_device_name (optional)
The root device name (e.g., /dev/sda1).
root_device_type (optional)
The root device type used by the AMI. The AMI can use an Amazon EBS or instance store root device.
block_device_mapping (optional)
An array ref of Net::Amazon::EC2::BlockDeviceMapping objects.
tag_set (optional)
An array ref of Net::Amazon::EC2::TagSet objects.
name (optional)
The instance name from tags.

Jeff Kim <cpan@chosec.com>

Copyright (c) 2006-2010 Jeff Kim. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2018-04-03 perl v5.32.1

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.