Guest User

Untitled

a guest
Oct 1st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $ aws ssm send-command --document-name "AWS-RunShellScript"
  2. --comment "listing services" --instance-ids "Instance-ID"
  3. --parameters commands="service --status-all" --region us-west-2 --output text
Add Comment
Please, Sign In to add comment