doctorray117 / minecraft-ondemand

Templates to deploy a serverless Minecraft Server on demand in AWS
Apache License 2.0
1.68k stars 115 forks source link

cdk destroy requires manual removal of A record #25

Open doctorray117 opened 2 years ago

doctorray117 commented 2 years ago

@ryansonshine While testing CDK set up and tear down, the npm run destroy failed unless I manually deleted the A record in the subzone. Is that behavior that you would expect? I wonder if it's because it wasn't set at the default 192.168.1.1 anymore?

ryansonshine commented 2 years ago

I'm AFK for the weekend or else I'd post additional links but I believe this is a bug in CloudFormation itself.

Can provide additional details on Monday.

ryansonshine commented 2 years ago

I'm seeing inconsistent behavior with CDK on this one, will continue digging.

doctorray117 commented 2 years ago

All good, let me know if you think a dns revert will fix that and I'll incorporate it.