New Course Annoucement - AWS IoT the Big Picture

I’ve been so busy making my second course of 2019 that I forgot to announce my first one! A few weeks ago I finished my newest Pluralsight course, AWS IoT the Big Picture.

This course is perfect for people just getting started with IoT in general or AWS in particular. We’ll cover a vast amount of information about the unique challenges that IoT presents and how AWS IoT can help you address those issues.

DynamoDB Jargon Explained - Every Key Term You need to Know about Amazon DynamoDB

I regularly see questions related to the various bits of terminology surrounding DynamoDB. Specifically, questions always come up related to Primary Keys, Partition Keys, Sort Keys, and a bunch of the other names and types of each of them. I wanted to do my best to describe what each of these terms means and how they relate to one another.

I’ll assume a little bit of DynamoDB knowledge going into this post. If you’d like to dive into this yourself I’d suggest getting started with the DynamoDB Developer Guide. So let’s get started breaking apart all the jargon involved with AWS’s Managed NoSQL offering.

Extending CloudFormation with Custom Resources

Have you ever tried to do something with CloudFormation but just needed a little something more to get the job done? In those cases I’ve started using CloudFormation custom resources. These resources essentially allow you to extend the use of CloudFormation templates whenever you create, update or delete a stack.

In this tutorial, I’ll show you how you could use these custom resources to provision your DynamoDB tables with some data. This can be useful if you’d like to run additional testing on your AWS environment that requires actual data inside of the environment.

Preparing for your Associate Level AWS Certifications

It’s official, I now hold all three associate level AWS certifications. After procrastinating for the last three months, I finally passed my SysOps exam and completed the trifecta of AWS associate level certifications: AWS Certified Developer, AWS Certified Solutions Architect and AWS Certified SysOps Administrator.

Here are a few thoughts and suggestions for those of you considering taking any or all of these exams.

Creating Your First Containerized Flask Application with AWS ECS and Docker

Interested in creating and deploying your own Flask application using Docker and ECS? Well, good news, I just published a post on how you can do this. Here are the highlights: