Which log sources contain the status codes?
(Choose two.)
VPC Flow Logs
AWS CloudTrail logs
ALB access logs
CloudFront access logs
RDS logs
Explanations:
VPC Flow Logs capture network-level traffic information such as IP addresses, ports, and protocols but do not include HTTP status codes or application-level details.
AWS CloudTrail logs capture API calls and related metadata (e.g., who invoked an API and when) but do not provide HTTP status codes or Layer 7 application-level details.
ALB access logs provide detailed information about HTTP requests, including HTTP status codes, request paths, and response details.
CloudFront access logs capture HTTP request and response details, including HTTP status codes, for requests made to the CloudFront distribution.
RDS logs focus on database-level operations (e.g., SQL queries, connections) and do not capture HTTP status codes related to the web application.