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?
I deleted all the applications. Also tried to create IAM users but did not worked.
2
Answers
Create missing IAM role
aws-elasticbeanstalk-ec2-role
as explained in EB docs: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.