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

Paws::Lightsail::InstanceEntry

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::Lightsail::InstanceEntry object:

  $service_obj->Method(Att1 => { AvailabilityZone => $value, ..., UserData => $value  });

Results returned from an API call

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

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

Describes the Amazon Elastic Compute Cloud instance and related resources to be created using the "create cloud formation stack" operation.

REQUIRED AvailabilityZone => Str

The Availability Zone for the new Amazon EC2 instance.

REQUIRED InstanceType => Str

The instance type (e.g., "t2.micro") to use for the new Amazon EC2 instance.

REQUIRED PortInfoSource => Str

The port configuration to use for the new Amazon EC2 instance.

The following configuration options are available:

  • "DEFAULT" - Use the default firewall settings from the Lightsail instance blueprint. If this is specified, then IPv4 and IPv6 will be configured for the new instance that is created in Amazon EC2.
  • "INSTANCE" - Use the configured firewall settings from the source Lightsail instance. If this is specified, the new instance that is created in Amazon EC2 will be configured to match the configuration of the source Lightsail instance. For example, if the source instance is configured for dual-stack (IPv4 and IPv6), then IPv4 and IPv6 will be configured for the new instance that is created in Amazon EC2. If the source instance is configured for IPv4 only, then only IPv4 will be configured for the new instance that is created in Amazon EC2.
  • "NONE" - Use the default Amazon EC2 security group. If this is specified, then only IPv4 will be configured for the new instance that is created in Amazon EC2.
  • "CLOSED" - All ports closed. If this is specified, then only IPv4 will be configured for the new instance that is created in Amazon EC2.

If you configured "lightsail-connect" as a "cidrListAliases" on your instance, or if you chose to allow the Lightsail browser-based SSH or RDP clients to connect to your instance, that configuration is not carried over to your new Amazon EC2 instance.

REQUIRED SourceName => Str

The name of the export snapshot record, which contains the exported Lightsail instance snapshot that will be used as the source of the new Amazon EC2 instance.

Use the "get export snapshot records" operation to get a list of export snapshot records that you can use to create a CloudFormation stack.

A launch script you can create that configures a server with additional user data. For example, you might want to run "apt-get -y update".

Depending on the machine image you choose, the command to get software on your instance varies. Amazon Linux and CentOS use "yum", Debian and Ubuntu use "apt-get", and FreeBSD uses "pkg".

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

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.