AWS RDS – Resolving ‘Incompatible-Network’ Error

amazon-rdsamazon-web-services

I'm creating a database on AWS RDS, but every time I do, the status is Incompatible-network.

enter image description here

I'm wondering if it is because my Subnets have a deny all:
enter image description here

But I can't seem to delete the deny all, it is disabled:

enter image description here

A subnet attched to the db also doesn't seem to exist:

enter image description here

The VPC has an internet gateway:

enter image description here

Why does my database have an Incompatible-network?

UPDATE: subnet-7cbaf624 does not exist anywhere (subnets, network ACL, VPC, route table etc.) but is listed in my DB subnets. Not sure how to remove.

Best Answer

I've resolved this. There was a non-existant subnet attached to my database. The only thing I can do is create a new VPC, I believe, as AWS seems to think my VPC has the missing subnet and attaches it to the DB upon creation if I choose that VPC during creation.