aws-games / cloud-game-development-toolkit

A collection of infrastructure as code templates and configurations for deploying game development infrastructure on AWS
https://aws-games.github.io/cloud-game-development-toolkit/
MIT No Attribution
38 stars 8 forks source link

Feature request: TeamCity #12

Open henrykie opened 5 months ago

henrykie commented 5 months ago

Use case

Deploying self-hosted TeamCity on AWS with best-practices and production ready supporting DB and filesystem.

Solution/User Experience

TeamCity provides public docker containers for both server and agent. Deploy these to ECS backed by Aurora serverless V2 database and EFS for production ready CI/CD solution.

Alternative solutions

No response

kylesomers commented 5 months ago

@henrykie Proposing new module for this, right?

henrykie commented 5 months ago

Correct. I need to put together an arch diagram for this - I have a branch with a lot of the implementation already done, but needed to finish up some debugging on it from the container side.