0

AWS has a remote management capability for EC2. I am looking for the same thing, but in the Ruby SDK. I see it mentioned in the image below (See second to last sentence) but for the life of me, I can't figure out where this is in the SDK. I have googled, looked through the docs and the API. Is this just a cut and paste issue in the AWS documentation?

enter image description here

traday
  • 1,151
  • 11
  • 21

1 Answers1

1

Run Command is part of the Simple Systems Manager Service (SSM).

Here it is in the Ruby SDK.

Mark B
  • 183,023
  • 24
  • 297
  • 295