Skip to content

Commit e3372ab

Browse files
committed
docs(cdk): fix order
1 parent 936f512 commit e3372ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

typescript/ssm-document-association/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ An example that shows how to create an SSM document and associate it with target
2020
1. SSM Document is created with a command to write the current timestamp to a file.
2121
2. SSM Document Association is created with a target tag, parameter, and schedule.
2222
3. 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

6161
1. Deploy the stack and connect to the EC2 instance using AWS Session Manager.
6262

63-
6463
2. Verify the existence of the file with the timestamp.
6564

6665
```bash

0 commit comments

Comments
 (0)