Elastic beanstalk deploy

0

Hi I have problem to deploy to Elastic Beanstalk application Yesterday worked good without problems I have problem to deploy with ci/cd and upload standart Enter image description here

Daniel
asked 22 days ago124 views
1 Answer
0

Issue seems that you've run out of Elastic IP addresses, which by default are limited to 5 for an account but more can be requested.

In fact, the EB environment is trying to create an EIP for the environment but is failing because the EIP limit has been reached. For certain update types such as Immutable updates, additional resources would have to be launched such as an Autoscaling group and EIP. However, when EB attempted the update the environment it failed because the limit of EIPs had been reached. See Immutable environment updates for additional info.

To fix this issue, please Request an increase and retry the environment update.

Reference: https://repost.aws/questions/QU6Sb_WyCQSfiANqrGv6tAMQ/the-maximum-number-of-addresses-has-been-reached-while-attempting-to-an-eb-managed-update

profile picture
EXPERT
answered 22 days ago
profile picture
EXPERT
reviewed 22 days ago

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