AWS::EC2::Instance SsmAssociation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EC2::Instance SsmAssociation

Specifies the SSM document and parameter values in Amazon Systems Manager to associate with an instance.

SsmAssociations is a property of the AWS::EC2::Instance resource.

Syntax

To declare this entity in your Amazon 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