Preparing for the Cluster Setup: AWS CLI and Region
In this lesson, we will start preparing for the setup of our production ready cluster by setting up AWS CLI and default region environment variable.
Setting Up AWS CLI
We’ll continue using the specifications from the vfarcic/k8s-specs
repository, so the first thing we’ll do is to go inside the directory where we cloned it, and pull the latest version.
ℹ️ All the commands from this chapter are available in the 14-aws.sh Gist.
Press + to interact
cd k8s-specsgit pull
We will assume that you already have an AWS account. If that’s not the case, please head over to Amazon Web Services and sign-up.
ℹ️ If you are already proficient with AWS, you might want to skim through the text that follows and only execute the ...
Access this course and 1400+ top-rated courses and projects.