A sys admin has enabled logging on ELB. Which of the below mentioned fields will not be a part of
the log file name?
A.
Load Balancer IP
B.
EC2 instance IP
C.
S3 bucket name
D.
Random string
Explanation:
Elastic Load Balancing access logs capture detailed information for all the requests made to the
load balancer. Elastic Load Balancing publishes a log file from each load balancer node at the
interval that the user has specified. The load balancer can deliver multiple logs for the same
period. Elastic Load Balancing creates log file names in the following format:
“{Bucket}/{Prefix}/AWSLogs/{AWS
AccountID}/elasticloadbalancing/{Region}/{Year}/{Month}/{Day}/{AWS
Account ID}_elasticloadbalancing_{Region}_{Load Balancer Name}_{End Time}_{Load Balancer
IP}_{Random
String}.log“
EC2 IP
B
Ans : B
Elastic Load Balancing access logs capture detailed information for all the requests made to the load balancer. Elastic Load Balancing publishes a log file from each load balancer node at the interval that the user has specified. The load balancer can deliver multiple logs for the same period. Elastic Load Balancing creates log file names in the following format:
“{Bucket}/{Prefix}/AWSLogs/{AWSAccountID}/elasticloadbalancing/{Region}/{Year}/{Month}/{Day}/{AWSAccount ID}_elasticloadbalancing_{Region}_{Load Balancer Name}_{End Time}_{Load Balancer IP}_{Random String}.log“