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
asked 3 years ago3019 views
2 Answers
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
answered 3 years ago
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
EXPERT
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions