user4756260
user4756260

Reputation: 111

Cognito Create Import Job - insufficient permission

I am trying to import users into Cognito User Pool from CSV file. At User Pool settings, I go to Users and groups -> Import users -> Create Import Job. After filling the form up and clicking Create job I am seeing an error saying You don't have sufficient permission for this operation. Please contact your administrator.

The IAM user has a policy AmazonCognitoPowerUser which includes action CreateUserImportJob. It seem it's not enough.

I need a some hint how to configure the user properly to avoid using root account for creating import job (the user could list/start/stop the job, though)

Upvotes: 2

Views: 1553

Answers (1)

ggress
ggress

Reputation: 56

You need to attach the following permission

iam:PassRole

Upvotes: 4

Related Questions