AWS databrew documentation change
Summary
Removed AWS Glue cross-account policy example
Security assessment
Policy example removal without evidence of security remediation.
Diff
diff --git a/databrew/latest/dg/supported-data-connection-sources.md b/databrew/latest/dg/supported-data-connection-sources.md index ba16f8a88..68a8e9c18 100644 --- a//databrew/latest/dg/supported-data-connection-sources.md +++ b//databrew/latest/dg/supported-data-connection-sources.md @@ -41,15 +40,0 @@ DataBrew can also access AWS Glue Data Catalog S3 tables from other accounts if - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect" : "Allow", - "Principal" : { - "AWS" : "*$ACCOUNT_TO*" - }, - "Action" : "glue:*", - "Resource" : "arn:aws:glue:*us-east-1*:*$ACCOUNT_FROM*:*" - } - ] - } - -