AWS sagemaker documentation change
Summary
Updated example ARNs with concrete account numbers and resource identifiers
Security assessment
Changes replace placeholder values with specific example ARNs but do not address security vulnerabilities or introduce new security controls. This improves documentation clarity but doesn't directly relate to security issues.
Diff
diff --git a/sagemaker/latest/dg/sagemaker-sql-extension-datasources-connection-permissions.md b/sagemaker/latest/dg/sagemaker-sql-extension-datasources-connection-permissions.md index 51784696d..4fcf260e6 100644 --- a//sagemaker/latest/dg/sagemaker-sql-extension-datasources-connection-permissions.md +++ b//sagemaker/latest/dg/sagemaker-sql-extension-datasources-connection-permissions.md @@ -288 +288 @@ JSON - "..." + "arn:aws:s3:::amzn-s3-demo-bucket/*" @@ -299,3 +299,3 @@ JSON - "arn:aws:glue:us-east-1:account_id:catalog", - "arn:aws:glue:us-east-1:account_id:connection/*", - "..." + "arn:aws:glue:us-east-1:111122223333:catalog", + "arn:aws:glue:us-east-1:111122223333:connection/*", + "arn:aws:glue:us-east-1:111122223333:connection/connection-name" @@ -311,2 +311,2 @@ JSON - "arn:aws:secretsmanager:us-east-1:account_id:secret:secret-name", - "..." + "arn:aws:secretsmanager:us-east-1:111122223333:secret:secret-name", + "arn:aws:secretsmanager:us-east-1:111122223333:secret:secret-name-with-suffix" @@ -322,2 +322,2 @@ JSON - "arn:aws:redshift:us-east-1:account_id:cluster:cluster-name", - "..." + "arn:aws:redshift:us-east-1:111122223333:cluster:cluster-name", + "arn:aws:redshift:us-east-1:111122223333:dbuser:cluster-name/db-user-name"