exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 805 discussion

Exam question from Amazon's AWS-SysOps
Question #: 805
Topic #: 1
[All AWS-SysOps Questions]

An application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances run in an Auto Scaling group across multiple Availability
Zones. The Information Security team wants to track application requests by the originating IP and the EC2 instance that processes the request.
Which of the following tools or services provides this information?

  • A. Amazon CloudWatch
  • B. AWS CloudTrail
  • C. Elastic Load Balancing access logs
  • D. VPC Flow Logs
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Reference:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/elb.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nicat
Highly Voted 2 years, 9 months ago
C. Elastic Load Balancing access logs
upvoted 9 times
...
albert_kuo
Most Recent 11 months, 2 weeks ago
Selected Answer: C
Elastic Load Balancing (ELB) access logs provide detailed information about the requests made to the ALB, including the originating IP addresses and the EC2 instance that processed each request. These logs are useful for tracking application requests and troubleshooting issues related to load balancing and request processing. When you enable access logs for an Application Load Balancer (ALB), the logs are stored in Amazon S3. The logs contain information such as the timestamp, the client's IP address (originating IP), the request and response details, and the target's IP address (IP address of the EC2 instance that processed the request).
upvoted 1 times
...
leyty082
1 year, 5 months ago
Can I ask why the instances is run behind ALB but we are going to pick ELB access logs?
upvoted 1 times
...
abhishek_m_86
2 years, 8 months ago
C. Elastic Load Balancing access logs : Seems correct
upvoted 2 times
...
jackdryan
2 years, 9 months ago
I'll go with C
upvoted 1 times
...
gretch
2 years, 9 months ago
C https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...