I’m trying to connect to the Atlas cluster from mongoDb compose using aws IAM mechanism however I keep getting the following error. What might be the reason for this? and what will help to resolve this problem?
Error:
Could not find user "arn:aws:iam::23412346546:user/iam_user" for db "$external"
Steps i followed:
1). From compose>Advance connection options>Authentication>AWS IAM
2). Click connect.
3). this error i am getting
Could not find user "arn:aws:iam::23412346546:user/iam_user" for db "$external"
Note: I copied aws IAM Access Key ID, Secret access Key, and session token from single sign-on (SSO)
I really appreciate any help you can provide.