Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm trying the scratchpad for amazon api but I have this error

C#
UnauthorizedOperationYour AccessKeyId is not authorized to perform this operation. Please check IAM policies for the Access Key


can any one tell me how to authorize in steps ??

What I have tried:

I tried to enter api then choose policies then made check in administratoraccess but I don't know how I save after check ??? what I'm doing is authorize the access key or not
please let me know if you can help me
Posted
Updated 22-Sep-16 7:56am
Comments
[no name] 22-Sep-16 13:56pm    
I am quite sure that Amazon can help you. I know for a fact that they employ support people to help people just like you to use their services.

1 solution

This is not hard and believe it or not, the AWS IAM is well documented.

However, go into the IAM, select the user who is tied to your auth key, that should bring up another window, select the permissions tab. Click attach policy button and add whatever missing permissions to the user you need.

set permissions in IAM AWS - Google Search[^]

Access Management - AWS Identity and Access Management[^]

AWS IAM--Manage Permissions[^]

Overview of AWS IAM Permissions - AWS Identity and Access Management[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900