how to transfer a file from local to ic2 instance
xxxxxxxxxx
scp -i filename.pem [file_to_be-tranfer] remoteuser@<remotehost>or<ip>:/remote/directory/destination
How to transfer file from local to remote
xxxxxxxxxx
scp [file_name] remoteuser@remotehost:/remote/directory