by johan jordaan
i finally finished deploying the ttt gameserver for aiiterator. it can be found here. i deployed it using the aws code deploy, basically just building the docker container and pushing it to the aws ecr. i configured a ecs cluster with a ttt service. this all worked almost to easily. i am using one elb and path based routing to route to the ecr service. the issue i faced while deploying this was that i forgot to open the correct ports on the security groups for the ec2 instances running the containers.
tags: aws - status - blog