From 9df2e69894b559db02d7d4d8feab131d5cfc6a1a Mon Sep 17 00:00:00 2001 From: Veronica4036 <60287165+Veronica4036@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:07:18 +0530 Subject: [PATCH] Update README.md Without region, it throws the below error: $ aws ssm start-session --target i-XXXXYYYYZZZZ An error occurred (TargetNotConnected) when calling the StartSession operation: i-XXXXYYYYZZZZ is not connected. After adding the region, the command runs successfully --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c20b2df12d..aed4b33d472 100644 --- a/README.md +++ b/README.md @@ -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.