1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/aws-history.md

13 lines
405 B
Markdown
Raw Normal View History

2024-09-22 01:46:36 +09:00
# aws history
> AWS CLI 명령어 대한 명령어 입력 기록을 인쇄 (AWS CLI 명령어 입력 기록 권한이 활성화되어야 함).
> 더 많은 정보: <https://docs.aws.amazon.com/cli/latest/reference/history/>.
- 명령어 ID로 명령 기록 나열:
`aws history list`
- 명령어 ID가 지정된 특정 명령과 관련된 이벤트 표시:
`aws history show {{명령어_아이디}}`