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
From the course: Running Kubernetes on AWS (EKS)
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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Install AWS CLI on Windows1m 47s
-
(Locked)
Install AWS CLI on Linux3m 2s
-
(Locked)
Install AWS CLI on macOS1m 29s
-
(Locked)
Install kubectl on Windows1m 15s
-
(Locked)
Install kubectl on Linux1m 36s
-
(Locked)
Install kubectl on macOS1m 17s
-
(Locked)
Install eksctl on Windows1m 15s
-
(Locked)
Install eksctl on Linux1m 37s
-
(Locked)
Install eksctl on macOS1m 22s
-
-
-
-