How to transfer files between AWS s3 and AWS ec2

前端 未结 9 2180
借酒劲吻你
借酒劲吻你 2020-12-23 09:34

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

9条回答
  •  [愿得一人]
    2020-12-23 09:43

    On AWS CLI I have used the following command to copy zip file from EC2 instance to S3

    aws s3 cp file-name.zip s3://bucket-name/
    

提交回复
热议问题