16 lines
276 B
YAML
16 lines
276 B
YAML
|
---
|
||
|
schemaVersion: "2.2"
|
||
|
description: "SSM runCommand test"
|
||
|
mainSteps:
|
||
|
- action: "aws:runShellScript"
|
||
|
name: "Test"
|
||
|
inputs:
|
||
|
runCommand:
|
||
|
-
|
||
|
#!/usr/bin/env bash
|
||
|
/bin/touch /tmp/ssm-test
|
||
|
precondition:
|
||
|
StringEquals:
|
||
|
- "platformType"
|
||
|
- "Linux"
|