Last active
October 6, 2016 15:17
-
-
Save DorkNstein/a82a1f5945846e7ab9342982de3ada74 to your computer and use it in GitHub Desktop.
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
scp -i <pemkey>.pem <filename>.zip ec2-user@<ip-addr>:/path/to/destination | |
ssh -i <pemkey>.pem ec2-user@<ip-addr> | |
sudo yum install unzip | |
unzip <filename>.zip -d /path/to/destination/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment