I have an EC2 instance running a XAMPP server. I have a file inside htdocs that I want analytics for
The directory structure is simple htdocs\a\b.txt
I just need basic analytics like how many times it's been accessed per week and from which countries
I'm not sure if AWS CloudWatch would give me analytics for this file but I don't want to use it since it's not free. what's an easy/quick way to get analytics for this file?