Open2

【コマンドメモ】awscliでFISを操作したり参照したり

not75743not75743

テンプレート一覧表示

aws fis list-experiment-templates

テンプレートの情報を取得(idが必要)

aws fis get-experiment-template --id <experiment template id>

実験の開始

aws fis start-experiment --experiment-template-id <experiment template id>

実験結果の確認

aws fis get-experiment --id <template id>