
Answer-first summary for fast verification
Answer: Enable access logging for the ALB; save logs to S3., Use Amazon Athena to query ALB logs; use received_bytes and sent_bytes grouped by the target port field.
ALB access logs include fields like sent_bytes, received_bytes, target_port. Enable logging to S3, then use Athena to query and group by target to get per member stats. ProcessedBytes is aggregate metric not per target.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A SysOps administrator needs a report showing bytes sent to and received from each ALB target group member. Which TWO steps should be taken?
A
Enable access logging for the ALB; save logs to S3.
B
Install the CloudWatch agent on target group instances.
C
Use Amazon Athena to query ALB logs; use received_bytes and sent_bytes grouped by the target port field.
D
Use Amazon Athena; group by the client port field.
E
Create a CloudWatch dashboard showing ProcessedBytes metric for the ALB.
No comments yet.