Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save imsmo/4c4859537cb513e039c3ec05ef68bc6d to your computer and use it in GitHub Desktop.
Save imsmo/4c4859537cb513e039c3ec05ef68bc6d to your computer and use it in GitHub Desktop.
s3 Bucket image move from EFS or instace Folder
Step 1: ssh login into bastion/instance host
Step 2: Move to folder path Like: cd /opt/efs/
Step 3: Run this command
Sample 1
aws s3 sync banner/ s3://gamtoss-image/web/uploads/images/banner/
Sample 2
aws s3 sync player/ s3://gamtoss-image/web/uploads/images/player/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment