Created
December 10, 2020 19:41
-
-
Save LozanoMatheus/971e12b5f85173401c87586df0e6ceac to your computer and use it in GitHub Desktop.
Accessing an EC2 via SSH using AWS SSM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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