skip to Main Content

I wanted to deploy react app with the help of docker environment on EBS. I kept all the values as default and created the environment but now I am facing this error. Now how can I terminate this environment and create a new one? Or how can I solve this error?

enter image description here

I deleted all the applications. Also tried to create IAM users but did not worked.

2

Answers


  1. Create missing IAM role aws-elasticbeanstalk-ec2-role as explained in EB docs:

    Login or Signup to reply.
  2. you shouldn’t delete the IAM instance profile used which was used to launch the environment. If it was accidentally deleted, you may need to create the instance profile with all the resource role that was attached to your elastic Beanstalk environment.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search