AWS-CLI is the command line interface for Amazon AWS to enable transfer from the cluster to the AWS Storage and vice versa.
This command is available only on the hpctransfer1 node as the transfer gateway to and from the cluster.
ssh hpctransfer1 # to get to the node from any cluster node.
aws s3 cp yourSubFolder s3://mybucket/ --recursive --exclude "*" --include "*.txt"Â # example only