我是AWS ECS服务的新手。我已经创建了节点应用程序的docker映像,并将其推送到AWS ECR注册表。使用该映像在ECS和EC2上运行容器时,要花很长时间才能开始运行。等待近5分钟后,我得到的响应是:
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
up to date in 277.487s
在那之后,还花了很多时间来开始。
当我尝试在新的EC2 t2.micro实例上运行时,它显示Segmentation Fault
。但是它在我的本地计算机上运行没有任何问题。
这是小瞬时类型(t2.micro)的问题吗?