Created
April 3, 2021 18:38
-
-
Save imsmo/4c4859537cb513e039c3ec05ef68bc6d to your computer and use it in GitHub Desktop.
s3 Bucket image move from EFS or instace Folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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