Difference between revisions of "Aws ssm start-session"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
  aws ssm start-session --target "i-1234567890abcdef0"
 
  aws ssm start-session --target "i-1234567890abcdef0"
 
  [[SessionManagerPlugin]] is not found. Please refer to SessionManager Documentation here: http://docs.aws.amazon.com/console/systems-manager/session-manager-plugin-not-found
 
  [[SessionManagerPlugin]] is not found. Please refer to SessionManager Documentation here: http://docs.aws.amazon.com/console/systems-manager/session-manager-plugin-not-found
 +
Solution: <code>[[brew install session-manager-plugin]]</code>
  
 
Connecting:
 
Connecting:

Revision as of 13:43, 22 February 2022

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ssm/start-session.html

aws ssm start-session --target "i-1234567890abcdef0"
Starting session with SessionId: Jane-Roe-07a16060613c408b5
aws ssm start-session --target "i-1234567890abcdef0"
SessionManagerPlugin is not found. Please refer to SessionManager Documentation here: http://docs.aws.amazon.com/console/systems-manager/session-manager-plugin-not-found
Solution: brew install session-manager-plugin

Connecting:

ssh -i /path/my-key-pair.pem ec2-user@i-02573cafcfEXAMPLE

Related

See also

Advertising: