aws.ssm.describe_effective_instance_associations
Example SQL Queries
SELECT * FROMaws.ssm.describe_effective_instance_associationsWHERE"instance_id" = 'VALUE';Description
All associations for the managed nodes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The managed node ID. | 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 |
| association_id The association ID. | VARCHAR |
| association_version Version information for the association on the managed node. | VARCHAR |
| content The content of the association document for the managed nodes. | VARCHAR |