AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2025-03-30 · Documentation low

File: sagemaker/latest/dg/sm-console-domain-resources-view.md

Summary

Added documentation sections for viewing domain resources via AWS CLI - specifically list-spaces and list-apps commands. Includes instructions for domain-id usage and region configuration.

Security assessment

Routine documentation expansion for resource management features. No mention of security controls, vulnerabilities, or security-specific functionality in the added content.

Diff

diff --git a/sagemaker/latest/dg/sm-console-domain-resources-view.md b/sagemaker/latest/dg/sm-console-domain-resources-view.md
index bb9730f16..5956c960f 100644
--- a/sagemaker/latest/dg/sm-console-domain-resources-view.md
+++ b/sagemaker/latest/dg/sm-console-domain-resources-view.md
@@ -4,0 +5,2 @@
+Use the SageMaker AI console to view your domain resourcesUse the AWS CLI to view the SageMaker AI spaces in your domainUse the AWS CLI to view the SageMaker AI applications in your domain
+
@@ -6,0 +9,2 @@
+## Use the SageMaker AI console to view your domain resources
+
@@ -33,0 +38,23 @@ This is not a complete list of active resources on your domain. For all active S
+## Use the AWS CLI to view the SageMaker AI spaces in your domain
+
+The following section provides instructions on how to view the spaces in your domain using the AWS CLI.
+
+You will need to know your `domain-id`. To obtain your domain details, see [View domains](./domain-view.html).
+    
+    
+    aws sagemaker list-spaces \
+        --region region 
+        --domain-id domain-id
+
+## Use the AWS CLI to view the SageMaker AI applications in your domain
+
+The following section provides instructions on how to view the applications in your domain using the AWS CLI.
+
+You will need to know your `domain-id`. To obtain your domain details, see [View domains](./domain-view.html).
+    
+    
+    aws sagemaker list-apps \
+        --domain-id-equals domain-id
+
+If you do not see the applications or your domain, you may need to change your AWS Region. To do so, use `aws configure` to update your AWS credentials. For more information, see [configure](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/index.html).
+