Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Greetings all,
I am trying to deploy asp.net to AWS but I keep getting this error:

Exception Message: User (arn:aws:sts::usernumber:assumed-role/aws-elasticbeanstalk-ec2-role/i-09bbbc4fdd49cc815) does not have permission to perform (sdb:ListDomains) on resource (arn:aws:sdb:us-west-2:usernumber:domain/). Contact account owner.
Response Status Code: Forbidden
Error Code: AuthorizationFailure
Error Type: Sender

Help me please.

What I have tried:

I tried to give the user a "AdministratorAccess" and disabled the password, but it didn't solve.
Posted
Updated 31-Jan-18 5:13am
Comments
[no name] 31-Jan-18 5:06am    
Did you attach AmazonEC2FullAccess & AWSElasticBeanstalkFullAccess policies?
calibio 31-Jan-18 6:44am    
Yes, besides giving the AdministratorAccess I did attach the AmazonEC2FullAccess & AWSElasticBeanstalkFullAccess directly..but still the same

1 solution

If you say you've added the proper permissions (chances are something in your group within IAM (or individual roles assigned) are missing) and it still isn't working then you need to direct this question to AWS support or the developer forums so someone at AWS can look into your account...none of us here can do that.

forums.aws.amazon.com[^]
 
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