- Newest
- Most votes
- Most comments
Hello, are the instances provision in private subnets? If so, please make sure the instance can communicate to Beanstalk service and other services like ELB: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/vpc.html#services-vpc-private Thanks.
Thanks for the answer Zen, I managed to fix it. The problem was like you said that the application was deployed into a private subnet. I went to EC2 > Instances > selected the running EC2 instance > opened the assigned subnet from the Subnet ID inside Instance summary > it opened the Subnets table inside VPC > clicked the subnet ID > Route table > selected the route from the Route table ID > Actions > Edit subnet associations > checked a subnet which did not had the rds-pvt prefix in its name. Now it have the additional destination to 0.0.0.0/0 and target set to Internet Gateway. After this change I was able to create a new Elastic Beanstalk instance which was completed in just a few minutes without any errors.
Relevant content
- asked 6 months ago
- AWS OFFICIALUpdated a year ago
- How do I mount an Amazon EFS volume to an application directory in an Elastic Beanstalk environment?AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a year ago