0

In the AWS Console, I opened the AWS Systems Manager Console. I then chose "Run Command" and clicked the "Run a command" button.

The only commands it has are:

AWS-ApplyAnsiblePlaybooks   Amazon  Linux
AWS-ApplyChefRecipes    Amazon  Windows, Linux
AWS-ApplyDSCMofs    Amazon  Windows
AWS-ApplyPatchBaseline  Amazon  Windows
AWS-ConfigureAWSPackage Amazon  Windows, Linux
AWS-ConfigureCloudWatch Amazon  Windows
AWS-ConfigureDocker Amazon  Windows, Linux
AWS-ConfigureWindowsUpdate  Amazon  Windows
AWS-FindWindowsUpdates  Amazon  Windows
AWS-InstallApplication  Amazon  Windows

Where did the AWS-RunShellScript command go? Is there another way i can test running a command on an EC2 instance that I have not opened up for inbound internet traffic?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Don Rhummy
  • 24,730
  • 42
  • 175
  • 330

1 Answers1

0

There are multiple pages of commands available.

Either click the arrow (>) in the top-right of the list to view more commands, or type the name of the command in the search field.

It's not that obvious in the UI. Feel free to submit Feedback (bottom-left corner of the console) if you think the UI should be improved.

Systems Manager Run Command

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470