Issue launching a simple Elastic Beanstalk environment

0

I'm attempting to get a simple Elastic Beanstalk environment off the ground, and I'm getting an error during environment creation process. I've made very few changes away from the default configuration values.

Some of the settings I have made:

  • Platform: Ruby 3.0
  • Amazon Linux 2/3.6.4
  • Starting with the Rails sample application
  • DB engine enabled: postgres, 14.6, db.t3.micro
  • I've set an existing EC2 keypair
  • I've chosen my organization's default_vpc
  • I've added just one subnet/availability zone
  • I've not chosen any EC2 security group

The error I'm seeing is:

Stack named 'awseb-e-****-stack' aborted operation. Current state: 'CREATE_FAILED' Reason: The following resource(s) failed to create: [AWSEBRDSDBSubnetGroup].

I've launched two environments this way, with the same result. Since the environment doesn't ever enter the ready state it becomes impossible to try further configuration changes.

I also tried launching an environment with no database to start, and adding one afterward, with a very similar error:

Service:AmazonCloudFormation, Message:Stack named 'awseb-e-****-stack' aborted operation. Current state: 'UPDATE_ROLLBACK_IN_PROGRESS' Reason: The following resource(s) failed to create: [AWSEBRDSDBSecurityGroup, AWSEBRDSDBSubnetGroup].

I can't tell if this is due to something I've misconfigured, or if something is wrong deeper in the stack that I can't influence. Happy to post more details if needed.

質問済み 1年前337ビュー
1回答
1
承認された回答

Hi, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html where it says "Your VPC must have at least two subnets. These subnets must be in two different Availability Zones", and "Each DB subnet group should have subnets in at least two Availability Zones".

エキスパート
回答済み 1年前
profile picture
エキスパート
レビュー済み 2ヶ月前
  • As expected, I missed something essential while moving quickly. Thank you!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ