【发布时间】:2020-02-28 04:38:12
【问题描述】:
我有一个实时 AWS Sagemaker 终端节点,我们已在其中启用了自动扩展功能。 现在我想将它从“ml.t2.xlarge”更新为“ml.t2.2xlarge”,但它显示了这个错误
botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the
UpdateEndpoint operation: The variant(s) "[config1]" must be deregistered as scalable targets with
Application Auto Scaling before they can be removed or have their instance type updated.
我认为我们需要先使用此链接取消注册自动缩放 https://docs.aws.amazon.com/sagemaker/latest/dg/endpoint-auto-scaling-delete.html
但我怀疑是否会关闭我们的应用程序,并且经过培训的新模型将需要数小时。我们负担不起,所以如果有更好的方法,请告诉我。
【问题讨论】:
标签: amazon-web-services amazon-sagemaker