vatertime / minecraft-spot-pricing

Cloudformation template to deploy a Minecraft server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persist domain using Elastic IP

MikeVerhees opened this issue · comments

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?

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?