Cognito not being able to run ECS Task #4314
Unanswered
karkir0003
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@audionerd @matsev @sravimohan 'm trying to use JavaScript to run a task in ECS Fargate. AWS suggested to use Cognito Identity Credentials. When I pass in IdentityPoolId shown in:
I get a message in the console like:
How do you resolve this issue. I'm looking at the activity in ECS and I see that the Unauth role did get assumed and it accessed ECS. It's just that the
runTask
doesn't work. Can someone provide example working code to solve this?Beta Was this translation helpful? Give feedback.
All reactions