Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Currently, there's no good way to get account/registry IDs for prebuilt Docker images. The account IDs vary across regions and across algorithms and libraries. These data sources provide many different Docker image URLs to the ECR:
New or Affected Resource(s)
- aws_sagemaker_prebuilt_image
Potential Terraform Configuration
data "aws_sagemaker_prebuilt_ecr_image" "test" {
repository_name = "sagemaker-scikit-learn"
image_tag = "2.2-1.0.11.0"
}
References
Community Note
Description
Currently, there's no good way to get account/registry IDs for prebuilt Docker images. The account IDs vary across regions and across algorithms and libraries. These data sources provide many different Docker image URLs to the ECR:
New or Affected Resource(s)
Potential Terraform Configuration
References