EC2.Instance.
unmonitor
(**kwargs)¶Disables detailed monitoring for a running instance. For more information, see Monitoring your instances and volumes in the Amazon EC2 User Guide .
See also: AWS API Documentation
Request Syntax
response = instance.unmonitor(
DryRun=True|False
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.{
'InstanceMonitorings': [
{
'InstanceId': 'string',
'Monitoring': {
'State': 'disabled'|'disabling'|'enabled'|'pending'
}
},
]
}
Response Structure
The monitoring information.
Describes the monitoring of an instance.
The ID of the instance.
The monitoring for the instance.
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.