Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DmitriyLyalyuev/4e61645c1b36771645f88daa8ba50b2e to your computer and use it in GitHub Desktop.
Save DmitriyLyalyuev/4e61645c1b36771645f88daa8ba50b2e to your computer and use it in GitHub Desktop.
s3 cross account replication with aws cli
aws s3 sync s3://SOURCE-BUCKET-NAME s3://DESTINATION-BUCKET-NAME --source-region SOURCE-REGION-NAME --region DESTINATION-REGION-NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment