How to copy files from Amazon AWS EC2 to S3 from command line
$ aws s3 cp myfolder s3://mybucket/myfolder --recursive
$ aws s3 cp myfile s3://i88-ca-backup/
You need AWS Command Line Interface
And configure it with
$ aws configure
$ aws s3 cp myfile s3://i88-ca-backup/
You need AWS Command Line Interface
And configure it with
$ aws configure
Comments
Post a Comment