ELB CloudWatch Metrics Flashcards
By default, ELB publishes metrics to…
CloudWatch
True or False: ELB Publishes target status to CloudWatch along with its own metrics?
True.
By default, ELB CloudWatch metrics are gathered and sent to CloudWatch at what interval?
60-second intervals
Can you create CloudWatch alarms and action triggers using ELB CloudWatch metrics?
Yes
What does the BackendConnectionErrors metric represent?
Number of unsuccessful connections to the backend instances
What does the HealthyHostCount metric represent?
Number of healthy instances registered
What does the UnHealthyHostCount metric represent?
Number of unhealthy instances registered
What does the HTTPCode_Backend_ metric represent?
Error codes reported by the ELB
What does the Latency metric represent?
Number of seconds for a registered instance to respond
What does the RequestCount metric represent?
Number of requests completed / connections made during a time interval (1 or 5 minutes)
What does the SurgeQueueLength metric represent?
Number of pending requests
True or False: SurgeQueueLength is a Classic ELB only metric?
True
What is the maximum size of a request queue for SurgeQueueLength?
- Additional requests will be rejected.
What does the SpilloverCount metric represent?
Number of rejected requests due to a full surge queue.
True or False: SpilloverCount is a Classic ELB-only metric?
True. SpilloverCount refers to rejected requests due to a full surge queue. Surge queues are a classic ELB only feature.