aws.lightsail.get_blueprints
Example SQL Queries
SELECT * FROMaws.lightsail.get_blueprints;Description
Returns the list of available instance images, or blueprints. You can use a blueprint to create a new instance already running a specific operating system, as well as a preinstalled app or development stack. The software each instance is running depends on the blueprint image you choose.
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_category Input Column Virtual computer blueprints that are supported by Lightsail for Research. This parameter only applies to Lightsail for Research resources. | VARCHAR |
| include_inactive Input Column A Boolean value that indicates whether to include inactive (unavailable) blueprints in the response of your request. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| blueprint_id The ID for the virtual private server image (app_wordpress_x_x or app_lamp_x_x). | VARCHAR |
| description The description of the blueprint. | VARCHAR |
| group The group name of the blueprint (amazon-linux). | VARCHAR |
| is_active A Boolean value indicating whether the blueprint is active. Inactive blueprints are listed to support customers with existing instances but are not necessarily available for launch of new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases. | BOOLEAN |
| license_url The end-user license agreement URL for the image or blueprint. | VARCHAR |
| min_power The minimum bundle power required to run this blueprint. 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. 0 indicates that the blueprint runs on all instance sizes. | BIGINT |
| name The friendly name of the blueprint (Amazon Linux). | VARCHAR |
| platform The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint. | VARCHAR |
| product_url The product URL to learn more about the image or blueprint. | VARCHAR |
| type The type of the blueprint (os or app). | VARCHAR |
| version The version number of the operating system, application, or stack ( 2016.03.0). | VARCHAR |
| version_code The version code. | VARCHAR |