Subpages (3): athena s3 sagemaker
aws client to work with in shell "s3cmd"
#on ubuntu:
sudo apt-get install s3cmd
s3cmd --configure
s3cmd --help
s3cmd ls #list all available buckets
s3cmd get s3://bucket/object #to download ##to resume broken download use --continue
s3cmd cp s3://bucket1/object1 s3://bucket2/object1 #to copy
s3cmd 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