Running AWS elasticbeanstalk single instance mode in a private VPC

0

I tried to create an ElasticBeanstalk Single Instance in a private VPC (without internet) but failed with message like:

The EC2 instances failed to communicate with AWS Elastic Beanstalk, either because of configuration problems with the VPC or a failed EC2 instance. Check your VPC configuration and try launching the environment again

I have already created the VPC endpoints to various AWS services such as elasticbeanstalk, elasticbeanstalk-health and cloudformation etc. I have already added allow TLS 443 and 80 port from those VPCs inbound to those endpoints as well. Allow all outgoing traffic at the same time.

Is it possible to create a single instance EB env in a private VPC?

已提問 2 年前檢視次數 751 次
1 個回答
0

According to docs it is possible to run in a private vpc. Double check your vpc has dns enabled (enableDnsSupport) and you have chosen the "Enable DNS name" option when creating the vpc endpoints (elasticbeanstalk and elasticbeanstalk-health)

AWS
專家
Peter_G
已回答 2 年前
  • hmm, it seems no matter how I try, the error will always be "missing the internet gateway". I checked with AWS support and this is what they replied:

    unfortunately, it is not possible to create a single-instance Elastic Beanstalk application without attaching any Elastic IP address

    Reference: https://github.com/aws/elastic-beanstalk-roadmap/issues/47

    Anyone here actually created one successfully?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南