AWS CLI: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 November 2024

21 November 2024

16 October 2024

19 August 2024

2 August 2024

22 July 2024

18 July 2024

28 June 2024

25 June 2024

24 June 2024

14 May 2024

  • curprev 01:1701:17, 14 May 2024Shahed talk contribs 986 bytes +986 Created page with "<syntaxhighlight lang="bash"> wget -cq https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -P ${HOME}/Downloads unzip -q ${HOME}/Downloads/awscli-exe-linux-x86_64.zip -d ${HOME}/Downloads/ rm -rf ${HOME}/Downloads/awscli-exe-linux-x86_64.zip sudo ${HOME}/Downloads/aws/install rm -rf ${HOME}/Downloads/aws </syntaxhighlight> ==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> aws --version aws configure </syntaxhighlight> | valign="top"| <syntax..."