Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I find my Amazon EC2 Access Logs? [closed]

I recently set up an Amazon EC2 Linux instance. I'm wondering, are there logs automatically kept? Or so I have to set them up? If the former, where are they? If the latter, any simple basic logging setup that is recommended?

like image 378
frankie Avatar asked Dec 27 '22 17:12

frankie


1 Answers

In Linux most log files can be found under /var/log.

like image 118
David Levesque Avatar answered Dec 30 '22 09:12

David Levesque