Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"arn:aws:ecs:ap-northeast-1:***:service/*******task is MISSING" when deploy dotnet8 to aws ecs #544

Open
YQinglin opened this issue Apr 4, 2024 · 5 comments

Comments

@YQinglin
Copy link

YQinglin commented Apr 4, 2024

image
i use github action to deploy dotnet8 to aws ecs, but meet some errors, and the step's codes as follows:

      - name: Deploy Amazon ECS task definition
        uses: aws-actions/amazon-ecs-deploy-task-definition@v1
        with:
          task-definition: ${{ steps.render-task-definition.outputs.task-definition }}
          service: ${{ env.ECS_SERVICE }}
          cluster: ${{ env.ECS_CLUSTER }}
          wait-for-service-stability: true

i think the arn maybe is error, it's should be arn:aws:ecs:ap-northeast-1:***:task-definition... but i can not find any place to modify

@YQinglin
Copy link
Author

YQinglin commented Apr 9, 2024

who can help me ? please...

@bhavesh-mulevaa
Copy link

yes facing same issue...
@YQinglin did you found any solution?

@YQinglin
Copy link
Author

yes facing same issue... @YQinglin did you found any solution?

sorry~~~ the problem still exists.

@bhavesh-mulevaa
Copy link

It's working for me now.
I put the wrong cluster name in value. So, fixing that working for me now.

@YQinglin
Copy link
Author

It's working for me now. I put the wrong cluster name in value. So, fixing that working for me now.

wo ~ thank you for your reminding, let me check my cluster name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants