1 Answer
- Newest
- Most votes
- Most comments
2
Hello.
Are there any access logs left when accessing "example.com/app/admin"?
Also, what AWS service is your web application hosted on?
For example, if you are hosting using ALB and EC2 and using AWS WAF, access may be blocked by AWS WAF.
AWS WAF also has rules that inspect URLs and block access to administrator pages.
https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-baseline.html
Relevant content
- asked 2 months ago
- asked 4 years ago

There isn't any access logs,i decided to restart the instance, and it seems to load the admin panel but throwing out internal service error when trying to login. Hosted on EC2
If there is no access log, I think it may be blocked somewhere. As mentioned in the comment above, aren't you using ALB and AWS WAF? Also, if it's an internal error (such as an HTTP 500 error), it's an application-side problem, so you'll need to check the error log.