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回答
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
回答済み 1年前
  • 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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ