This certification preparation material would help you in getting the jobs in the AWS Fields

AWS Developer Certification : Associate Level AWS Sysops Administrator Certification : Assciate Level AWS Solution Architect Certification : Associate Level AWS Soltion Architect : Professional Level AWS Certified Security Specialty (SCS-C01) AWS Professional certification Exam AWS Certified Big Data – Specialty (BDS-C00) AWS Certified Machine Learning MLS C01 Certification Prepration Materal AWS Solution Architect : Training Associate AWS Advanced Networking Certifications AWS Exam Prepare : Kinesis Data Stream Book : AWS Solution Architect Associate : Little Guide AWS Security Specialization Certification: Little Guide SCS-C01 AWS Package Deal


While applying to the Job you need to mention referred by : admin@hadoopexam.com | or Website : http://www.HadoopExam.com


 

Question 6: You have deployed an eLearning website called AcmeLearning.com with the millions of subscriber, you have almost 20 EC2 instances (Auto scaling is also configured) behind the ELB. However, users from some area complains that website is not getting loaded all the time and they receive error pages, time out requests, page is not fully loaded etc. Now you need to investigate this issue and you are aware that each request is going through ELB, hence ELB access logs should have all the information. But when you check the error logs you find that there are no logs generated in ELB, why?

  1. If instances behind the ELB are unhealthy they access logs will not be generated.
  2. If you try to check the logs after a specified time then all the logs will be deleted.
  3. You have not configured CloudTrail for logging.
  4. ELB access logs are not enabled.

Correct Answer  : D

Detailed Explaination: In summary, all your EC2 instances are behind the ELB and you have also configured auto-scaling. Every request must go through via ELB. Hence, logs about Client IP, Server response, user request should be available in access logs in specified S3 bucket. But logs are missing.

As per the listed option

Option-1: If instances are unhealthy request will not be served, but all the request are going through ELB will be logged.

Option-2: Logs are submitted in S3 bucket, so it is in your control when you want to delete the logs.

Option-3 CloudTrail logging will give information about the ELB logs, but not configuring it does not have impact on access logs.

Option-4: By default access logs are disabled, and you need to enable it to get the access logs in a specified S3 bucket. So this can be a most relevant reason for access logs not being generated.