| Structure |
(Click on sequence diagram at right)
The first sequence (top) just initiates the data collection - call the interface for CloudWatch and say "monitor this instanceId".
Then, once data is being collected, you poll the service (bottom sequence), asking for stats from a specific measure, e.g., average and maximum CPU utilization, on a specific time interval, over a range of running instances as defined by the Dimension, (Dimension is an Amazon semantic for an aggregation), whether it's Image type, availability zone, or just a specific instance. The results are returned from the collection point, not the instance running your application, so this is an asynchronous kind of monitoring. |
|

|