Processing CloudFront logs
If you want a nice graphical view of who’s hitting your CloudFront edge servers, then you can use GoAccess. On a Mac, it’s as simple as $ brew install goaccess $ brew install goaccess If you configure CloudFront logs to …
Livin' the technology life.
If you want a nice graphical view of who’s hitting your CloudFront edge servers, then you can use GoAccess. On a Mac, it’s as simple as $ brew install goaccess $ brew install goaccess If you configure CloudFront logs to …
If you’re planning on using BackWPUp to backup to Amazon’s S3 storage service, here’s an IAM policy which has worked for me.
Time to make use of Amazon’s AWS offerings – specifically the Simple Storage Service. tl;dr / Executive Summary:- $ curl -L -O https://github.com/AndrewGorton/AwsFileStorage/archive/v1.0.0.zip $ unzip v1.0.0.zip $ cd AwsFileStorage-1.0.0 $ mvn package $ export AWS_ACCESS_KEY=<enter_your_aws_access_key_here> $ export AWS_SECRET_ACCESS_KEY=<enter_your_aws_secret_access_key_here> $ export …