Using VPC Endpoints in Multi-Region Architectures with Route 53 Resolver

By Dustin Ward

AWS FeedUsing VPC Endpoints in Multi-Region Architectures with Route 53 Resolver Many customers are building multi-Region architectures on AWS. They might want to bring their systems closer to their end users, support disaster recovery (DR), or comply with data sovereignty requirements. Often, these architectures use Amazon Virtual Private Cloud (VPC) to host resources like Amazon…

I tried AWS Serverless monitoring using Dashbird – here’s my honest review

By Dustin Ward

Disclaimer: This article was written by BK Lim, Co-founder of Interviewer.AI, and originally published on Medium. The information provided is solely based on his personal usage and opinion on the Dashbird platform. tl;dr Using Dashbird.io allows us to monitor our AWS Serverless resources better and helps us nailed down on specific errors quickly and more…

8 tricks to use S3 more effectively with Python

By Dustin Ward

AWS Simple Storage Service (S3) is by far the most popular service on AWS. The simplicity and scalability of S3 made it a go-to platform not only for storing objects, but also to host them as static websites, serve ML models, provide backup functionality, and so much more. It became the simplest solution for event-driven…