Skip to content

Instantly share code, notes, and snippets.

@LozanoMatheus
Created December 10, 2020 19:41
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 LozanoMatheus/971e12b5f85173401c87586df0e6ceac to your computer and use it in GitHub Desktop.
Save LozanoMatheus/971e12b5f85173401c87586df0e6ceac to your computer and use it in GitHub Desktop.
Accessing an EC2 via SSH using AWS SSM
aws ssm start-session --target ${Instance_Id}
## or
ssh ${Instance_Id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment