- Newest
- Most votes
- Most comments
It sounds like you're experiencing connectivity issues with the AWS Systems Manager Session Manager service. Based on your description, the problem appears to be related to network connectivity between your residential networks and the AWS SSM endpoints, specifically ssmmessages.us-west-2.amazonaws.com.
Here are some troubleshooting steps you can take:
-
Check your security group and VPC settings: Ensure they allow HTTPS (port 443) outbound traffic to the Systems Manager endpoints in your region, including
ssm.us-west-2.amazonaws.com,ec2messages.us-west-2.amazonaws.com, andssmmessages.us-west-2.amazonaws.com. -
Investigate network connectivity issues: Since you've tried multiple residential networks with the same result, but a mobile hotspot works, this suggests there might be routing issues with your ISP or some network configuration blocking access to the AWS endpoints. This could be due to firewall restrictions, routing problems, or other network connectivity issues.
-
Run diagnostic tools: If you can connect to your instance through other means (like SSH or EC2 Instance Connect), you can run the SSM CLI diagnostic tool to gather more information:
sudo ssm-cli get-diagnostics --output table
This will help identify any missing Session Manager prerequisites.
-
Check for regional IP routing issues: Since your coworkers in different states can connect normally, this strengthens the theory that there might be a regional routing issue between your location and the AWS endpoints.
-
Try using a different AWS region: As a temporary workaround, you could try connecting to instances in a different AWS region if that's an option for your workload.
-
Contact your ISP again: With the specific information about the endpoint that's failing to connect, your ISP might be able to investigate further if there are any routing issues to that specific IP range.
Since you've already verified the issue occurs across multiple residential networks but works on a mobile connection, this strongly suggests an ISP or regional network routing issue rather than a problem with your AWS configuration or the Session Manager service itself.
Sources
Restore connection to EC2 instance | AWS re:Post
Ping status: Connection lost | AWS re:Post
answered a year ago
Relevant content
asked 10 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
