AWS ElasticBeanstalk issue while creating an environment.

0

Hello,

I am trying to create a new elasticbeanstalk application in us-east-1 region. using eb create command eb create optimization-app I have also tried to specify a service-role eb create optimization-app --service-role aws-elasticbeanstalk-service-role I am getting an exception ERROR: AlreadyExistsError - Cannot exceed quota for PoliciesPerRole: 10 I have tried creating a new service role with only 2 policies on that role and tried to create the application but i still get the same error.

This used to work till a few days ago. I am not sure what is the reason. I am not getting any other message to check the reason for this.

Any help is appriciated.

Best, Pavan

1 Answer
1

Hi,

It appears that same service role is being used when you execute the EB creation. You can either reduce the policies attached to the role or see if an increased quota can be applied.

Refer - https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html

Note: For IAM quotas to increase, you need to select the region US East (N. Virginia)

AWS
answered a year ago
  • Thank you for your answer. As a work around, we have raised a request to increase the quota of the permissions per role. I was able to create the application. My earlier service roles had 10, 9 and 2 policies on them respectively. I am not sure why it was giving me that.

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