Thinking Deeply About Amazon Cloud & Infrastructure Code
|

Thinking Deeply About Amazon Cloud & Infrastructure Code

If you’re building anything in the public cloud these days, you’re probably using some automation. There are a lot of ways to reach the goal posts and a lot of tools to choose from. In my case I’ve put Terraform to use over and over again. I’m built vpcs, public & private subnets, and bastion…

What Can We Learn from NASA’s AWS Fail?
|

What Can We Learn from NASA’s AWS Fail?

I was just reading the Register, which is sort of the UK’s version of Slashdot, and they had a jaw-dropping title. NASA moved 247 petabytes into AWS and then later learned about EGRESS costs OMG! Facepalm. Wow. To say this is a disaster is an understatement. Could it have been prevented? Not likely by 100% strategic…

Why Is There A Company Whose Only Purpose Is To Help Me With My AWS Bill?

Why Is There A Company Whose Only Purpose Is To Help Me With My AWS Bill?

I know everyone is talking about the pandemic at the moment, so I thought I would sidestep the topic, and continue to discuss what I know best. Which is the public cloud! Of late, I see more and more discussions on CTO forums, and in the news on surprise AWS bills. Did you hear what happened…

Does AWS Have a Dirty Little Secret?
| |

Does AWS Have a Dirty Little Secret?

I was recently talking with a colleague of mine about where AWS is today. Obviously, these companies are migrating to EC2 & the cloud rapidly. The growth rates are staggering. The question was… “What’s good and bad with Amazon today?” It’s an interesting question. I think there are some dirty little secrets here, but also…

Does Amazon Eat Its Own Dog Food (Ahem…) Or Drink Its Own Champagne?

Does Amazon Eat Its Own Dog Food (Ahem…) Or Drink Its Own Champagne?

I was flipping through the AWS Reddit channel and found this excellent presentation from RE: Invent by Laura Grit. She’s in charge of Amazon Retail and worked very closely with teams on migrating to AWS. She goes in-depth on what that cost in terms of development, what it saved in terms of unused capacity, and surprisingly operational…

Deploying MySQL on Amazon EC2 – 8 Best Practices
|

Deploying MySQL on Amazon EC2 – 8 Best Practices

There are a lot of considerations for deploying MySQL in the Cloud. Some concepts and details won’t be obvious to DBAs used to deploying on traditional servers. For this, we have provided eight best practices in this guide that will certainly set you off on the right foot. Let’s explore them below. This article is part…

How To Setup An Amazon ECS Cluster With Terraform | A Step-By-Step Guide

How To Setup An Amazon ECS Cluster With Terraform | A Step-By-Step Guide

ECS is Amazon’s Elastic Container Service. That’s Greek for how you get docker containers running in the cloud. It’s sort of like Kubernetes without all the bells and whistles. It takes a bit of getting used to, but This terraforms how to, should get you moving. You need an EC2 host to run your containers…