Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide what to do with ECS support #26

Closed
tobiasmcnulty opened this issue Sep 29, 2017 · 1 comment
Closed

Decide what to do with ECS support #26

tobiasmcnulty opened this issue Sep 29, 2017 · 1 comment

Comments

@tobiasmcnulty
Copy link
Member

ECS is problematic for a project like this, because typically you'll want more than just a web process running (celery or other background tasks, for example), but there's no way to define those with ECS without forking the stack and modifying the tasks in CloudFormation.

Elastic Beanstalk is a nice alternative because you can define the tasks outside of the infrastructure (in Dockerrun.aws.json).

We could leave ECS support in and just document the caveats, or strip it out altogether. I haven't yet found a reason to use it over any of the other app server options.

@tobiasmcnulty
Copy link
Member Author

Closing in lieu of #107.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant