WEB Sever - Frequent Disconnect Issue

0

We are experiencing an ongoing issue with one of our AWS-hosted servers that is starting to impact our business operations. We would appreciate your assistance in investigating this at the infrastructure and network level.

Issue Summary: Over the past month, we have observed the following on a specific server:

Frequent RDP Disconnects – The remote desktop connection drops for a few seconds, even when CPU usage is normal.

Intermittent Server Freeze – Occasionally, the server becomes unresponsive for a few seconds before recovering.

Website Inaccessibility – The site hosted on this server becomes inaccessible for a few minutes when issue happens. This has occurred approximately 3 times in the past month.

Business Impact – These disruptions are affecting productivity and customer access, and are becoming a concern for our business continuity.

Additional Information: We have already updated the network driver to the latest version.

We are reviewing server-side event logs to identify any software or OS-level issues.

We have ruled out issues at our internal network level, as all other servers in the same environment are functioning normally.

Request: We request AWS Support to check if there are any underlying infrastructure or network-related issues on your side that could be contributing to this problem.

asked a month ago27 views
1 Answer
0

Based on the symptoms you've described, it appears your AWS-hosted server is experiencing intermittent connectivity issues that are affecting both remote access and website availability. This type of problem can have several potential causes at the infrastructure and network level. Here are some areas to investigate:

  1. Instance Health: Check the EC2 instance status in the AWS console to ensure it's in a "running" state and passing all status checks. Sometimes, underlying hardware issues can cause intermittent connectivity problems.

  2. Network Configuration: Verify that your security groups, network ACLs, and VPC settings are correctly configured and haven't been inadvertently changed. Misconfigured network settings can lead to sporadic connectivity issues.

  3. Resource Utilization: Monitor your instance's resource usage using AWS CloudWatch. Look for any spikes in CPU, memory, or disk usage that could be causing the instance to become unresponsive. Even if CPU usage appears normal during RDP sessions, there might be periodic spikes causing issues.

  4. Instance Type and Credit Balance: If you're using a burstable instance type (like t2 or t3), check your CPU credit balance. When these instances exhaust their CPU credits, performance can degrade, leading to connectivity issues.

  5. Elastic IP: Consider associating an Elastic IP with your instance if you haven't already. This can help maintain a consistent public IP address and potentially mitigate some connectivity issues.

  6. Auto-recovery: Enable the auto-recovery feature for your EC2 instance. This will automatically recover the instance if it becomes impaired due to underlying hardware issues.

  7. Region or Availability Zone Issues: Check the AWS Service Health Dashboard to see if there are any reported issues in your region that might be affecting your instance.

If these steps don't resolve the issue, you may want to consider:

  1. Instance Recovery: Try stopping and starting the instance (not just rebooting) to move it to new underlying hardware. This can sometimes resolve persistent issues.

  2. Creating an AMI: Create an Amazon Machine Image (AMI) of your current instance and launch a new instance from this AMI. This can help determine if the issue is specific to the current instance or if it persists on new hardware.

  3. Detailed Monitoring: Enable detailed monitoring temporarily to get more granular data on your instance's performance, which could help identify patterns or specific times when issues occur.

Given the business impact of these disruptions, it's advisable to engage AWS Support directly if these steps don't resolve the issue. They can provide more in-depth analysis of your specific instance and the underlying infrastructure.
Sources
EC2 suddenly gets online and offline randomly | AWS re:Post
Connectivity Issue to EC2 Instances | AWS re:Post
Recurring Website Access Issues with Amazon Lightsail Instance | AWS re:Post

profile picture
answered a month ago
profile pictureAWS
EXPERT
reviewed 25 days ago
  • If you need AWS support, please do open a support case. You can get to the support console at the top of this page under Resources > AWS Support Center. re:Post is a community forum and cannot provide direct support or troubleshooting services.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions