AWS eks documentation change
Summary
Removed --output json flag from AWS CLI command in trust policy example
Security assessment
Command formatting change without security implications
Diff
diff --git a/eks/latest/userguide/efs-csi.md b/eks/latest/userguide/efs-csi.md index 2fab4a3fb..2c76a5dd1 100644 --- a/eks/latest/userguide/efs-csi.md +++ b/eks/latest/userguide/efs-csi.md @@ -83 +83 @@ Run the following commands to create an IAM role with `eksctl`. Replace `my-clus - TRUST_POLICY=$(aws iam get-role --output json --role-name $role_name --query 'Role.AssumeRolePolicyDocument' | \ + TRUST_POLICY=$(aws iam get-role --role-name $role_name --query 'Role.AssumeRolePolicyDocument' | \