Specify a subnet for SageMaker endpoints

1

Similar to setting subnet configuration for training jobs, is it possible to specify a subnet for SageMaker endpoints? Are they deployed in any default subnets, and is there a way to find that through SDK/CLI?

AWS
Durga_S
已提问 3 年前3163 查看次数
2 回答
2

Yes it is possible. Checkout this link for further information into vpc and endpoints. You can also create a VPC endpoint url and connect through CLI as mentioned in this link. In order to obtain the information using CLI you can use the describe-endpoint functionality. Based on the CLI documentation, VPC information might not be available using that.

AWS
Romil_S
已回答 3 年前
0

yes it is possible. please take a look at this link Give SageMaker Access to your VPC . You will need to specify a VPC model with security group for sagemaker to gain access to your VPC by providing at least 2 subnets in different AZ's. To connect sagemaker to an interface endpoint, please look at Connect SageMaker to VPC Interface Endpoints.

AWS
专家
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则