How to deal with custom recorder of AWS Config?

Disclaimer: I’m not a REGEX expert :smile: Lately, I was working for one of my customers on a custom configuration of AWS Config recorder. My customer wanted to record all resources using AWS Config, except for a few of them: 'AWS::EC2::Subnet' 'AWS::EC2::VPC' 'AWS::EC2::SecurityGroup' Unfortunately, the AWS API and Console do not allow you to do this; you have to manually cherry-pick which resource you want to record. The trade-off of this method is that if a new AWS Config resource type is released, it won’t be recorded until you manually select it in your AWS Config recorder settings. ...

August 15, 2021 · 3 min · 546 words · zoph

My Setup tour

TL;DR I’m working remotely for 145+ days. (March 2020) Setup In this post, I will describe my setup for Work From Home (WFH) @ zoph.io. I’m now using this setup daily since March 2020 due to the pandemic crisis. Compute I’ve been using macOS for 24 years now 👴. My first ever computer was a Performa 5200 (with TV Tuner card inside folks!! 📺). Nowadays, I’m using a MacBook Pro 13" 2.8 GHz i7, 16 GB RAM, 1 TB SSD. ...

October 7, 2020 · 2 min · 403 words · zoph