Copying aws snapshot to S3 bucket
问题 I want to copy an EBS snapshot to my S3 bucket, but i cannot find a way to do it after trying and researching. I shall be grateful to you for any information that could get me started on a solution. 回答1: copy-snapshot command is the AWS CLI command that copies the snapshot of EBS volume and stores it in Amazon S3. You can copy the snapshot within the same region or from one region to another. This example command copies the snapshot of arbitrary id from one region to another. aws --region us