scp -i [local_ssh_key_file_path.pem] [local_file_path_to_upload] [email protected]:/home/vm-user/vm_path_to_upload
scp -i [local_ssh_key_file_path.pem] [email protected]:home/vm-user/vm_path_to_download [local_file_path_to_download]
scp -i [local_ssh_key_file_path.pem] [local_file_path_to_upload] [email protected]:/home/vm-user/vm_path_to_upload
scp -i [local_ssh_key_file_path.pem] [email protected]:home/vm-user/vm_path_to_download [local_file_path_to_download]