Blog

Analyzing WAF logs at scale

#aws#security

We can push AWS WAF logs to S3 using Kinesis Data Firehose and then use Amazon Athena and AWS Glue on top of it to query the data efficiently.

Read more →

September 12, 2021

Terraform: Deleting an element from a list

#terraform#devops#infrastructure#gcp#hashicorp

Terraform provides a great way to organise well-defined resources by way of modules, but in other scenarios where you want to quickly add one more resource of the same kind while not writing a whole new bunch of code, it is easier to make use of the list syntax and use count to determine the number of resources to create and feed the values from different variables.

Read more →

September 25, 2019