AWS Certified SysOps Administrator – Associate — Question 75

A SysOps administrator is maintaining a web application using an Amazon CloudFront web distribution, an Application Load Balancer (ALB), Amazon RDS, and Amazon EC2 in a VPC. All services have logging enabled. The administrator needs to investigate HTTP Layer 7 status codes from the web application.

Which log sources contain the status codes? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because ALB access logs and CloudFront access logs specifically capture HTTP Layer 7 request and response data, including status codes. In contrast, VPC Flow Logs (A) track network traffic, AWS CloudTrail logs (B) monitor API calls, and RDS logs (E) focus on database activity, none of which provide HTTP status codes.