It will explain about: How to install boto3 ?
Steps to install pip:
Method-1: easy_install pip
Method-2:
step1: curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
step2: python get-pip.py
Note: Just perform this action with root account or with sudo
Boto3 is AWS SDK for Python. It is used to connect with AWS and managed services using Python. Boto3 is very helpful in creating scripts for automation of AWS administration tasks like creating new instances, modifying exist instance check health status, configure autoscaling, etc