Skip to content

Amazon SageMaker notebook not working

0

Yesterday I opened a notebook, run a project, and today I can't login, I got the message

"This page isn’t working mynote.notebook.us-east-1.sagemaker.aws didn’t send any data. ERR_EMPTY_RESPONSE"

I changed browser, window, cleaned cache and still not working. All other aws pages are opening fine. How can I open it? The consumption is running and I can't even enter into it to check my project.

asked a year ago227 views

2 Answers
0
Accepted Answer

Based on your description, you're experiencing an issue where your SageMaker notebook instance appears to be running (as indicated by ongoing consumption), but you can't access it through the browser interface.

Here are some troubleshooting steps you can try:

  1. Browser-related fixes: While you've already tried changing browsers and clearing cache, ensure you've completely cleared all cookies related to AWS services as well.

  2. Check instance status: Verify in the AWS console that your notebook instance is actually in the 'InService' state. Sometimes instances can appear to be running but may have underlying issues.

  3. Stop and restart the instance: This is often the most effective solution. Stop your notebook instance and then start it again without changing any configurations.

  4. Check for old sessions: If you have any other browser tabs or CLI connections to the old SageMaker session still open, close them completely. Sometimes an old session can prevent a new one from properly establishing.

  5. Network configuration: Check if there are any firewalls or network configurations that might be blocking traffic to your notebook instance.

  6. Remove lifecycle configurations: If your notebook has custom lifecycle configurations, these might be causing issues. Consider updating your notebook instance to remove these customizations temporarily.

If none of these solutions work, you might need to contact AWS Support with specific details about your notebook instance, including the ARN, Jupyter and Python versions, and any relevant error messages from CloudWatch logs.
Sources
Sagemaker notebook instances inaccesible | AWS re:Post
Resolve missing output from cells in SageMaker AI notebook | AWS re:Post

answered a year ago

EXPERT

reviewed a year ago

0

Well, I stopped and started the instance and now is back, however I lost my current job.

answered a year ago

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.