AWS sagemaker-unified-studio documentation change
Summary
Renamed 'IDE spaces' to 'Code spaces', added detailed description about compute spaces, and split documentation into separate sections for IAM domains and Identity Center domains.
Security assessment
The change adds documentation about security isolation features ('files, data, and session state are fully isolated between spaces') and separates documentation by authentication domain type. While it mentions security features (isolation), there's no evidence it addresses a specific security vulnerability.
Diff
diff --git a/sagemaker-unified-studio/latest/userguide/ide-spaces.md b/sagemaker-unified-studio/latest/userguide/ide-spaces.md index 58931f952..4192ee9be 100644 --- a//sagemaker-unified-studio/latest/userguide/ide-spaces.md +++ b//sagemaker-unified-studio/latest/userguide/ide-spaces.md @@ -7 +7,10 @@ -# IDE spaces in Amazon SageMaker Unified Studio +# Code spaces in Amazon SageMaker Unified Studio + +Amazon SageMaker Unified Studio provides compute spaces for integrated development environments (IDEs) that you can use to code and develop your resources. When you create and use these IDEs in a Amazon SageMaker Unified Studio project, you have access to all the data in that project and can share coding work with other project members. Each space maintains its own persistent Amazon EBS volume, compute instance, and runtime configuration, so your files, data, and session state are fully isolated between spaces. You can scale compute and storage independently per space, and pause or resume spaces at any time. + +The code spaces experience differs depending on your domain type. Choose the section that matches your domain configuration: + + * [Code spaces in IAM domains](./code-spaces-iam.html)—For domains configured with IAM roles. + + * [Code spaces in Identity Center domains](./code-spaces-idc.html)—For domains configured with AWS IAM Identity Center. + @@ -9 +17,0 @@ -Amazon SageMaker Unified Studio provides compute spaces for integrated development environments (IDEs) that you can use to code and develop your resources. When you create and use these IDEs in a Amazon SageMaker Unified Studio project, you have access to all the data in that project as well and can share coding work with other project members. @@ -11 +18,0 @@ Amazon SageMaker Unified Studio provides compute spaces for integrated developme -JupyterLab is the IDE application available in Amazon SageMaker Unified Studio. A JupyterLab space is created in your project by default, and you can create additional spaces as desired. @@ -21 +28 @@ Bringing existing resources into Amazon SageMaker Unified Studio -Creating a new space +Code spaces in IAM domains