Rungutan / sentry-fargate-cf-stack

AWS CloudFormation template to launch a highly-available Sentry 20 stack through ECS Fargate at the minimum cost possible
Apache License 2.0
60 stars 16 forks source link

feat: support ecs execute-command to open a shell in a container #51

Closed nodomain closed 3 years ago

nodomain commented 3 years ago

This PR adds support for the newly introduced ecs execute-command that allows you to open a shell inside a container. I used this to issue snuba migrations commands that helped me to mitigate https://github.com/Rungutan/sentry-fargate-cf-stack/issues/49

nodomain commented 3 years ago

Superseded by https://github.com/Rungutan/sentry-fargate-cf-stack/pull/53