AWS security-ir documentation change
Summary
Corrected CLI flag from '--no-cli-page' to '--no-cli-pager' and removed redundant role creation step.
Security assessment
CLI flag correction fixes a potential misconfiguration but doesn't patch a security vulnerability. Step removal is procedural cleanup without security impact.
Diff
diff --git a/security-ir/latest/userguide/select-a-membership-account.md b/security-ir/latest/userguide/select-a-membership-account.md index 2f9c2a042..13be35d56 100644 --- a//security-ir/latest/userguide/select-a-membership-account.md +++ b//security-ir/latest/userguide/select-a-membership-account.md @@ -25 +25 @@ You can use the IAM to create this role in your AWS Organizations management acc - 3. Use the CLI command `aws iam create-service-linked-role --aws-service-name "triage.security-ir.amazonaws.com" --no-cli-page` + 3. Use the CLI command `aws iam create-service-linked-role --aws-service-name "triage.security-ir.amazonaws.com" --no-cli-pager` @@ -29,2 +28,0 @@ You can use the IAM to create this role in your AWS Organizations management acc - 5. Review the role and then choose **Create role**. -