Skip to content

Instantly share code, notes, and snippets.

@lengerfulluse
Created September 1, 2016 13:35
Show Gist options
  • Select an option

  • Save lengerfulluse/72a2d6556f1528f846ae4c390c7fefa5 to your computer and use it in GitHub Desktop.

Select an option

Save lengerfulluse/72a2d6556f1528f846ae4c390c7fefa5 to your computer and use it in GitHub Desktop.
common used aws commands collection
# change pem file mode
chmod 400 /path/my-key-pair.pem
# use ssh to login ec2 instance.
ssh -i /path/my-key-pair.pem [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment