Athena Search

Analyze Apache Logs Using Athena – Part II

0
In my earlier post, I demonstrated how one could copy their Apache log files to S3 and then use AWS Athena to query the log data. See Analyze Apache Logs Using Athena post. This worked great...
Cookie the Pom

Analyze Apache Logs Using Athena

0
I usually use Linux utilities like grep and awk to analyze requests coming to my blog server. These utilities provide a good view into your traffic logs, but still it is not easy to...

Updating Bitnami WordPress Stack Running on AWS Lightsail

1
This WordPress blog is running on an AWS Lightsail instance. The instance is based off a Bitnami WordPress stack. The instance contains core software that you need to run a WordPress site. With a...

Block a user agent using Cloudflare rule

2
A while ago I published a post showing how to start a script on boot using systemd. In the example I used a simple bash script to make a curl request against my website....

Secure your WordPress login with Cloudflare Firewall

0
If you are running a WordPress website with no guest login and are using Cloudflare to protect and serve your website, you should make use of all security features that Cloudflare provides you with...

Cache website on Cloudflare

0
In this post I am going to show you how you can configure Cloudflare 'Page Rules' to cache your site on their edge servers. This will allow Cloudflare to show a cached version of...