663 / 2371

Run interactive IDEs on Amazon EKS with SageMaker AI to power up your AI workflows

TL;DR

The Amazon SageMaker AI Spaces add-on for Amazon EKS runs managed JupyterLab and Code Editor environments on the cluster your ML team already operates. This post shows how to install and configure the add-on, connect from the browser and from VS Code over SSH-over-SSM, and move your team to OpenID Connect sign-in with Amazon Cognito.

Nauti's Take

For teams already running on EKS, this saves real time: development environments come up repeatably inside the same cluster used for training and deployment, and the data stays where it belongs. The catch is operational overhead, because Cognito, SSM, and the permission structure all have to be set up cleanly.

For small teams without an existing AWS footprint, moving off local notebooks rarely pays off. For platform teams it usually does.

Sources