Problem with ELB logs

0

**Context: **i've created an ELB and have connected to a target group which inturn is connect to an ASG

ASG - Working: I could see that ASG is working fine aka it creates an instance automatically as per the scaling policy.

Target Group - Working: I could also see that the target group is indicating the instance as Healthy

ELB - Not Working: whereas, when I try to hit the ELB's public URL from a browser, I don't see it working, it fails with a timeout error and I've enabled logging for ELB but don't see the logs appearing in S3 buckets (although there's a file created by ELB, which means I've given proper access to it)

I literally don't know how else to track a request from ELB and I'm not seeing the logs generating in my application/instances as well. but, when I try to hit the public URL of my instance, the application does work

any inputs would be helpful!

1개 답변
1
수락된 답변

Have you checked if you security group have all the inbound and outbound rules ? Sometimes the application requires specific rules to guarantee the connection is established successful.

답변함 2년 전
  • the issue was that I was only modifying the security group of my ASG template but had a separate security group for ELB which was not being modified and that was the issue exactly. thank you for your input.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠