Does the normal AWS CLI use SSL by default when transferring data into S3 with the following command?
aws s3 cp source to destination
By default, the AWS CLI uses SSL when communicating with AWS services.
I just tried running:
> aws s3 ls
and wireshark reports the response protocol used is TLSv1.2. So, yes it seems to be using SSL even for simple commands like ls.