aws.ssm.describe_instance_properties
Example SQL Queries
SELECT * FROMaws.ssm.describe_instance_properties;Description
An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters_with_operator Input Column The request filters to use with the operator. | STRUCT( |
Show child fields
| |
| instance_property_filter_list Input Column An array of instance property filters. | STRUCT( |
Show child fields
| |
| _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 |
| activation_id The activation ID created by Systems Manager when the server or virtual machine (VM) was registered | VARCHAR |
| agent_version The version of SSM Agent running on your managed node. | VARCHAR |
| architecture The CPU architecture of the node. For example, x86_64. | VARCHAR |
| association_overview Status information about the aggregated associations. | STRUCT( |
Show child fields
| |
| association_status The status of the State Manager association applied to the managed node. | VARCHAR |
| computer_name The fully qualified host name of the managed node. | VARCHAR |
| iam_role The IAM role used in the hybrid activation to register the node with Systems Manager. | VARCHAR |
| instance_id The ID of the managed node. | VARCHAR |
| instance_role The instance profile attached to the node. If an instance profile isn't attached to the node, this value is blank. | VARCHAR |
| instance_state The current state of the node. | VARCHAR |
| instance_type The instance type of the managed node. For example, t3.large. | VARCHAR |
| ip_address The public IPv4 address assigned to the node. If a public IPv4 address isn't assigned to the node, this value is blank. | VARCHAR |
| key_name The name of the key pair associated with the node. If a key pair isnt't associated with the node, this value is blank. | VARCHAR |
| last_association_execution_date The date the association was last run. | TIMESTAMP_S |
| last_ping_date_time The date and time when the SSM Agent last pinged the Systems Manager service. | TIMESTAMP_S |
| last_successful_association_execution_date The last date the association was successfully run. | TIMESTAMP_S |
| launch_time The timestamp for when the node was launched. | TIMESTAMP_S |
| name The value of the EC2 Name tag associated with the node. If a Name tag hasn't been applied to the node, this value is blank. | VARCHAR |
| ping_status Connection status of the SSM Agent on the managed node. | VARCHAR |
| platform_name The name of the operating system platform running on your managed node. | VARCHAR |
| platform_type The operating system platform type of the managed node. For example, Windows. | VARCHAR |
| platform_version The version of the OS platform running on your managed node. | VARCHAR |
| registration_date The date the node was registered with Systems Manager. | TIMESTAMP_S |
| resource_type The type of managed node. | VARCHAR |
| source_id The ID of the source resource. | VARCHAR |
| source_type The type of the source resource. | VARCHAR |