Showing posts with label Amazon EC2. Show all posts
Showing posts with label Amazon EC2. Show all posts

Wednesday, September 21, 2016

Useful Amazon EC2 commands

SSH to EC2 instance:
sudo ssh -i <path/cluster.pem> user@public DNS

SCP file from desktop to EC2 instance: