Bundle
Describes a bundle, which is a set of specs describing your virtual private server (or instance).
Contents
- bundleId
-
The bundle ID (
micro_x_x
).Type: String
Pattern:
.*\S.*
Required: No
- cpuCount
-
The number of vCPUs included in the bundle (
2
).Type: Integer
Required: No
- diskSizeInGb
-
The size of the SSD (
30
).Type: Integer
Required: No
- instanceType
-
The instance type (
micro
).Type: String
Required: No
- isActive
-
A Boolean value indicating whether the bundle is active.
Type: Boolean
Required: No
- name
-
A friendly name for the bundle (
Micro
).Type: String
Required: No
- power
-
A numeric value that represents the power of the bundle (
500
). You can use the bundle's power value in conjunction with a blueprint's minimum power value to determine whether the blueprint will run on the bundle. For example, you need a bundle with a power value of 500 or more to create an instance that uses a blueprint with a minimum power value of 500.Type: Integer
Required: No
- price
-
The price in US dollars (
5.0
) of the bundle.Type: Float
Required: No
- publicIpv4AddressCount
-
An integer that indicates the public ipv4 address count included in the bundle, the value is either 0 or 1.
Type: Integer
Required: No
- ramSizeInGb
-
The amount of RAM in GB (
2.0
).Type: Float
Required: No
- supportedAppCategories
-
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
Important
This parameter only applies to Lightsail for Research resources.
Type: Array of strings
Valid Values:
LfR
Required: No
- supportedPlatforms
-
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports. You can only launch a
WINDOWS
bundle on a blueprint that supports theWINDOWS
platform.LINUX_UNIX
blueprints require aLINUX_UNIX
bundle.Type: Array of strings
Valid Values:
LINUX_UNIX | WINDOWS
Required: No
- transferPerMonthInGb
-
The data transfer rate per month in GB (
2000
).Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: