/bin/bash for service in $(aws ecs list-services --cluster $myClusterId --query "serviceArns[*]" | jq -r 'to_entries[] | .value | sub(".*/";"")'); do
for task in $( aws ecsservice --des
我想继续使用One EC2实例和ECS一起部署nodejs ECS应用程序。我不能为这个应用程序创建多个实例。我目前的持续集成过程: Travis从github构建代码,构建标记和推送码头映像,并通过部署到ECS。is already using a port required by your task
实际上,是否可以在一个实例