Correct answer - "Security Groups" : Check your security group rules of your EC2 instance. You
need a security group rule that allows inbound traffic from your public IPv4 address on the
proper port.
Incorrect:
"IAM Roles" - Usually you run into issues with authorization of APIs with roles but not for
timeout
"The application is down" - Although you can set a health check for application ping or HTTP,
timeouts are usually caused by blocked firewall access
"The ALB is warming up" - ALB has a slow start mode which allows a warm-up period before being
able to respond to requests with optimal performance. So this is not the issue