Keeps getting timeout error when loading websites from my ap-south-east2 EC2 instance with node.js

0

It is a t2.medium, the website is "http://lq3.titan007.com/". This does not happen on my laptop, so I am guessing it is related to ec2 instance or the region? Any help would be appreciated, thanks.

demandé il y a un an199 vues
1 réponse
0

If you are experiencing timeout errors when loading websites from your EC2 instance in the Mumbai region using Node.js, there could be several reason for this issue. Here are some possible solutions to troubleshoot and resolve the problem:

  1. Since the website is working good on the laptop, hence I am assuming that the Security Group configuration, NACL configuration, Internet Connectivity, Outbound rules and DNS Resolution is all working great.
  2. It can be a application specific issue. Hence review your Node.js application code and configurations. Ensure that there are no errors or bottlenecks causing the timeouts, such as inefficient network requests, long-running operations, or improper handling of async/await or callback functions.
  3. AWS Service Health can be checked. Check for AWS Service Health Dashboard for any ongoing issues or service disruptions in the Mumbai region that could be affecting connectivity.

If the issue still persists after check the above, I think it would be helpful to review the logs and error messages from your Node.js application to gain more insights into the cause of the timeouts.

répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions