I am using AWS ec2 instance. On this instance I\'m resulting some files. These operations are done by user data.
Now I want to store those files on s3 by writing co
Install s3cmd Package as:
yum install s3cmd
or
sudo apt-get install s3cmd
depending on your OS. Then copy data with this:
s3cmd get s3://tecadmin/file.txt
also ls can list the files.
ls
For more detils see this