Skip to content

Commit

Permalink
Merge pull request #4129 from Veronica4036/patch-1
Browse files Browse the repository at this point in the history
Update README.md - Need to add region flag to the command: aws ssm start-session --target INSTANCE_ID
  • Loading branch information
vigh-m authored Aug 13, 2024
2 parents 7ca8a0a + 9df2e69 commit 721c3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ If you prefer a command-line tool, you can start a session with a recent [AWS CL
Then you'd be able to start a session using only your instance ID, like this:

```shell
aws ssm start-session --target INSTANCE_ID
aws ssm start-session --target INSTANCE_ID --region REGION_CODE
```

With the [default control container](https://github.com/bottlerocket-os/bottlerocket-control-container), you can make [API calls](#api) to configure and manage your Bottlerocket host.
Expand Down

0 comments on commit 721c3a6

Please sign in to comment.