You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::CreateInstancesRequestWhen passing CreateInstancesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
instance_names: ["string"], availability_zone: "string", custom_image_name: "ResourceName",
blueprint_id: "NonEmptyString", bundle_id: "NonEmptyString", user_data: "string",
key_pair_name: "ResourceName",
tags: [
{
key: "TagKey",
value: "TagValue",
},
],
add_ons: [
{
add_on_type: "AutoSnapshot", auto_snapshot_add_on_request: {
snapshot_time_of_day: "TimeOfDay",
},
},
],
}
Instance Attribute Summary collapse
An array of objects representing the add-ons to enable for the new instance.
The Availability Zone in which to create your instance.
The ID for a virtual private server image (e.g., app_wordpress_4_4
or app_lamp_7_0
).
The bundle of specification information for your virtual private server (or instance), including the pricing plan (e.g., micro_1_0
).
(Deprecated) The name for your custom image.
The names to use for your new Lightsail instances.
The name of your key pair.
The tag keys and optional values to add to the resource during create.
A launch script you can create that configures a server with additional user data.
An array of objects representing the add-ons to enable for the new instance.
#availability_zone ⇒ StringThe Availability Zone in which to create your instance. Use the following format: us-east-2a
(case sensitive). You can get a list of Availability Zones by using the get regions operation. Be sure to add the include Availability Zones
parameter to your request.
The ID for a virtual private server image (e.g., app_wordpress_4_4
or app_lamp_7_0
). Use the get blueprints
operation to return a list of available images (or blueprints).
Use active blueprints when creating new instances. Inactive blueprints are listed to support customers with existing instances and are not necessarily available to create new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases.
#bundle_id ⇒ StringThe bundle of specification information for your virtual private server (or instance), including the pricing plan (e.g., micro_1_0
).
(Deprecated) The name for your custom image.
In releases prior to June 12, 2017, this parameter was ignored by the API. It is now deprecated.
#instance_names ⇒ Array<String>The names to use for your new Lightsail instances. Separate multiple values using quotation marks and commas, for example: ["MyFirstInstance","MySecondInstance"]
The name of your key pair.
#tags ⇒ Array<Types::Tag>The tag keys and optional values to add to the resource during create.
Use the TagResource
action to tag a resource after it\'s created.
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
. For a complete list, see the Dev Guide.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4