Monitoring the ELB for performance and availability Flashcards
1
Q
Latency
A
- Time it takes to receive a response
- Measure the AVG and MAX values to spot abnormal activity
- good metrics to determine if our Elastic Load Balancer is healthy
2
Q
BackendConnectionErrors
A
- -Number of connections that were not successfully established between our load balancer and registered instances
- Measure SUM and use the different between the minimum and maximums to spot issues.
3
Q
SurgeQueueLength
A
- Measures the total number of requests that are waiting to be routed by the load balancer
- Queue can hold a total of 1024 requests
- Measure the MAX to see the peak of queued requests
- AVG can also be used with MIN and MAX to get a range.
4
Q
SpilloverCount
A
if the SurgeQueueLength is full, request “spill over” and get dropped
Mesure the SUM.
5
Q
Pre-warming
A
if you are expecting a sudden and very large increase in traffic, you need to pre-warm your ELB to avoid dropped requests.
6
Q
metrics not automatically reported to Amazon CloudWatch from EC2
A
amount of memory; amount of swap space used; how much disk space is available.
7
Q
best describes burstable performance for t2.micro instances
A
gives you a baseline performance and CPU credits that allow you to burst above this baseline if needed.