You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the work around is to manually create an EC2 role and add the following to the eb_options.json file
{
"Namespace": "aws:autoscaling:launchconfiguration",
"OptionName": "IamInstanceProfile",
"Value": "arn:aws:iam::<ACCOUNT_ID>:instance-profile/eb-invoicer-role"
}
Not sure why this is an issue now. If you look into others having the issue with EB, it seems to be regional? But not sure.
Hi!
You need to add an instance entry in ebs_option.json. Without this, the status of the environment will not turn Green.
Example:
"Namespace": "aws:autoscaling:launchconfiguration",
"OptionName": "IamInstanceProfile",
"Value": "aws-elasticbeanstalk-ec2-instans"
The text was updated successfully, but these errors were encountered: