Skip to content

Commit

Permalink
examples/sagemaker: Change "upload to ECS" to "upload to ECR" (hashic…
Browse files Browse the repository at this point in the history
…orp#15502)

The `build_and_push.sh` script uploads the container to ECR, not ECS. 

- Change "ECS" to "ECR"
- Change link to point to ECR homepage
  • Loading branch information
cvsmith authored Oct 5, 2020
1 parent 1a44a44 commit 54d2a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sagemaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example takes the [example model provided by AWS](https://github.com/awslab
to show how to deploy your own machine learning algorithm into a SageMaker container using Terraform.


### Wrap model in Docker container and upload to [ECS](https://aws.amazon.com/ecs/)
### Wrap model in Docker container and upload to [ECR](https://aws.amazon.com/ecr/)

Get the SageMaker example model from AWS:

Expand Down

0 comments on commit 54d2a97

Please sign in to comment.