AWS redshift documentation change
Summary
Updated IAM role references from 'IAMR:' to 'IAM:' in GRANT statements
Security assessment
Corrects IAM role syntax but does not introduce new security features or address vulnerabilities
Diff
diff --git a/redshift/latest/mgmt/metrics-sys-view-based-queries.md b/redshift/latest/mgmt/metrics-sys-view-based-queries.md index 5f39df51d..da65359ea 100644 --- a//redshift/latest/mgmt/metrics-sys-view-based-queries.md +++ b//redshift/latest/mgmt/metrics-sys-view-based-queries.md @@ -29,2 +29,2 @@ To grant the privilege to view queries owned by all users to a database user or - grant role sys:monitor to "IAMR:role-name"; - grant role sys:monitor to "IAMR:user-name"; + grant role sys:monitor to "IAM:role-name"; + grant role sys:monitor to "IAM:user-name";