dutchcoders / slackarchive

Archiver for Slack Teams
300 stars 27 forks source link

How to deploy onto amazon ECS? #7

Open paulwilton opened 6 years ago

paulwilton commented 6 years ago

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!

jaredthecoder commented 6 years ago

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.

jaredthecoder commented 6 years ago

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.

paulwilton commented 6 years ago

Haven't managed to deploy onto ECS, only onto a standard EC2 ubuntu instance

psifertex commented 6 years ago

What size instance? My error turned out to be not enough memory.

paulwilton commented 6 years ago

t2.medium , ubuntu 16.04