
Explanation:
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.
Ultimate access to all questions.
No comments yet.
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.