Wednesday, September 5, 2018

AWS CLI - Copy data of one s3 bucket to another s3 bucket of same AWS account

Once aws account is configured using secret and access keys, run following command.
aws s3 sync s3://bucket1 s3://bucket2

No comments:

Post a Comment