March 2019
Beginner
736 pages
18h 35m
English
Install awscli to macOS using HomeBrew (https://brew.sh); this is the easiest way. HomeBrew has already been introduced in Chapter 12, Building your own Kubernetes Cluster, while installing minikube.
To install awscli by HomeBrew on your Mac, perform the following steps:
$ brew update
$ brew install awscli
$ aws --versionaws-cli/1.15.0 Python/3.6.5 Darwin/17.5.0 botocore/1.10.0
Read now
Unlock full access