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
39 stars 8 forks source link

Feature request: Helix Swarm should have ECS Exec enabled for debugging purposes #295

Closed keith-miller closed 1 month ago

keith-miller commented 2 months ago

Use case

Sometimes it helps to be able to access the Swarm container when running to debug issues.

Solution/User Experience

Add enable_execute_command = true to the aws_ecs_service.helix_swarm_service resource in the helix-swarm module.

Alternative solutions

No response

henrykie commented 2 months ago

Or just have a debug option that flags a bunch of the existing variables (deletion protection on ALBs, access logs, etc...)

I'll take this on.