sudo hostname cafeserver
ssh-keygen -t rsa -f ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
ssh -i ~/.ssh/id_rsa ec2-user@<public-ip-of-ProdCafeServer>