AWS ECS无法放置一个任务,因为没有任何容器实例满足其要求。

0

【以下的问题经过翻译处理】 我正在使用.NET Core WEBAPI,但是部署无法完成,我可以在ECS服务事件选项卡中看到以下错误信息: service cld-dummy-test was unable to place a task because no container instance met all of its requirements. Reason: No Container Instances were found in your cluster.

profile picture
EXPERT
asked 6 months ago16 views
1 Answer
0

【以下的回答经过翻译处理】 AWS ECS有两种启动类型配置:

Fargate

Fargate + EC2

无论哪种类型,您都无法访问底层资源。 因此,在启动类型配置不正确可能会出现无法启动任务的问题,您可以从ECS仪表板为任务选择启动类型和任务定义。

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions