Category Archives: AWS

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 »

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

AWS re:Invent re:Cap 2017

By | December 4, 2017

This was my very first AWS re:Invent conference and there are so many things to talk about!  New announcements, new friends, a list of do’s & don’ts for the next time I attend!   AWS Services First off, I’m going to briefly talk about the new services that have were announced, but I’m not going… Read More »

Category: AWS

Use AWS Lambda to schedule instance starts/stops and save some money!

By | September 30, 2017

I’m currently running a PoC and I only want the systems available to play with Monday – Friday, 9am to 5pm EST.  In order to save a good bit of money I’ve decided to turn off the instances at night.  I’m also super lazy, so I don’t want to have to log into the servers… Read More »

Category: AWS