0

Googling sends me to this page:

https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

But that page has no instructions for updating.

Running

aws --version

I see that I am out of date. Is the process to just uninstall/reinstall?

Chris Harrington
  • 1,238
  • 2
  • 15
  • 28
  • 2
    Yes, just uninstall and then reinstall. It says it there in the red **Important** box right at the top of the page. – Ermiya Eskandary Feb 12 '22 at 21:23
  • You can use brew on Mac or Chocolatey on Windows to update installed software (that was originally installed using those tools). – jarmod Feb 12 '22 at 21:56
  • Does this answer your question? [How to upgrade AWS CLI to the latest version?](https://stackoverflow.com/questions/36969391/how-to-upgrade-aws-cli-to-the-latest-version) – Ervin Szilagyi Feb 12 '22 at 22:19
  • What Operating System are you using? – John Rotenstein Feb 13 '22 at 07:40
  • I would use `pip` to update it as mentioned by @Ervin Szilagyi. You can install a specific version if you like(e.g `pip install awscli==1.18.105`). In case of issue in updating, you can also try `pip install awscli --force-reinstall --upgrade`. – Riz Feb 13 '22 at 21:07
  • I am on Windows. The red "important" box is about upgrading from version 1. I already have version 2. I assume there is an upgrade mechanism. – Chris Harrington Feb 15 '22 at 03:47

0 Answers0