AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2025-10-01 · Documentation low

File: sagemaker/latest/dg/studio-updated-running.md

Summary

Added AWS CLI command example for listing Studio spaces and clarified parameter explanations

Security assessment

The change adds operational documentation for listing resources without any security context or vulnerability mitigation

Diff

diff --git a/sagemaker/latest/dg/studio-updated-running.md b/sagemaker/latest/dg/studio-updated-running.md
index cc8cec6b7..d812b3409 100644
--- a//sagemaker/latest/dg/studio-updated-running.md
+++ b//sagemaker/latest/dg/studio-updated-running.md
@@ -53 +53 @@ There are no spaces for SageMaker Canvas, Studio Classic (private), or RStudio.
-###### To view Studio spaces in a domain
+###### View your Studio spaces in a domain
@@ -65,0 +66,14 @@ There are no spaces for SageMaker Canvas, Studio Classic (private), or RStudio.
+**View your Studio spaces using the AWS CLI**
+
+Use the following command to list all spaces in your domain:
+    
+    
+    aws sagemaker list-spaces --region us-east-1 --domain-id domain-id
+
+  * ``us-east-1`` is your AWS Region.
+
+  * `domain-id` is your domain ID. See [View domains](./domain-view.html) for more information.
+
+
+
+