I have createDbSubnet: false yet DBSubnets are still created. I also have createNatGateway: true yet no NAT Gateway is created. My Application and Public subnets are totally fine.
By the way, I can have both createNatGateway and createNatInstance set to true at the same time with no error message, I assume this is a bug.
Let me know what other information you'd need me to provide. My goal is to make my Lambda publicly available and I'm having trouble doing so.
I have
createDbSubnet: false
yet DBSubnets are still created. I also havecreateNatGateway: true
yet no NAT Gateway is created. My Application and Public subnets are totally fine.By the way, I can have both
createNatGateway
andcreateNatInstance
set to true at the same time with no error message, I assume this is a bug.Let me know what other information you'd need me to provide. My goal is to make my Lambda publicly available and I'm having trouble doing so.