File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
typescript/ssm-document-association Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ An example that shows how to create an SSM document and associate it with target
20201 . SSM Document is created with a command to write the current timestamp to a file.
21212 . SSM Document Association is created with a target tag, parameter, and schedule.
22223 . An EC2 instance is created with the same tag-value combination as the SSM Document Association target.
23- 3 . You can connect to the EC2 instance using AWS Session Manager.
24- 4 . Verify the existence of the file with the timestamp.
23+ 4 . You can connect to the EC2 instance using AWS Session Manager.
24+ 5 . Verify the existence of the file with the timestamp.
2525
2626
2727## Build and Deploy
@@ -60,7 +60,6 @@ Stack ARN: <STACK_ARN>
6060
61611 . Deploy the stack and connect to the EC2 instance using AWS Session Manager.
6262
63-
64632 . Verify the existence of the file with the timestamp.
6564
6665``` bash
You can’t perform that action at this time.
0 commit comments