From the course: Running Kubernetes on AWS (EKS)

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Install AWS CLI on macOS

Install AWS CLI on macOS

- [Instructor] The AWS CLI tool gives you a way to make requests to the AWS API from your computer instead of the user interface that comes with the AWS console. In this video, you will see how to install the AWS CLI for MacOS. Using the Brew Package Manager is my preferred solution for installing software on a Mac. So let's see if there is a formula for AWS CLI by searching homebrew AWS CLI. It looks like there is. We'll go to that page. We'll copy and paste this Brew command, and run it in our terminal. Brew install awscli. This may take a while. Once you think the installation is complete, you can test whether or not it worked by running the command aws help. If you see this information about the AWS Command Line Tool, it means your insulation was successful. The AWS CLI tool only works with the AWS cloud provider. And in the future, if you create an account with Google Cloud Platform or Microsoft Azure, you…

Contents