AWS sagemaker documentation change
Summary
Updated example account IDs and bucket names in IAM policies
Security assessment
Replaced placeholders with concrete examples for clarity, no security implications
Diff
diff --git a/sagemaker/latest/dg/model-registry-version.md b/sagemaker/latest/dg/model-registry-version.md index ede8d5fb7..63c305c9b 100644 --- a//sagemaker/latest/dg/model-registry-version.md +++ b//sagemaker/latest/dg/model-registry-version.md @@ -201 +201 @@ JSON - "AWS": "arn:aws:iam::{model_registry_account}:root" + "AWS": "arn:aws:iam::111122223333:root" @@ -228 +228 @@ JSON - "AWS": "arn:aws:iam::{111122223333}:root" + "AWS": "arn:aws:iam::111122223333:root" @@ -235 +235 @@ JSON - "Resource": "arn:aws:s3:::{bucket}/*" + "Resource": "arn:aws:s3:::amzn-s3-demo-bucket/*" @@ -257 +257 @@ JSON - "AWS": "arn:aws:iam::{111122223333}:root" + "AWS": "arn:aws:iam::111122223333:root"