AWS::EC2::Instance SsmAssociation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 CloudFormation template, use the following syntax:

JSON

{ "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