-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to deploy onto amazon ECS? #7
Comments
You should be able to apply the same commands (I made a PR with a little more documentation) with ECS as well. It is just Linux, right? :) I'm not sure how to use the task networking or CLI, but checkout my PR and the docs and see if that helps. |
I see you did figure it out and had an issue closed. Was there anything special you needed to do? So then we can add it to the docs. |
Haven't managed to deploy onto ECS, only onto a standard EC2 ubuntu instance |
What size instance? My error turned out to be not enough memory. |
t2.medium , ubuntu 16.04 |
Any chance of an example, of how to deploy this to an amazon ECS cluster, or a modified compose file that will enable deployment to ECS using ECS task networking and the ecs-cli ?
If anybody has done this, can they share tips on how it was achieved ?
thanks!
The text was updated successfully, but these errors were encountered: