I created a VPC thinking I wouldn't need subnets. I just gave the vpc a CIDR range like 192.168.0.1/24 I then created a subnet which matches that exactly.
Low and behold RDS requires it's own subnet. What happens if I delete the existing subnet and replace it with two /25?
Will the active instances become unhappy if I delete their subnet? Will they simply not notice or care?
I can't seem to find documentation on this and I'd rather not simply try it and see what happens.