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

SSMManager: get_endpoint_instance_id support timeline? #19

Open
rbp15 opened this issue Mar 21, 2023 · 1 comment
Open

SSMManager: get_endpoint_instance_id support timeline? #19

rbp15 opened this issue Mar 21, 2023 · 1 comment
Labels
question Further information is requested

Comments

@rbp15
Copy link

rbp15 commented Mar 21, 2023

Is there an ETA or roadmap ballpark to support:

def get_endpoint_instance_ids(self, endpoint_name, timeout_in_sec=0):
        raise AssertionError("Not supported yet.")
@ivan-khvostishkov
Copy link
Contributor

Hi, @randallbpotter15,

Thank you for sporting this and for asking the question. This is indeed the nice to support feature.

The reason why it’s not currently supported by SageMaker SSH Helper is that because there’s no easy way in SageMaker itself to figure out the endpoint name from inside the endpoint, and SSMManager needs this information to work correctly.

At this moment I don’t have an ETA for this. Let’s keep this issue open to track the updates.

As a workaround, you may still use the SSHLog class with the similar method, but it’s using CloudWatch to resolve instances. Is it something that will be helpful for you?

@ivan-khvostishkov ivan-khvostishkov added the question Further information is requested label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants