Resource Type: AWS > SSM > Association
The Association resource type is a configuration that links an AWS SSM document to the instances that the document should be applied to. This allows for the automation of instance management tasks, such as software installation, patching, and configuration.
Resource Context
Association is a part of the SSM service.
Each Association lives under a Region.
Controls
The primary controls for AWS > SSM > Association are:
Quick Actions
- Delete
- Delete from AWS
- Router
- Skip alarm for Active control
- Skip alarm for Active control [90 days]
- Skip alarm for Approved control
- Skip alarm for Approved control [90 days]
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-ssm#/resource/types/association
- tmod:@turbot/turbot#/resource/categories/managementTools
- turbot graphql resource --id "tmod:@turbot/aws-ssm#/resource/types/association"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-ssm#/resource/types/association';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-ssm#/resource/types/association"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-ssm#/resource/types/association' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query