To use SSH connect to my EC2:
ssh -i "key file" ubuntu@ec2-23-23-28-26.compute-1.amazonaws.com
To use SCP copy file to my EC2:
ssh -i "key file" "source file" ubuntu@ec2-23-23-28-26.compute-1.amazonaws.com:"destination file"
Now I plan to deploy Django on my EC2 server!
没有评论:
发表评论