AWS Scaling Game Server + Secure websocket

Options

Hi

I've had success in hosting the Master + GameServer on an AWS EC2 instance and connected just fine. Now the problem comes when I want to scale / add more Game Servers. It seems that I need to assign a PublicHostName for each GameServer manually.

I want to be able to add or remove instances as needed and this creates a lot of manual work. Needing to add an elastic IP to each. Is there not a way for the PublicHostName to auto populate with the public IP address thanks :)

Answers

  • chvetsov
    Options

    hi, @CMedia

    we do it next way.

    Public Ip leave empty and it will be automatically resolved. for host name try to use this template: %COMPUTERNAME%.exitgames.com

    best,

    ilya