This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-27
Channels
- # announcements (3)
- # aws (7)
- # babashka (11)
- # beginners (96)
- # clojure (15)
- # clojure-europe (9)
- # clojure-germany (2)
- # clojure-italy (1)
- # clojure-nl (3)
- # clojure-poland (3)
- # clojure-serbia (1)
- # clojurescript (13)
- # depstar (28)
- # fulcro (34)
- # graalvm (5)
- # honeysql (5)
- # malli (11)
- # off-topic (27)
- # pathom (9)
- # polylith (74)
- # portal (10)
- # re-frame (13)
- # releases (1)
- # ring (8)
- # shadow-cljs (3)
- # spacemacs (10)
- # tools-deps (8)
I want to see logs of my elastic beanstalk environment in the command line, for which I’m doing the following:
eb logs --cloudwatch-logs enable --cloudwatch-log-source instance Humboialpha2021-env
However, I’m seeing the following error:
https://gist.github.com/zendevil/0025d4c2bd54a4111f0ebb7efa6ec37e
How to fix this?Sometimes if EB thinks that your software is unhealthy it will refuse to apply even configuration changes. Not sure if this is the case
@orestis I can’t access the logs from the console. When I click access logs, it keeps loading and the logs don’t show
it was a permissions issue. Too bad aws doesn’t tell that permissions aren’t met, and silently blocks accessing logs