AWS aurora-dsql documentation change
Summary
Changed example IAM action from dsql:CreateCluster to dsql:GetCluster
Security assessment
Example update with no direct security impact.
Diff
diff --git a/aurora-dsql/latest/userguide/authentication-authorization.md b/aurora-dsql/latest/userguide/authentication-authorization.md index 52b71779f..c4de8a671 100644 --- a//aurora-dsql/latest/userguide/authentication-authorization.md +++ b//aurora-dsql/latest/userguide/authentication-authorization.md @@ -23 +23 @@ To authenticate your IAM identity when you manage Aurora DSQL clusters, you must -To manage Aurora DSQL clusters, grant authorization using IAM actions for Aurora DSQL. For example, to create a cluster, make sure that your IAM identity has permissions for the IAM action `dsql:CreateCluster`, as in the following sample policy action. +To manage Aurora DSQL clusters, grant authorization using IAM actions for Aurora DSQL. For example, to describe a cluster, make sure that your IAM identity has permissions for the IAM action `dsql:GetCluster`, as in the following sample policy action. @@ -28 +28 @@ To manage Aurora DSQL clusters, grant authorization using IAM actions for Aurora - "Action": "dsql:CreateCluster", + "Action": "dsql:GetCluster",