How to install and configure the AWS client
In this article we will see how we can install the AWS client using two simple shell scripts.
The scripts are:
conf_vars.sh
- will hold your AWS account credentials and your region data.
installAWSClient.sh
- will download, install and configure your AWS client.
Lets see the content of the scripts:
conf_vars.sh
- edit the file and add your credentials and region.
installAWSClient.sh
Create this two shell scripts on your Linux box and make them executable.
Lets demo the script execution.
- it is quite straight foreword.
Test your AWS client installation.
or
Great your AWS client is ready to be used.
Wanna see the Video version as well ? See Here!