NEW: document for testing SSM on Linux

This commit is contained in:
xpk 2020-02-25 14:50:19 +08:00
parent 4ab72b3471
commit 4d773717fc
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86
1 changed files with 15 additions and 0 deletions

15
aws-ssm/ssm-test.yaml Normal file
View File

@ -0,0 +1,15 @@
---
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"