aws.lightsail.get_instance_state
Example SQL Queries
SELECT * FROMaws.lightsail.get_instance_stateWHERE"instance_name" = 'VALUE';Description
Returns the state of a specific instance. Works on one instance at a time.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_name Required Input Column The name of the instance to get state information about. | VARCHAR |
| _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 |
| state The state of the instance. | STRUCT( |
Show child fields
| |