Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

GovCloud support? #176

Open
YakDriver opened this issue Nov 11, 2020 · 1 comment
Open

GovCloud support? #176

YakDriver opened this issue Nov 11, 2020 · 1 comment

Comments

@YakDriver
Copy link

YakDriver commented Nov 11, 2020

Describe the feature you'd like
Is this container available on GovCloud? If so, where? If not, can it be made available?

How would this feature be used? Please describe.
Same as other regions but within GovCloud partition.

Describe alternatives you've considered
None

Additional context
Many prebuilt containers are available on GovCloud and this one should be too.

Available on GovCloud 😀

  • "blazingtext"
  • "factorization-machines"
  • "forecasting-deepar"
  • "image-classification"
  • "ipinsights"
  • "kmeans"
  • "knn"
  • "lda"
  • "linear-learner"
  • "ntm"
  • "object-detection"
  • "object2vec"
  • "pca"
  • "randomcutforest"
  • "sagemaker-scikit-learn"
  • "sagemaker-sparkml-serving"
  • "sagemaker-xgboost"
  • "semantic-segmentation"
  • "seq2seq"

NOT Available on GovCloud 😢

  • "mxnet-inference-eia"
  • "mxnet-inference"
  • "mxnet-training"
  • "pytorch-inference-eia"
  • "pytorch-inference"
  • "pytorch-training"
  • "sagemaker-tensorflow-serving"
  • "tensorflow-inference-eia"
  • "tensorflow-inference"
  • "tensorflow-training"
@laurenyu
Copy link
Contributor

@YakDriver all of the images you listed should be available in GovCloud! I don't see it listed in the docs, but the SageMaker Python SDK has a utility for getting image URIs:

>>> from sagemaker.image_uris import retrieve
>>> retrieve('tensorflow', 'us-gov-west-1', image_scope='inference', version='2.3', instance_type='ml.m4.xlarge')
'442386744353.dkr.ecr.us-gov-west-1.amazonaws.com/tensorflow-inference:2.3-cpu'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants