Amazon EC2 LaunchTemplate Monitoring
The
Monitoring property type describes the monitoring for the instance of an Amazon EC2
launch template.
Monitoring is a property of the Amazon EC2 LaunchTemplate LaunchTemplateData property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Enabled" :Boolean}
YAML
Enabled:Boolean
Properties
Enabled-
Specify
trueto enable detailed monitoring. Otherwise, basic monitoring is enabled.Required: No
Type: Boolean
Update requires: No interruption
See Also
-
LaunchTemplatesMonitoringRequest in the Amazon EC2 API Reference
