系统部署

部署前提

  1. 确保当前使用的 AWS 账户已经在国内通过 ICP 备案,并需确保API Gateway可以通过公网访问80及443端口。
  2. 检查您的SageMaker Host Instance Limit,其中的 endpoint/ml.m5.large机型有8个以上的空闲。具体请参考Amazon SageMaker 终端节点和配额 (https://docs.aws.amazon.com/zh_cn/general/latest/gr/sagemaker.html)
  3. 检查您的AWS Lambda函数中不包含名称为sam_spot_bot_create_job或sam_spot_bot_api_receiver的函数。
  4. 检查IAM中是否已经存在Amazon Elasticsearch Service的Service-Linked Role,如果该 Role 已存在,请删除该 Role。

检查是否存在 Amazon Elasticsearch Service的Service-Linked Role

  1. 登录 AWS Console (中国) 点击 https://console.amazonaws.cn/iam/home?region=cn-northwest-1#/roles

  2. 在搜索框输入 AWSserviceRoleForAmazonElasticsearchService,例如 如果已经存在 AWSserviceRoleForAmazonElasticsearchService Role,请删除。否则 Cloudformation 堆栈无法创建成功。