AWS编码EPLOY错误旧部署仍处于状态' Active'部署超时之后。配置的超时为10分钟

发布于 2025-01-27 11:26:05 字数 203 浏览 3 评论 0 原文

在运行代码部署时,由于部署超时后,旧部署仍处于状态“活动”时,因此获得错误。此操作的配置超时为10分钟。

在配置超时后,它显示在运行阶段的部署。

在这里输入映像

while running code deploy getting error as The old deployment was still in status 'Active' after the deployment timeout. The configured timeout for this action is 10 minutes.

it showing deployment in running stage after configured timeout.

enter image description here

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一片旧的回忆 2025-02-03 11:26:05

您应该检查任务日志。

在“任务”选项卡中,单击“停止”并查看日志。
最常见的原因是权威。检查ECS IAM角色具有足够的权限来访问资源。

You should check the Task log.

In the Task Tab, click 'stopped' and see logs.
Most common reasons are about Authority. Check the ECS IAM Role has enough permissions to access resources.

(https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文