AWS prescriptive-guidance low security documentation change
Summary
Updated S3 bucket ARN in example IAM policy
Security assessment
Changed example resource ARN from a potentially misleading format (12345678910-features) to a clear demo bucket (amzn-s3-demo-bucket). Prevents accidental use of real bucket patterns in policies, reducing misconfiguration risks.
Diff
diff --git a/prescriptive-guidance/latest/ml-operations-planning/feature-store.md b/prescriptive-guidance/latest/ml-operations-planning/feature-store.md index 06b1cdb0c..1051b08a1 100644 --- a//prescriptive-guidance/latest/ml-operations-planning/feature-store.md +++ b//prescriptive-guidance/latest/ml-operations-planning/feature-store.md @@ -29 +29 @@ For example, the following policy restricts access to a sensitive feature in Fea - "Resource": "arn:aws:s3:::us-east-2-12345678910-features/12345678910/sagemaker/us-east-2/offline-store/doctor-appointments" + "Resource": "arn:aws:s3:::us-east-2-amzn-s3-demo-bucket/12345678910/sagemaker/us-east-2/offline-store/doctor-appointments"