AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2025-08-28 · Documentation low

File: redshift/latest/dg/loading-data-copy-job.md

Summary

Removed multiple JSON policy examples related to S3 bucket notifications and Redshift integration permissions

Security assessment

The changes remove example IAM policies but do not indicate any security vulnerability being addressed. This appears to be documentation cleanup rather than a security-related update.

Diff

diff --git a/redshift/latest/dg/loading-data-copy-job.md b/redshift/latest/dg/loading-data-copy-job.md
index 58f3319e7..b8a8cb4c0 100644
--- a//redshift/latest/dg/loading-data-copy-job.md
+++ b//redshift/latest/dg/loading-data-copy-job.md
@@ -25,32 +24,0 @@ To set up your s3 event integration, confirm the following prerequisites are com
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "Auto-Copy-Policy-01",
-                "Effect": "Allow",
-                "Principal": {
-                    "Service": "redshift.amazonaws.com"
-                    },
-                "Action": [
-                    "s3:GetBucketNotification",
-                    "s3:PutBucketNotification",
-                    "s3:GetBucketLocation"
-                ],
-                "Resource": "arn:aws:s3:::amzn-s3-demo-bucket",
-                "Condition": {
-                    "StringLike": {
-                        "aws:SourceArn": "arn:aws:redshift:us-east-1:123456789012:integration:*",
-                        "aws:SourceAccount": "123456789012"
-                    }
-                }
-            }
-        ]
-    }
-    
-
@@ -120,39 +87,0 @@ Where `rs-rp.json` contains:
-JSON
-    
-
-****
-    
-    
-        {
-    	"Version": "2012-10-17",
-    	"Statement": [
-    		{
-    			"Effect": "Allow",
-    			"Principal": {
-    				"Service": "redshift.amazonaws.com"
-    			},
-    			"Action": "redshift:AuthorizeInboundIntegration",
-    			"Resource": "arn:aws:redshift:us-east-1:123456789012:namespace/cc4ffe56-ad2c-4fd1-a5a2-f29124a56433",
-    			"Condition": {
-    				"StringEquals": {
-    					"aws:SourceArn": "arn:aws:s3:::amzn-s3-demo-bucket"
-    				}
-    			}
-    		},
-    		{
-    			"Effect": "Allow",
-    			"Principal": {
-    				"AWS": "arn:aws:iam::123456789012:role/myRedshiftRole"
-    			},
-    			"Action": "redshift:CreateInboundIntegration",
-    			"Resource": "arn:aws:redshift:us-east-1:123456789012:namespace/cc4ffe56-ad2c-4fd1-a5a2-f29124a56433",
-    			"Condition": {
-    				"StringEquals": {
-    					"aws:SourceArn": "arn:aws:s3:::amzn-s3-demo-bucket"
-    				}
-    			}
-    		}
-    	]
-    }
-    
-
@@ -167,39 +95,0 @@ Where `rs-rp.json` contains:
-JSON
-    
-
-****
-    
-    
-        {
-    	"Version": "2012-10-17",
-    	"Statement": [
-    		{
-    			"Effect": "Allow",
-    			"Principal": {
-    				"Service": "redshift.amazonaws.com"
-    			},
-    			"Action": "redshift:AuthorizeInboundIntegration",
-    			"Resource": "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/namespace-1",
-    			"Condition": {
-    				"StringEquals": {
-    					"aws:SourceArn": "arn:aws:s3:::amzn-s3-demo-bucket"
-    				}
-    			}
-    		},
-    		{
-    			"Effect": "Allow",
-    			"Principal": {
-    				"AWS": "arn:aws:iam::123456789012:user/myUser"
-    			},
-    			"Action": "redshift:CreateInboundIntegration",
-    			"Resource": "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/namespace-1",
-    			"Condition": {
-    				"StringEquals": {
-    					"aws:SourceArn": "arn:aws:s3:::amzn-s3-demo-bucket"
-    				}
-    			}
-    		}
-    	]
-    }
-    
-