AWS Security ChangesHomeSearch

AWS cloudformation-cli documentation change

Service: cloudformation-cli · 2025-03-23 · Documentation low

File: cloudformation-cli/latest/hooks-userguide/guard-hooks-activate-hooks.md

Summary

Corrected CLI parameter name from --execution-role to --execution-role-arn in a command example.

Security assessment

Parameter name correction improves documentation accuracy but doesn't address a specific security vulnerability or describe security features.

Diff

diff --git a/cloudformation-cli/latest/hooks-userguide/guard-hooks-activate-hooks.md b/cloudformation-cli/latest/hooks-userguide/guard-hooks-activate-hooks.md
index 29c0a3149..8e6dc76a6 100644
--- a/cloudformation-cli/latest/hooks-userguide/guard-hooks-activate-hooks.md
+++ b/cloudformation-cli/latest/hooks-userguide/guard-hooks-activate-hooks.md
@@ -137 +137 @@ Before you continue, confirm that you have created the Guard rule and the execut
-      --execution-role arn:aws:iam::123456789012:role/my-execution-role \
+      --execution-role-arn arn:aws:iam::123456789012:role/my-execution-role \