vatertime / minecraft-spot-pricing

Cloudformation template to deploy a Minecraft server
MIT License
141 stars 85 forks source link

Persist domain using Elastic IP #27

Open MikeVerhees opened 1 year ago

MikeVerhees commented 1 year ago

I Have my domain registered at another provider (for both my website and e-mail) I Figured I can configure my subdomain dns records to point to a static elastic IP address, and link the elastic IP to the network interface, however the network interface does not persist, so after a day or so the server is no longer reachable at the subdomain. Is there a way to configure this?

erichringewald commented 1 year ago

I have a similar question: I'd like to associate an existing Elastic IP address with the instance that's created as part of this stack, but I'm having trouble finding the right addition to the cf.yml file. I know the EIP Allocation ID, but can't figure out how to name the EC2 instance created in the CF stack to associate the two. Is this something that can be added to the cf.yml?