AWS managed-flink documentation change
Summary
Updated IAM role trust policy with concrete account ID
Security assessment
Change replaces placeholder account ID in a trust policy example. While related to security configuration, this is a documentation improvement rather than addressing a specific security issue.
Diff
diff --git a/managed-flink/latest/java/how-zeppelin-sql-examples.md b/managed-flink/latest/java/how-zeppelin-sql-examples.md index 27924f749..ac32dc931 100644 --- a//managed-flink/latest/java/how-zeppelin-sql-examples.md +++ b//managed-flink/latest/java/how-zeppelin-sql-examples.md @@ -469,0 +470,6 @@ Use the `AmazonKinesisFullAccess` policy and the following role trust policy for +JSON + + +**** + + @@ -477 +483 @@ Use the `AmazonKinesisFullAccess` policy and the following role trust policy for - "AWS": "arn:aws:iam::<accountID>:root" + "AWS": "arn:aws:iam::123456789012:root"