Day: May 15, 2020

Issue: unauthenticated user of Cognito Identity Pool is not authorized to perform: sts:AssumeRole

In account A, I have a Cognito identity pool which has a role used for unauthenticated access. I want the unauthenticated role in account A to be able to assume another role in account B. I have setup the permissions and trust policy required by AWS documentation. However, I received this error message: AccessDenied: User: arn:aws:sts::{account A}:assumed-role/{unauthenticated role name}/CognitoIdentityCredentials is…

Read More »