Which logs should the developer investigate to verify that the request is reaching the AWS network?
VPC Flow Logs
Amazon Route 53 logs
AWS Systems Manager Agent logs
Amazon CloudWatch agent logs
Explanations:
VPC Flow Logs capture information about the IP traffic going to and from network interfaces in the VPC. They can help verify if the requests from the laptop are reaching the ALB within the AWS network.
Amazon Route 53 logs are used to track DNS queries and responses. They won’t provide insights into whether the requests are reaching the ALB; they only show if the DNS resolution was successful.
AWS Systems Manager Agent logs are primarily related to the management of EC2 instances and do not pertain to network traffic or requests to the ALB. They won’t help in determining if requests are reaching the ALB.
Amazon CloudWatch agent logs are used for monitoring EC2 instances and other AWS resources, providing metrics and logs. They do not specifically track network traffic or requests to the ALB.