Operations | Monitoring | ITSM | DevOps | Cloud

Integrating Opsgenie and Amazon Security Hub

Brief demo of how to integrate Opsgenie with Amazon Security Hub. Use Atlassian Opsgenie Amazon Security Hub Integration to forward Amazon Security Hub findings to Atlassian Opsgenie. Once Amazon Security Hub sends findings to Opsgenie, Atlassian Opsgenie will determine the right people to notify based on on-call schedules and notify them via email, text messages (SMS), phone calls, and iOS & Android push notifications.

Using Vagrant to simplify building Virtual Machines

Oracle’s VirtualBox software is a key tool in software and website development, but can be complicated to configure. Vagrant simplifies the process and enables developers to repeatably build and scrap near-identical Virtual Machines (VM). This post will create a Ubuntu 18.04 Virtual Machine with a local directory mounted on it to make it easier to code on.

The unexpected path to the c-suite

When I was a little girl, I played “business” at my grandmother’s house. She gave a box of blank payroll checks from a defunct business and heels and fancy clip-on earrings that she wore to work. I stuffed a bunch of blank checks into a purse and strutted down the hall to the back bedroom (y’know, the official boss’s office), where I’d wave my hands around telling everyone to get to work.

Intent-based Capacity Planning and Autoscaling with Kubernetes

Intent-based Capacity Planning is Google's approach to declare reliability intent for a service and then solve for the most efficient resource allocation plan dynamically. Learn how you can start using this approach to effectively manage the reliability of your services running on your Kubernetes cluster.