Installing tools in an automated way
So far, we have installed all these tools manually, but wouldn't it be great if we had an automated way to install these tools?
Here is the script that automates the installation process of all these tools:
git clone https://github.com/PacktPublishing/AWS-for-System-Administrators cd AWS-for-System-Administrators/tree/master/Chapter1 chmod +x env_setup.sh sudo bash env_setup.sh
In this section, you have learned how rather than installing tools manually with the help of a simple shell script, we can automate the installation of tools such as the AWS CLI, Boto3, and Terraform.