Last active
May 9, 2024 16:27
-
-
Save cmd-save/7d064362cad0ef603f572bf3fb2d25dc to your computer and use it in GitHub Desktop.
SCP to amazon EC2 server
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
| To Secure copy from your local computer to Amazon EC2 instance, use the following script: | |
| scp -i <.pem file> /path/to/file ubuntu@ec2-52-14-247-23.us-east-2.compute.amazonaws.com:/your/destination/directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment