Amazon Web Services – CLI client OSX
AWS command line interface user guide can be found here:
https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html
Installing for OSX in cli:
1 2 | curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg -target / |
**The above will install for all users.
For more details (including removal), refer to: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-mac.html#cliv2-mac-install-cmd