Category Archives: cloud

AWS re:Invent 2020 starts today!

By | December 1, 2020

It’s a few hours before Andy Jassy’s keynote and I’m unreasonably excited! One of the *best* perks of being an AWS Hero is that I get a free ticket to re:Invent every year. During the conference we get pre-release info, front row seats at the keynotes, and get to chat with some of the low-level… 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 »

I’m going to Cloud Field Day 6!

By | December 1, 2020

What is it? Tech Field Days are multi-day presentation type events geared towards connecting companies that have an interesting product with “independent thought leaders/bloggers/writers/pod-casters”… or as in my case “people who ask lots of dumb questions of smart people”. Tech Field Day runs several “field days” per year. Each one dedicated to a specific slice… Read More »

First look at AWS Backup

By | February 26, 2019

One of the glaring misses in the AWS portfolio had been a consolidated, concise mechanism for backing up all yo’ stuffs without having to go 3rd party. While I am a *huge* fan of the Veeam product line… as of now you can’t use it to back up AWS RDS (as well as several other… Read More »

Category: AWS

AWS EFS & S3 Case Study

By | February 19, 2019

I recently helped a customer migrate from Azure to AWS and they had some unique and interesting storage needs that I thought would be excellent material for a blog post. What made this particular design interesting from a storage perspective was the customer’s syncing requirements. Background Customer X was having some issues with their Azure… Read More »

re:Invent Dev Chat CloudFormation Template

By | November 30, 2018

(or – OH MY GOD I TALKED AT RE:INVENT!!!) This last week was the big AWS conference called re:Invent.  I’ll have more to talk about on it later but for right now I promised the good folks who watched our Dev Chat that I’d post my CFT on github.  So here it is: https://github.com/mistwire/CloudFormationTemplates/tree/master/ReInvent_Demo_CFT 

Cross account VPC to VPC Peering

By | August 21, 2018

I’m currently playing with multiple VPCs in multiple accounts.  As a result of my home lab experiments gone awry I now find myself in need of connecting VPCs to each other that aren’t even in the same account.  This is the step-by-step process for establishing VPC peering connectivity across multiple accounts.  Before you begin, ensure that… Read More »

Using AWS Server Migration Service (SMS)

By | November 7, 2019

In my previous article I described how to establish a VPN connection between an AWS VPC and an on-premises datacenter. The next logical step is moving workloads up to the VPC! In this article we’re going to use AWS native SMS service to do just that. Pre-requisites for a VMware based environment here’s the tl;dr:… Read More »

Category: AWS

Establishing a VPN connection between the Mistwire homelab and AWS

By | June 14, 2018

I wanted to setup a VPN connection between my homelab (which is now running a Ubiquiti Networks – Unfi Security Gateway), but there wasn’t a lot of good information on the how-to of said endeavor out there. So… fodder for a new article! Phase 1 – Create a new test VPC with a VPN I’m… Read More »

Category: AWS

How to change the size of your AWS RDS with zero downtime

By | March 5, 2018

I was playing with a multi-AZ RDS the other day and noticed that I was burning money more quickly than I had anticipated/wanted, so I decided to go to a smaller instance size that wasn’t as expensive (until the environment was under production load performance wasn’t that important). Maybe I should take a step back.  AWS… Read More »

Category: AWS