Skip to content

AWS⚓︎

AWS Certified Solutions Architect

Primer

I haven't written in awhile and that one is on me. I meant to keep this up regularly, but I've been slacking with it to say the least. Who knew that having a family, a full time job and responsibilities would take up so much of my time! I'm going to do my best to update regularly going forward.

Validation

Now that I've got that out of the way, the real reason for my post...

Databases (Part 3)

Preface

I meant to get to finishing this up shortly after my last post, but life comes at you fast sometimes. No excuses though, as I've been continuing with my course and should be finished within the next day or two. In the meantime, I still have a bunch of content to write, so let's get to it.

Databases (Part 2)

This will be a continuation in the Database series covering the AWS offerings as part of the AWS Solutions Architect: Associate exam. I covered RDS in part 1 and will continue with Aurora in this part.

Databases (Part 1)

Introduction

I finished the database section of the AWS Solutions Architect Associate course a few days ago, and it was by far the most challenging to wrap my head around.

Just to point it out for the record — I am by no means a database guy. I know what they are at a cursory level, but I have no real hands-on experience to speak of with any type of databases.

This will be my attempt to make sense of all the database offerings from AWS.

Choosing a Routing Policy

Baseline

I'll start by saying I have a very general understanding of DNS. I know it's often dubbed the “internet phone book” and that it translates IP addresses into URLs. I know some of the various DNS record types off the top of my head — A, AAAA, CNAME, MX, TXT — along with how each of them are used, but mostly at a high level.

As a baseline...

Virtual Private Cloud (VPC)

Introduction

I just finished the Virtual Private Cloud (VPC) section of the AWS Certified Solutions Architect course and I wanted to write it out in order to gain some clarity around it.

For some reason, this has been the hardest topic of the course so far. There were certain things that were easier than I thought they'd be (subnetting), while others were much more difficult (NAT Instance vs NAT Gateway).

API Gateway

Preface

I have to preface this by saying that I am not a developer. I can read snippets of code and muddle my way through certain things, but coding is not my strong suit.

Having said that, I need to break down API Gateway as much as I can in order to better understand it.