AWS Doc SDK Examples
翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
または StartAutomationExecution
AWS SDKで を使用する CLI
以下のコード例は、StartAutomationExecution
の使用方法を示しています。
- CLI
-
- AWS CLI
-
例 1: オートメーションドキュメントを実行するには
次の
start-automation-execution
の例では、オートメーションドキュメントを実行します。aws ssm start-automation-execution \ --document-name
"AWS-UpdateLinuxAmi"
\ --parameters"AutomationAssumeRole=arn:aws:iam::123456789012:role/SSMAutomationRole,SourceAmiId=ami-EXAMPLE,IamInstanceProfileName=EC2InstanceRole"
出力:
{ "AutomationExecutionId": "4105a4fc-f944-11e6-9d32-0a1b2EXAMPLE" }
詳細については、「AWS Systems Manager ユーザーガイド」の「オートメーションを手動で実行する」を参照してください。
例 2: 共有オートメーションドキュメントを実行するには
次の
start-automation-execution
の例では、共有オートメーションドキュメントを実行します。aws ssm start-automation-execution \ --document-name
"arn:aws:ssm:us-east-1:123456789012:document/ExampleDocument"
出力:
{ "AutomationExecutionId": "4105a4fc-f944-11e6-9d32-0a1b2EXAMPLE" }
詳細については、「Systems Manager ユーザーガイド」の「共有SSMドキュメントの使用」を参照してください。 AWS
-
API 詳細については、「 コマンドリファレンスStartAutomationExecution
」の「」を参照してください。 AWS CLI
-
- PowerShell
-
- のツール PowerShell
-
例 1: この例では、オートメーションロール、AMIソース ID、および Amazon EC2インスタンスロールを指定するドキュメントを実行します。
Start-SSMAutomationExecution -DocumentName AWS-UpdateLinuxAmi -Parameter @{'AutomationAssumeRole'='arn:aws:iam::123456789012:role/SSMAutomationRole';'SourceAmiId'='ami-f173cc91';'InstanceIamRole'='EC2InstanceRole'}
出力:
3a532a4f-0382-11e7-9df7-6f11185f6dd1
-
API 詳細については、「 コマンドレットリファレンスStartAutomationExecution」の「」を参照してください。 AWS Tools for PowerShell
-
SendCommand
StartSession