Web browser access - Amazon SageMaker AI

Web browser access

Web UI access allows you to connect directly to development spaces running on your SageMaker HyperPod cluster through a secure web browser interface. This provides immediate access to Jupyter Lab and other web-based development environments without requiring local software installation.

Prerequisites

Before setting up web UI access, ensure you have completed the following:

Generate Web UI Access URL

Using HyperPod CLI

If you have the HyperPod CLI installed, you can use this simplified command:

hyp create hyp-space-access --name <space-name> --connection-type web-ui

Accessing Your Development Space

  1. Generate the web UI URL using one of the methods above

  2. Copy the URL from the response

  3. Open the URL in your web browser

  4. Access your development environment through the web interface

Supported Development Environments

The web UI provides access to:

  • Jupyter Lab

  • Code Editor

Troubleshooting

Cannot generate access URLs

Check the following:

  • SageMaker Spaces add-on is running: kubectl get pods -n sagemaker-spaces-system

  • Development space is running and healthy

  • User has appropriate EKS Access Entry permissions