Using cloud custodian to ensure compliance across AWS resources
A guide to using Cloud Custodian, an open-source tool, for AWS compliance tasks like resource tagging and identifying unused resources.
A guide to using Cloud Custodian, an open-source tool, for AWS compliance tasks like resource tagging and identifying unused resources.
Explains how to monitor serverless scheduler performance using AWS CloudWatch Custom Metrics and Insights, with code examples.
A tutorial on using AWS AutoGluon, an AutoML library, to build an object detection model with minimal code.
A technical breakdown of a personal blog's infrastructure, covering AWS S3 hosting, CloudFlare DNS, Jekyll generation, and GitHub Actions deployment.
A tutorial on setting up a CI/CD pipeline using GitHub Actions to automatically deploy a web app to AWS S3 and invalidate CloudFront cache.
Performance testing of DynamoDB Transactions compared to other API calls, including batch writes and failed transactions.
A guide to Amazon DynamoDB Transactions, covering use cases, differences from batch operations, and idempotency handling.
A deep dive into single-table design for DynamoDB, covering its concepts, benefits, and trade-offs for scalable applications.
Explores 5 key use cases for AWS Lambda, including HTTP APIs, data processing, and IoT, highlighting its cost-efficiency and scalability.
An introduction to AWS Lambda, explaining its serverless, Function-as-a-Service model, cost benefits, and common use cases for developers.
Explains DynamoDB filter expressions, their limitations, and when to use them versus proper table design for efficient queries.
Learn how to monitor and troubleshoot performance in .NET applications on AWS using CloudWatch, X-Ray, and other tools.
An overview of using Python with serverless services on AWS and GCP, based on a talk from the Python Frederick event.
A developer investigates how AWS, Azure, and GCP handle trailing slashes in URIs differently, causing image loading issues in a multi-cloud blog setup.
A guide to automating the creation of AWS IAM Access Analyzers across all regions in all accounts of an AWS Organization using the AWS CLI.
Explains how DynamoDB's design ensures scalable performance, contrasting it with the scaling challenges of relational databases.
A guide to efficiently tag existing AWS resources for better cost analysis and billing insights using automation and the AWS API.
A review of major tech trends from the 2010s, focusing on the explosive growth and impact of public cloud computing (AWS, Azure, GCP).
Analysis comparing cloud provider pricing for VMs and storage, finding Amazon, Google, and Microsoft charge a premium vs. DigitalOcean, Linode, and OVH.
A developer shares a real-world challenge of migrating from a monolith to microservices, highlighting the complexities of intermediate architectures and circular dependencies.