ecspresso version: v2.5.0
An error occurred when using the --wait-until=deployed option.
2025-06-13T15:38:46.864+09:00 [ERROR] FAILED. failed to list service deployments: operation error ECS: ListServiceDeployments, https response error StatusCode: 400, RequestID: REQUESTID, AccessDeniedException: User: arn:aws:iam::ACCOUNTID:user/USERNAME is not authorized to perform: ecs:ListServiceDeployments on resource: arn:aws:ecs:ap-northeast-1:ACCOUNTID:service/CLUSTERNAME/SERVICENAME because no identity-
based policy allows the ecs:ListServiceDeployments action
However, ecspresso verify completed successfully.
After that, I tried removing --wait-until=deployed and the deployment was successful.
I haven't tried it yet, but if you add ecs:ListServiceDeployments to my policy, the deployment would be successful.
ecspresso version: v2.5.0
An error occurred when using the
--wait-until=deployedoption.However,
ecspresso verifycompleted successfully.After that, I tried removing
--wait-until=deployedand the deployment was successful.I haven't tried it yet, but if you add ecs:ListServiceDeployments to my policy, the deployment would be successful.