Skip to content

Instantly share code, notes, and snippets.

@BenSlabbert
Created January 3, 2019 12:44
Show Gist options
  • Save BenSlabbert/1b0843074ef39f244b5699828f383f3d to your computer and use it in GitHub Desktop.
Save BenSlabbert/1b0843074ef39f244b5699828f383f3d to your computer and use it in GitHub Desktop.
SSH to EC2
ssh -i ${instance.key} ec2-user@${ec2.ip}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment