This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-18
Channels
- # admin-announcements (13)
- # announcements (1)
- # aws (17)
- # beginners (1)
- # boot (113)
- # cider (71)
- # cljs-dev (7)
- # clojure (93)
- # clojure-android (2)
- # clojure-berlin (1)
- # clojure-dev (22)
- # clojure-italy (3)
- # clojure-japan (1)
- # clojure-poland (41)
- # clojure-russia (96)
- # clojurescript (140)
- # cursive (11)
- # datomic (27)
- # devcards (1)
- # devops (1)
- # events (4)
- # funcool (3)
- # hoplon (133)
- # immutant (7)
- # ldnclj (22)
- # leiningen (5)
- # off-topic (6)
- # om (22)
- # onyx (12)
- # re-frame (8)
- # reagent (12)
@luposlip: ah, no, haven't looked at ECS in very much detail. scaling on beanstalk is very easy... but being able to leave AWS is not a goal for us
@alandipert: it’s not a goal in itself for me, but having the possibility is really valuable, and it seems to me it’s easier if using docker as compared to plain Beanstalk?
docker is definitely good, but you don't need ECS to use it - http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_docker.html
right Also considering trying out Lambda, just for the heck of it (to begin with just for some time scheduled jobs)
we're also using that lol
after we went over the aws tipping point we're in a place where the best thing to do is leverage all their services maximally, even if it means we can never leave
speaking of, time to go to work, bbl
Howdy aws clojure peeps
Thought this article was a pretty good overview … although be careful because if you’re like me, you’ll have to read all about the aws services you didn’t know about: https://www.expeditedssl.com/aws-in-plain-english
Has anyone deployed immutant to AWS? Wondering if elasticbeanstalk is an option or not
hm, last i looked into it, the way to do immutant in AWS was to cluster in EC2
altho @tcrawley might know better, and #C085AR8RE on freenode is usually hoppin'
are you using immutant messaging and cache stuff, or just the web bits?