Mastodon
Select Page
11/3/2023 — This Week in DevOps

11/3/2023 — This Week in DevOps

This week we have some security concerns as well as some general cool new things in DevOps to talk about. Security Flaw in NGINX Ingress Controller There are some general new CVEs that have some pretty high scores on them. This is just some no path sanitization,...
Converting VulnHub OVAs to AMIs

Converting VulnHub OVAs to AMIs

This is discussing getting VulnHub ISOs and converting them into AMIs to be used within AWS. This is something that I have found helpful and to me at least helps to provide a very simple way to spin up machines to work on compromising. Create an AWS bucket. Nothing...
BSides Atlanta 2023

BSides Atlanta 2023

So this year I not only ran the Capture the Flag competition for BSides Atlanta but also had the opportunity to speak. I wanted to write up some specifics about this. Capture the Flag So this year I again just ran the NetKOTH from Iron Geek. This is an awesome one...
10/20/2023 — This Week in DevOps

10/20/2023 — This Week in DevOps

ScyllaDB Raises $43M ScyllaDB raised money to help continue to grow their NoSQL database. One of my favorite uses of ScyllaDB was when Discord migrated from Cassandra. This is an exciting development for them and something that I am excited to see how this helps them...
To Terraform Module or not to Terraform Module

To Terraform Module or not to Terraform Module

So when starting to work with Terraform you very quickly learn about the idea of Modules. These can be fantastic things for wrapping complex operations you want to complete multiple times together. The problem is that you can almost go too far in on creating Modules....