Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md - Need to add region flag to the command: aws ssm start-session --target INSTANCE_ID #4129

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

Veronica4036
Copy link
Contributor

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

Issue number:

Closes #

Description of changes:

Testing done:

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

@larvacea
Copy link
Member

larvacea commented Aug 6, 2024

Thanks! Let me test this behavior. I think you are correct: it's hard to imagine that the command could work without the region. I appreciate receiving this as a pull request.

Copy link
Contributor

@yeazelm yeazelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for improving our docs @Veronica4036!

README.md Outdated Show resolved Hide resolved
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
@vigh-m
Copy link
Contributor

vigh-m commented Aug 13, 2024

Removed an extra space

@vigh-m vigh-m merged commit 721c3a6 into bottlerocket-os:develop Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants