Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clarencetw/0e717d0e52a05bf14db9c1d87477d527 to your computer and use it in GitHub Desktop.
Save clarencetw/0e717d0e52a05bf14db9c1d87477d527 to your computer and use it in GitHub Desktop.
amazon-ec2-instance-connect-install-and-use-1
ssh -i my_ec2_private_key.pem ubuntu@ec2-a-b-c-d.us-west-2.compute.amazonaws.com
sudo apt-get update
sudo apt-get install ec2-instance-connect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment