Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Last active October 6, 2016 15:17
Show Gist options
  • Save DorkNstein/a82a1f5945846e7ab9342982de3ada74 to your computer and use it in GitHub Desktop.
Save DorkNstein/a82a1f5945846e7ab9342982de3ada74 to your computer and use it in GitHub Desktop.
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