diff --git a/pages/common/aws-history.md b/pages/common/aws-history.md new file mode 100644 index 0000000000000..121899cce8741 --- /dev/null +++ b/pages/common/aws-history.md @@ -0,0 +1,12 @@ +# aws history + +> Print the command-line history for AWS CLI commands (the record of history of AWS CLI commands must be enabled). +> More information: . + +- List commands history with command IDs: + +`aws history list` + +- Display events related to a specific command given a command ID: + +`aws history show {{command_id}}`