- Using AWS Athena and CloudTrail Revisited In 2017 I wrote and article about how to mine CloudTrail logs with AWS Athena, since that time plenty has changed in methods and queries. In this article I update and simplify that information, provides new tips and tricks I have learned, and investigates the new methods AWS has provided
- Investigating AWS Pricing over Time When a coworker asked me if AWS had a historical pricing sheet, I was astounded to find out the answer was no. I went digging into the AWS landscape to find the answers and here is what I found.
- So Let's Talk About Multi Cloud For many businesses, the desire of being on one, two, or even three Cloud vendors is attractive to mitigate financial risks due to untenable price increases and business risks around availability of their critical systems. For other businesses, they want to provide a global reach to their customers where some providers excel in those regions while others do not perform within acceptable parameters.
- Making Modular CloudFormation with Includes When the YAML format for CloudFormation was launched in September 2016, many of the users knew it was only a matter of time until the commonly used pattern of including multiple YAML files into a single file made its way into CloudFormation. On March 28, 2017, AWS did exactly that by launching the AWS::Include Transform, albeit with surprising lack of fanfare.
- Using AWS Athena to Query CloudTrail Logs One of the first things which came to mind when AWS announced AWS Athena at re:Invent 2016 was querying CloudTrail logs. Over the course of the past month, I have had intended to set this up, but current needs dictated I had to do it quickly. When I went looking at JSON imports for Hive/Presto, I was quite confused. Of course, as a trusty technologist I went to Google. Much to my surprise, no one had published an article about using Athena to do this, I was only able to locate EMR based posts which used a custom serde to support the nested CloudTrail format.
- NTP Peerstats Status Word Secret Decoder Ring The Peer Status Word is a multi-byte disaster which represents things to NTP. This post explains how to make use of the PeerStats file
- Using Your Mac's Screen Remotely Without People Watching Long since property of Apple Remote Desktop Enterprise, the ability to remote into your computer without leaving the screen on for all to see has finally shown up, but its in 10.7 only.
- New Site
- Adding VMNet's in VMWare Fusion 4 With the release of VMWare Fusion 4 (and its CONTINUED lack of GUI for network manager), I bring you the instructions on how to add networks to VMWare Fusion 4
- Security in the 'Cloud' As many of you know I am a very big proponent of using the cloud with high automation. At my job we do this in a big way. However, one question always comes to mind, if you share your servers with other physical machines; how can one guarantee security?