Installing AWS CLI on macOS

Install awscli to macOS using HomeBrew (https://brew.sh); this is the easiest way. HomeBrew has already been introduced in Chapter 1Building your own Kubernetes Cluster, while installing minikube.

To install awscli by HomeBrew on your Mac, perform the following steps:

  1. Type the following command to update the latest formula:
$ brew update
  1. Specify awscli to install:
$ brew install awscli
  1. Verify the aws command using the --version option:
$ aws --version
aws-cli/1.15.0 Python/3.6.5 Darwin/17.5.0 botocore/1.10.0
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.244.228