Skip to content

Instantly share code, notes, and snippets.

@LozanoMatheus
Created December 10, 2020 19:41
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