Kern Elliott
Kern Elliott

Reputation: 1659

How to allow IAM user to administer a AWS resource?

I am trying to allow one of my IAM users on AWS to administer Amazon Cognito. That means set it up get it up and running for testing etc. What policy should I add to that user to be able to do this? I added the premade policy of AmazonCognitoPowerUser would that be sufficient?

Upvotes: 1

Views: 630

Answers (1)

arvind k
arvind k

Reputation: 31

The AmazonCognitoPowerUser policy states as below.

"Provides administrative access to existing Amazon Cognito resources. You will need AWS account admin privileges to create new Cognito resources."

You can always simulate the privileges using https://policysim.aws.amazon.com/home/index.jsp?# before enabling the policy.

-/Ak

Upvotes: 1

Related Questions