Run the installer and follow the instructions that appear
Installation for Linux, macOS, or Unix:
You should have a working version of Python 2.6.5+ or 3.5+ in your system. Otherwise, install python in your system first. Check your Python installation:
$ python --version
Follow the given steps to install AWS CLI using bundled installer:
Download the AWS CLI bundled installer. For Linux flavor the command is as follows:
Type aws configure in command prompt or shell depending on your machine operating system. It will ask for the required details. Provide AWS Access Key ID and AWS Secret Access Key that were generated while creating an admin user. You can mention us-east-1 as the default region or choose any other region from the list given in the screenshot following and JSON as Default output format. Don't worry if you don't understand region for now. We shall take a detailed look at in the following section.
Configure AWS CLI
You are all set for creating, modifying and managing networking components through API/CLI call in AWS depending on AWS privilege that your user have.