AWS redshift documentation change
Summary
Removed sample resource policy for Redshift inbound integration
Security assessment
Deletion of authorization policy example doesn't indicate security remediation. No vulnerability evidence provided.
Diff
diff --git a/redshift/latest/mgmt/zero-etl-using.redshift-iam.md b/redshift/latest/mgmt/zero-etl-using.redshift-iam.md index 642aa3f3e..23356807c 100644 --- a//redshift/latest/mgmt/zero-etl-using.redshift-iam.md +++ b//redshift/latest/mgmt/zero-etl-using.redshift-iam.md @@ -115,33 +114,0 @@ The following is a sample resource policy. -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "redshift.amazonaws.com" - }, - "Action": "redshift:AuthorizeInboundIntegration", - "Condition": { - "StringEquals": { - "aws:SourceArn": "source_arn" - } - } - }, - { - "Effect": "Allow", - "Principal": { - "AWS": "source_principal" - }, - "Action": "redshift:CreateInboundIntegration" - } - ] - } - -