Run the AWS Shell Quickly and Easily in a VirtualBox Instance Using Vagrant

Because we like the Martha Stewart pre-baked oven version of things, this is the shortcut to running the AWS CLI without having to dirty up your own local environment. Why use a Sandbox? While development entirely using your local machine is handy, there can often be configuration issues, and also conflicts with other development libraries. … Read more

Using Vagrant and VirtualBox to Run Sandbox Environments

One of the things that I’ve done lately is to ensure that I keep my laptop clean of any development tools. The reason is that I have run into a lot of problems with conflicts around versions, platforms, and general oddities that come as I deploy more and more different environments onto a single machine. … Read more

Suspending and Restarting the OpenStack Cookbook Lab

In our previous post about Installing the OpenStack Cookbook on OSX, we explored the simple first steps needed to get our OpenStack lab environment up and running on OSX. This is OSX specific, but quite similar to the lab being run on Windows and Linux. I will put together a quick post to show how … Read more

Building your own CoreOS Army with Vagrant, because Orchestration Rocks

I’m all about saving time, money, and making things simple to use. Luckily, CoreOS and Vagrant have become a big part of making that happen for me lately with a lot of work I’ve been doing in and out of my day-to-day lab experiences. It was especially exciting for me today as I had an … Read more