I have a sagemaker account setup in US-WEST-2 region. I have successfully trained and deployed my model; however, how can I chose to deploy the endpoint in a different region?

0

Assume I have a sagemaker account in one region where I have all my code, data and model artifacts etc.. I have been able to successfully deploy these models using the estimator.deploy() API after calling the estimator.fit() method. However, what If I dont want to deploy the model in the same region as my sagemaker account and want to deploy the endpoint in another region, how can I do that?

  • With AWS Model registry you can share models accross accounts. You can register your model in the region you choose then deploy it from there.

질문됨 일 년 전762회 조회
1개 답변
0

You can specify the region using either AWS SDK for Python (Boto3) or SageMaker Python SDK. Amazon SageMaker documentation provide a step by step guide for each one of them. You need

  1. SageMaker region name
  2. SageMaker execution role
  3. Your framework
  4. model data path
AWS
Zmnako
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠