associations
Creates, updates, deletes, gets or lists an associations resource.
Overview
| Name | associations |
| Type | Resource |
| Id | aws.ssm.associations |
Fields
The following fields are returned by SELECT queries:
- describe_association
- list_associations
| Name | Datatype | Description |
|---|---|---|
alarm_configuration | object | The details for the CloudWatch alarm you want to apply to an automation or command. |
apply_only_at_cron_interval | boolean | By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter isn't supported for rate expressions. |
association_dispatch_assume_role | string | A role used by association to take actions on your behalf. State Manager will assume this role and call required APIs when dispatching configurations to nodes. If not specified, service-linked role for Systems Manager will be used by default. (pattern: <code>arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+</code>) |
association_id | string | The association ID. (pattern: <code>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}</code>) |
association_name | string | The association name. (pattern: <code>^[a-zA-Z0-9_-.]{3,128}$</code>) |
association_version | string | The association version. (pattern: <code>([$]LATEST)|([1-9][0-9]*)</code>) |
automation_target_parameter_name | string | Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a tool in Amazon Web Services Systems Manager. |
calendar_names | array | The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that change calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar in the Amazon Web Services Systems Manager User Guide. |
compliance_severity | string | The severity level that is assigned to the association. (CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED) |
date | string (date-time) | The date when the association was made. |
document_version | string | The document version. (pattern: <code>([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)</code>) |
duration | integer | The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets. |
instance_id | string | The managed node ID. (pattern: <code>(^i-(\w{8}|\w{17})$)|(^mi-\w{17}$)</code>) |
last_execution_date | string (date-time) | The date on which the association was last run. |
last_successful_execution_date | string (date-time) | The last date on which the association was successfully run. |
last_update_association_date | string (date-time) | The date when the association was last updated. |
max_concurrency | string | The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency. (pattern: <code>^([1-9][0-9]*|[1-9][0-9]%|[1-9]%|100%)$</code>) |
max_errors | string | The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time. (pattern: <code>^([1-9][0-9]*|[0]|[1-9][0-9]%|[0-9]%|100%)$</code>) |
name | string | The name of the SSM document. (pattern: <code>^[a-zA-Z0-9_-.:/]{3,128}$</code>) |
output_location | object | An S3 bucket where you want to store the output details of the request. |
overview | object | Information about the association. |
parameters | object | A description of the parameters for a document. |
schedule_expression | string | A cron expression that specifies a schedule when the association runs. |
schedule_offset | integer | Number of days to wait after the scheduled day to run an association. |
status | object | The association status. |
sync_compliance | string | The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT. In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager, a tool in Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation. By default, all associations use AUTO mode. (AUTO, MANUAL) |
target_locations | array | The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association. |
target_maps | array | A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together. |
targets | array | The managed nodes targeted by the request. |
triggered_alarms | array | The CloudWatch alarm that was invoked during the association. |
| Name | Datatype | Description |
|---|---|---|
association_id | string | The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule. (pattern: <code>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}</code>) |
association_name | string | The association name. (pattern: <code>^[a-zA-Z0-9_-.]{3,128}$</code>) |
association_version | string | The association version. (pattern: <code>([$]LATEST)|([1-9][0-9]*)</code>) |
document_version | string | The version of the document used in the association. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter. State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default. (pattern: <code>([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)</code>) |
duration | integer | The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets. |
instance_id | string | The managed node ID. (pattern: <code>(^i-(\w{8}|\w{17})$)|(^mi-\w{17}$)</code>) |
last_execution_date | string (date-time) | The date on which the association was last run. |
name | string | The name of the SSM document. (pattern: <code>^[a-zA-Z0-9_-.:/]{3,128}$</code>) |
overview | object | Information about the association. |
schedule_expression | string | A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC). |
schedule_offset | integer | Number of days to wait after the scheduled day to run an association. |
target_maps | array | A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together. |
targets | array | The managed nodes targeted by the request to create an association. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_association | select | region | Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID. | |
list_associations | select | region | Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a tool in Amazon Web Services Systems Manager. | |
create_association_batch | insert | region, Entries | Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets. When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified. If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception. | |
create_association | insert | region | A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a tool in Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service. | |
update_association_status | update | region, InstanceId, AssociationStatus | Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter. | |
update_association | update | region, AssociationId | Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call. In order to call this API operation, a user, group, or role must be granted permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn> When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval parameter to run the association during the next schedule run. | |
delete_association | delete | region | Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node. | |
start_associations_once | exec | region, AssociationIds | Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_association
- list_associations
Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.
SELECT
alarm_configuration,
apply_only_at_cron_interval,
association_dispatch_assume_role,
association_id,
association_name,
association_version,
automation_target_parameter_name,
calendar_names,
compliance_severity,
date,
document_version,
duration,
instance_id,
last_execution_date,
last_successful_execution_date,
last_update_association_date,
max_concurrency,
max_errors,
name,
output_location,
overview,
parameters,
schedule_expression,
schedule_offset,
status,
sync_compliance,
target_locations,
target_maps,
targets,
triggered_alarms
FROM aws.ssm.associations
WHERE region = '{{ region }}' -- required
;
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a tool in Amazon Web Services Systems Manager.
SELECT
association_id,
association_name,
association_version,
document_version,
duration,
instance_id,
last_execution_date,
name,
overview,
schedule_expression,
schedule_offset,
target_maps,
targets
FROM aws.ssm.associations
WHERE region = '{{ region }}' -- required
;
INSERT examples
- create_association_batch
- create_association
- Manifest
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets. When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified. If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.
INSERT INTO aws.ssm.associations (
Entries,
AssociationDispatchAssumeRole,
region
)
SELECT
'{{ Entries }}' /* required */,
'{{ AssociationDispatchAssumeRole }}',
'{{ region }}'
RETURNING
failed,
successful
;
A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a tool in Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.
INSERT INTO aws.ssm.associations (
Name,
DocumentVersion,
InstanceId,
Parameters,
Targets,
ScheduleExpression,
OutputLocation,
AssociationName,
AutomationTargetParameterName,
MaxErrors,
MaxConcurrency,
ComplianceSeverity,
SyncCompliance,
ApplyOnlyAtCronInterval,
CalendarNames,
TargetLocations,
ScheduleOffset,
Duration,
TargetMaps,
Tags,
AlarmConfiguration,
AssociationDispatchAssumeRole,
region
)
SELECT
'{{ Name }}',
'{{ DocumentVersion }}',
'{{ InstanceId }}',
'{{ Parameters }}',
'{{ Targets }}',
'{{ ScheduleExpression }}',
'{{ OutputLocation }}',
'{{ AssociationName }}',
'{{ AutomationTargetParameterName }}',
'{{ MaxErrors }}',
'{{ MaxConcurrency }}',
'{{ ComplianceSeverity }}',
'{{ SyncCompliance }}',
{{ ApplyOnlyAtCronInterval }},
'{{ CalendarNames }}',
'{{ TargetLocations }}',
{{ ScheduleOffset }},
{{ Duration }},
'{{ TargetMaps }}',
'{{ Tags }}',
'{{ AlarmConfiguration }}',
'{{ AssociationDispatchAssumeRole }}',
'{{ region }}'
RETURNING
association_description
;
# Description fields are for documentation purposes
- name: associations
props:
- name: region
value: "{{ region }}"
description: Required parameter for the associations resource.
- name: Entries
description: |
One or more associations.
value:
- Name: "{{ Name }}"
InstanceId: "{{ InstanceId }}"
Parameters: "{{ Parameters }}"
AutomationTargetParameterName: "{{ AutomationTargetParameterName }}"
DocumentVersion: "{{ DocumentVersion }}"
Targets: "{{ Targets }}"
ScheduleExpression: "{{ ScheduleExpression }}"
OutputLocation:
S3Location:
OutputS3Region: "{{ OutputS3Region }}"
OutputS3BucketName: "{{ OutputS3BucketName }}"
OutputS3KeyPrefix: "{{ OutputS3KeyPrefix }}"
AssociationName: "{{ AssociationName }}"
MaxErrors: "{{ MaxErrors }}"
MaxConcurrency: "{{ MaxConcurrency }}"
ComplianceSeverity: "{{ ComplianceSeverity }}"
SyncCompliance: "{{ SyncCompliance }}"
ApplyOnlyAtCronInterval: {{ ApplyOnlyAtCronInterval }}
CalendarNames: "{{ CalendarNames }}"
TargetLocations: "{{ TargetLocations }}"
ScheduleOffset: {{ ScheduleOffset }}
Duration: {{ Duration }}
TargetMaps: "{{ TargetMaps }}"
AlarmConfiguration:
IgnorePollAlarmFailure: {{ IgnorePollAlarmFailure }}
Alarms:
- Name: "{{ Name }}"
- name: AssociationDispatchAssumeRole
value: "{{ AssociationDispatchAssumeRole }}"
description: |
A role used by association to take actions on your behalf. State Manager will assume this role and call required APIs when dispatching configurations to nodes. If not specified, service-linked role for Systems Manager will be used by default. It is recommended that you define a custom IAM role so that you have full control of the permissions that State Manager has when taking actions on your behalf. Service-linked role support in State Manager is being phased out. Associations relying on service-linked role may require updates in the future to continue functioning properly.
- name: Name
value: "{{ Name }}"
description: |
The name of the SSM Command document or Automation runbook that contains the configuration information for the managed node. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another Amazon Web Services account. For Systems Manager documents (SSM documents) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:partition:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
- name: DocumentVersion
value: "{{ DocumentVersion }}"
description: |
The document version you want to associate with the targets. Can be a specific version or the default version. State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.
- name: InstanceId
value: "{{ InstanceId }}"
description: |
The managed node ID. InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.
- name: Parameters
value: "{{ Parameters }}"
description: |
The parameters for the runtime configuration of the document.
- name: Targets
description: |
The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *. For more information about choosing targets for an association, see Understanding targets and rate controls in State Manager associations in the Amazon Web Services Systems Manager User Guide.
value:
- Key: "{{ Key }}"
Values: "{{ Values }}"
- name: ScheduleExpression
value: "{{ ScheduleExpression }}"
description: |
A cron expression when the association will be applied to the targets.
- name: OutputLocation
description: |
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
value:
S3Location:
OutputS3Region: "{{ OutputS3Region }}"
OutputS3BucketName: "{{ OutputS3BucketName }}"
OutputS3KeyPrefix: "{{ OutputS3KeyPrefix }}"
- name: AssociationName
value: "{{ AssociationName }}"
description: |
Specify a descriptive name for the association.
- name: AutomationTargetParameterName
value: "{{ AutomationTargetParameterName }}"
description: |
Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a tool in Amazon Web Services Systems Manager.
- name: MaxErrors
value: "{{ MaxErrors }}"
description: |
The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.
- name: MaxConcurrency
value: "{{ MaxConcurrency }}"
description: |
The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.
- name: ComplianceSeverity
value: "{{ ComplianceSeverity }}"
description: |
The severity level to assign to the association.
valid_values: ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW', 'UNSPECIFIED']
- name: SyncCompliance
value: "{{ SyncCompliance }}"
description: |
The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn't run successfully, the association is NON-COMPLIANT. In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn't managed by State Manager. It is managed by your direct call to the PutComplianceItems API operation. By default, all associations use AUTO mode.
valid_values: ['AUTO', 'MANUAL']
- name: ApplyOnlyAtCronInterval
value: {{ ApplyOnlyAtCronInterval }}
description: |
By default, when you create a new association, the system runs it immediately after it is created and then according to the schedule you specified and when target changes are detected. Specify true for ApplyOnlyAtCronIntervalif you want the association to run only according to the schedule you specified. For more information, see Understanding when associations are applied to resources and >About target updates with Automation runbooks in the Amazon Web Services Systems Manager User Guide. This parameter isn't supported for rate expressions.
- name: CalendarNames
value:
- "{{ CalendarNames }}"
description: |
The names of Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your associations under. The associations only run when that change calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar in the Amazon Web Services Systems Manager User Guide.
- name: TargetLocations
description: |
A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association. Use this action to create an association in multiple Regions and multiple accounts. The TargetLocationAlarmConfiguration parameter is not supported by State Manager.
value:
- Accounts: "{{ Accounts }}"
Regions: "{{ Regions }}"
TargetLocationMaxConcurrency: "{{ TargetLocationMaxConcurrency }}"
TargetLocationMaxErrors: "{{ TargetLocationMaxErrors }}"
ExecutionRoleName: "{{ ExecutionRoleName }}"
TargetLocationAlarmConfiguration:
IgnorePollAlarmFailure: {{ IgnorePollAlarmFailure }}
Alarms:
- Name: "{{ Name }}"
IncludeChildOrganizationUnits: {{ IncludeChildOrganizationUnits }}
ExcludeAccounts: "{{ ExcludeAccounts }}"
Targets: "{{ Targets }}"
TargetsMaxConcurrency: "{{ TargetsMaxConcurrency }}"
TargetsMaxErrors: "{{ TargetsMaxErrors }}"
- name: ScheduleOffset
value: {{ ScheduleOffset }}
description: |
Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see Reference: Cron and rate expressions for Systems Manager in the Amazon Web Services Systems Manager User Guide. To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This option tells the system not to run an association immediately after you create it.
- name: Duration
value: {{ Duration }}
description: |
The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. The Duration parameter applies only when both these conditions are true: The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. The command specifies the ApplyOnlyAtCronInterval parameter, which means that the association doesn't run immediately after it is created, but only according to the specified schedule.
- name: TargetMaps
value: "{{ TargetMaps }}"
description: |
A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
- name: Tags
description: |
Adds or overwrites one or more tags for a State Manager association. Tags are metadata that you can assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.
value:
- Key: "{{ Key }}"
Value: "{{ Value }}"
- name: AlarmConfiguration
description: |
The details for the CloudWatch alarm you want to apply to an automation or command.
value:
IgnorePollAlarmFailure: {{ IgnorePollAlarmFailure }}
Alarms:
- Name: "{{ Name }}"
UPDATE examples
- update_association_status
- update_association
Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.
UPDATE aws.ssm.associations
SET
Name = '{{ Name }}',
InstanceId = '{{ InstanceId }}',
AssociationStatus = '{{ AssociationStatus }}'
WHERE
region = '{{ region }}' --required
AND InstanceId = '{{ InstanceId }}' --required
AND AssociationStatus = '{{ AssociationStatus }}' --required
RETURNING
association_description;
Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call. In order to call this API operation, a user, group, or role must be granted permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn> When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval parameter to run the association during the next schedule run.
UPDATE aws.ssm.associations
SET
AssociationId = '{{ AssociationId }}',
Parameters = '{{ Parameters }}',
DocumentVersion = '{{ DocumentVersion }}',
ScheduleExpression = '{{ ScheduleExpression }}',
OutputLocation = '{{ OutputLocation }}',
Name = '{{ Name }}',
Targets = '{{ Targets }}',
AssociationName = '{{ AssociationName }}',
AssociationVersion = '{{ AssociationVersion }}',
AutomationTargetParameterName = '{{ AutomationTargetParameterName }}',
MaxErrors = '{{ MaxErrors }}',
MaxConcurrency = '{{ MaxConcurrency }}',
ComplianceSeverity = '{{ ComplianceSeverity }}',
SyncCompliance = '{{ SyncCompliance }}',
ApplyOnlyAtCronInterval = {{ ApplyOnlyAtCronInterval }},
CalendarNames = '{{ CalendarNames }}',
TargetLocations = '{{ TargetLocations }}',
ScheduleOffset = {{ ScheduleOffset }},
Duration = {{ Duration }},
TargetMaps = '{{ TargetMaps }}',
AlarmConfiguration = '{{ AlarmConfiguration }}',
AssociationDispatchAssumeRole = '{{ AssociationDispatchAssumeRole }}'
WHERE
region = '{{ region }}' --required
AND AssociationId = '{{ AssociationId }}' --required
RETURNING
association_description;
DELETE examples
- delete_association
Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.
DELETE FROM aws.ssm.associations
WHERE region = '{{ region }}' --required
;
Lifecycle Methods
- start_associations_once
Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.
EXEC aws.ssm.associations.start_associations_once
@region='{{ region }}' --required
@@json=
'{
"AssociationIds": "{{ AssociationIds }}"
}'
;