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
Use s3cmd for that:
s3cmd
s3cmd get s3://AWS_S3_Bucket/dir/file
See how to install s3cmd here:
This works for me...