The following resource(s) failed to create: [AWSEBRDSDBSubnetGroup].

0

Error every time creating new Elastic Beanstalk Application. Tried multiple different AZ zones and single instances. Public IP and different DNS options. This is driving me crazy!

1 Answer
1

Hello.

Are you selecting and creating subnets in multiple Availability Zones?
RDS subnet groups must be created by selecting subnets that use at least two Availability Zones.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Subnets

Each DB subnet group should have subnets in at least two Availability Zones in a given AWS Region. When creating a DB instance in a VPC, you choose a DB subnet group for it. From the DB subnet group, Amazon RDS chooses a subnet and an IP address within that subnet to associate with the DB instance. The DB uses the Availability Zone that contains the subnet.

Also, can you check if there are any other errors occurring?
For example, it is possible that the AWS resource cannot be created due to a permission error.

profile picture
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed a month ago
  • Thanks Riku, your answer helped me solve my problem.

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.

Guidelines for Answering Questions