Skip to content

Elastic Beanstalk deployment failing due to missing Security Group: “Configuration validation exception: Security group does not exist

-2

I might have accidently deleted a Security group. While uploading latest Application following error pop up: Failed Environment update activity. Reason: Configuration validation exception: Invalid option value: 'awseb-e-tvvzbxb3b7-stack-AWSEBLoadBalancerSecurityGroup-ChSvK9z88ad8' (Namespace: 'aws:autoscaling:launchconfiguration', OptionName: 'SecurityGroups'): The security group 'awseb-e-tvvzbxb3b7-stack-AWSEBLoadBalancerSecurityGroup-ChSvK9z88ad8' does not exist

asked 3 months ago30 views
1 Answer
0

I thought you might follow up on the following:

  1. Create a new security group in EC2 with the required rules

  2. Update your Elastic Beanstalk environment to reference the new group

  3. Redeploy your application

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.managing.ec2.instances.sg.html

https://repost.aws/knowledge-center/elastic-beanstalk-add-security-group

EXPERT
answered a month 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.