Subpages (3): athena s3 sagemaker
aws client to work with in shell "s3cmd"
#on ubuntu:
sudo apt-get install s3cmds3cmd --configures3cmd --helps3cmd ls #list all available bucketss3cmd get s3://bucket/object #to download ##to resume broken download use --continues3cmd cp s3://bucket1/object1 s3://bucket2/object1 #to copys3cmd info s3://bucket/object #to get last modified date and other info about objects and basket.#on centos epel-release might be required to be installed first. then
yum install s3cmd-----Lambda functions.
-----serverless and aws-cli