aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
zendevil 2021-03-27T16:47:59.016800Z

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?

orestis 2021-03-27T17:03:25.017700Z

You have to check the eb logs. You can access the full logs from the console too.

orestis 2021-03-27T17:04:03.018800Z

Sometimes if EB thinks that your software is unhealthy it will refuse to apply even configuration changes. Not sure if this is the case

zendevil 2021-03-27T17:45:53.019600Z

@orestis I can’t access the logs from the console. When I click access logs, it keeps loading and the logs don’t show

orestis 2021-03-27T18:52:09.020200Z

That’s pretty strange. Do you have all the permissions needed?

orestis 2021-03-27T18:52:22.020700Z

It should give you a button to request logs.