SYNOPSIS
Contents
Methods
These methods enable the monitoring/unmonitoring of instances.
@monitoring_state=$ec2->monitor_instances(@list_of_instanceIds)@monitoring_state=$ec2->monitor_instances(-instance_id=>\@instanceIds)
This method enables monitoring for the listed instances and returns a list of
VM::EC2::Instance::MonitoringState objects. You can later use these objects to activate and inactivate
monitoring.
@monitoring_state=$ec2->unmonitor_instances(@list_of_instanceIds)@monitoring_state=$ec2->unmonitor_instances(-instance_id=>\@instanceIds)
This method disables monitoring for the listed instances and returns a list of
VM::EC2::Instance::MonitoringState objects. You can later use these objects to activate and inactivate
monitoring.
Name Vm::Ec2::Rest::Monitoring - Monitoring Of Instances
See Also
VM::EC2
Synopsis
use VM::EC2 ':misc';
