mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
676 B
676 B
No Application :'(
Objectives
Explain what might be possible reasons for the following issues:
- Getting "time out" when trying to reach an application running on EC2 instance
- Getting "connection refused" error
Solution
- 'Time out' Can be due to one of the following:
- Security group doesn't allow access
- No host (yes, I know. Not the first thing to check and yet...)
- Operating system firewall blocking traffic
- 'Connection refused' can happen due to one of the following:
- Application didn't launch properly or has some issue (doesn't listens on the designated port)
- Firewall replied with a reject instead of dropping the packets