NotAuthorizedError on eb create command

0

I'm trying to host a django app in EBS. I completed till creating the Application. For creating the environment, I provided the command eb create lesoko-app-env. And I'm getting the following error: Creating application version archive "app-9591-220712_120615798305". ERROR: NotAuthorizedError - Operation Denied. Access Denied.

Please let me know the solution for this. Thank you

  • Can you please check if you have AdministratorAccess-AWSElasticBeanstalk policy attached to the IAM User running "eb init" command ? If it's already attached, can you please mention all the policies attached to IAM User running "eb init" command ?

asked 2 years ago266 views
1 Answer
0

Resolved it by changing the permissions

answered 2 years ago
  • What permissions? I'm trying to do the same thing for my Flask App and getting the same error.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions