AWS – how to create a custom VPC with public & private subnets

By | June 15, 2016

One of the good training exercises that you can do while studying for the AWS-ASA is create from scratch an Internet accessible VPC without using one of the pre-built templates. This gives you the insight into how all of the underlying pieces fit together. That way when you are troubleshooting an existing deployment you can… Read More »

AWS Certified Solutions Architect – Associate Study Notes

By | February 15, 2018

I’m currently studying to sit the AWS Solutions Architect Associate certification. To do this I’m (a) going through the exam blueprint, (b) writing blogs on my AWS free-tier lab, (c) watching the excellent http://acloud.guru videos. I bought the “Associate Bundle” so I plan on taking all 3 associate level courses eventually. I’ve decided to consolidate… Read More »

AWS create billing alerts so that our free* account doesn’t surprise us

By | May 15, 2016

Now that I’ve been playing around a bit in the environment, I decided to create some alerts in case I accidentally (or on purpose) chose an option that will incur charges to my credit card. Here are the steps to set up an email alert for your AWS account. Before you create a billing alarm,… Read More »

How to get your free* AWS account & spin up your first VM

By | May 6, 2016

I’m currently playing around with AWS. I’m watching the really good Pluralsight video series from Elias Khnaser on it. In it he walks you through the process of signing up for the free account (asterisks on free because depending on what you choose you CAN get charged and sometimes it’s not clear what the free… Read More »

Upgrading the Mistwire homelab with a new Synology!

By | February 17, 2023

There are very few certainties in the world. The old idiom would have you believe that it’s just death and taxes… but I would like to add “running out of disk space” to the list 🤣 I’m always upgrading the homelab, sometimes it’s the network, the physical footprint, or my connection to the cloud. This… Read More »

DevOps Pro Domain 2: Lambda

By | June 1, 2023

This article is the eighth in a series covering my AWS DevOps Professional certification study process, part 7 on Elastic Beanstalk is here. AWS Lambda is a “serverless” service. It is event-driven meaning that some action/event triggers it to run. With it, you can run code for without provisioning or managing VPCs or servers. In… Read More »

re:Invent 2020 re:Cap (week 1)

By | January 19, 2021

We’re at the end of week one of the THREE WEEKS of AWS re:Invent. I have had a bit of time to digest the 1/3rd of the conference that has transpired and thought I’d put down my thoughts to paper (or keyboard as it were). The big event this week was the Andy Jassy keynote… Read More »

Docker on Linux on WSL 2 on Windows!

By | September 21, 2020

Confession time: Despite my best intentions (and all of the time I’ve spent studying for AWS certifications), I still *stink* at Linux! I mean I can get around, edit things, start/stop services, but I don’t understand it in the fundamental way that I understand windows. I have been meaning to get better at it (honest!)…… Read More »

Multi-cloud management with Morpheus Data

By | November 10, 2019

I spent some time out in California with several tech/cloud/awesome companies for Cloud Field Day 6 (as well as some amazing cloud delegates!) and I’ve been meaning to write about some of the really cool stuff that I saw out there. So with that I want to tell you about Morpheus Data. The Problem Your… Read More »

Windows Boy in a Mac World

By | August 8, 2019

How to configure VScode, Github, & A Cloud Drive across Windows 10 and OS X I just recently got a Macbook Pro from my office. They said I was due for a system refresh & the 2 systems I’ve been using have been sufficient for my needs. So after *years* of wanting one but not… Read More »