When you execute the python script for use the AWS cloud call, gets an error like ModuleNotFoundError: No module named boto3. 

Which means have to be installed the Python module AWS - boto3 version for accessing the AWS cloud by python.

/usr/bin/python -m pip install boto3

pip install boto3