Just a reminder: scp (server copy) command.
- Just a reminder: scp (server copy) command always run from the local environment.
Copying from local to server : sudo scp -i example.pem <source> ubuntu@<ip address OR instance location>:<destination>
Copying from server to local : sudo scp -i example.pem ubuntu@<ip address OR instance location>:<source> <destination>