This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-11
Channels
- # aws (6)
- # beginners (105)
- # boot (6)
- # cider (50)
- # cljsrn (10)
- # clojure (41)
- # clojure-brasil (6)
- # clojure-italy (25)
- # clojure-nl (17)
- # clojure-russia (4)
- # clojure-serbia (1)
- # clojure-spec (8)
- # clojure-uk (242)
- # clojurescript (27)
- # core-async (10)
- # cursive (5)
- # data-science (9)
- # datomic (43)
- # emacs (6)
- # fulcro (6)
- # graphql (1)
- # javascript (3)
- # juxt (4)
- # lein-figwheel (1)
- # mount (1)
- # onyx (19)
- # parinfer (2)
- # portkey (15)
- # protorepl (1)
- # re-frame (30)
- # reagent (3)
- # ring-swagger (1)
- # shadow-cljs (22)
- # sql (6)
- # tools-deps (23)
- # vim (13)
Morning, only one of the team working today, so no fuss about working from home today.
Experimenting with Amazon Fargate ๐
@vijaykiran We run production stuff on Fargate if you need any help
We are loving it pretty awesome stuff, this works the way we thought ECS would work ๐
@mitchelkuijpers Cool! I just started experimenting and trying to setup a small clojure app - so far it fails to pull the container image
" request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)โ
It did succeed before though
Hmm we did not have that but we use the aws docker registry
thatโs what Iโm using as well- ECR
@gerstree Might have some clue about this
Ahh might it be that your container does not have internet access somehow? That is the only thing that I can think off
It has public IP and the security group is also configured correctly
Seems like it fixed itself ๐
magic!
@vijaykiran I wish it had worked for me that way ๐