AWS::EC2::Instance SsmAssociation
Specifies the SSM document and parameter values in AWS Systems Manager to associate with an instance.
SsmAssociations
is a property of the AWS::EC2::Instance resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AssociationParameters" :
[ AssociationParameter, ... ]
, "DocumentName" :String
}
YAML
AssociationParameters:
- AssociationParameter
DocumentName:String
Properties
AssociationParameters
-
The input parameter values to use with the associated SSM document.
Required: No
Type: Array of AssociationParameter
Update requires: No interruption
DocumentName
-
The name of an SSM document to associate with the instance.
Required: Yes
Type: String
Update requires: No interruption