Skip to content

Commit 02e4929

Browse files
authored
Merge pull request aws#3650 from mark-amzn/patch-3
Update start-automation-execution.rst
2 parents 39a6ea6 + 7be9ddf commit 02e4929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awscli/examples/ssm/start-automation-execution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example executes a document.
44

55
Command::
66

7-
aws ssm start-automation-execution --document-name "AWS-UpdateLinuxAmi" --parameters "AutomationAssumeRole=arn:aws:iam::812345678901:role/SSMAutomationRole,SourceAmiId=ami-f173cc91,InstanceIamRole=EC2InstanceRole"
7+
aws ssm start-automation-execution --document-name "AWS-UpdateLinuxAmi" --parameters "AutomationAssumeRole=arn:aws:iam::812345678901:role/SSMAutomationRole,SourceAmiId=ami-f173cc91,IamInstanceProfileName=EC2InstanceRole"
88
99
Output::
1010

0 commit comments

Comments
 (0)