How to Defend Against AWS Surprise Bills
A guide to preventing unexpected AWS charges using budget alerts, security measures, and monitoring strategies for personal or small-scale accounts.
A guide to preventing unexpected AWS charges using budget alerts, security measures, and monitoring strategies for personal or small-scale accounts.
A technical comparison of Amazon Timestream and DynamoDB for handling timeseries data, based on real-world application testing.
A machine learning engineer shares his 7-week journey and study plan to pass the AWS Certified Solutions Architect - Associate exam.
Announcing CloudSecDocs.com, a public collection of technical notes and cheatsheets for cloud-native technologies, DevOps, and security.
Learn to build a serverless API for validating email workflows using AWS SES, API Gateway, and DynamoDB to create unlimited test inboxes.
A workshop guide for migrating monolithic .NET Framework applications to microservices on AWS using the Strangler Fig Pattern.
A guide to configuring HashiCorp Vault's AWS secrets engine to dynamically generate credentials across multiple AWS accounts using the assume_role feature.
Blog author returns after technical issues, now VP at AWS, and plans regular tech content updates.
A guide to reducing AWS storage costs by archiving data from DynamoDB to S3 and S3 Glacier storage tiers, including implementation steps.
A beginner's guide to starting with AWS, covering essential services like S3, CloudFront, and Lambda for cloud computing.
Explains AWS Elastic Beanstalk deployment policies like All-at-once, Rolling, and Immutable, comparing their impact on downtime and capacity.
A guide to selecting and optimizing AWS Compute Savings Plans for serverless workloads like Lambda and Fargate to reduce costs.
Personal study notes and key concepts for the AWS Certified Developer Associate exam, covering services like Lambda, DynamoDB, and API Gateway.
A technical guide on building a cost-effective, serverless mailing list for a security newsletter using AWS services, Terraform, and CI/CD.
A technical guide on implementing pagination and querying for all items in a DynamoDB partition using .NET, comparing the Object Persistence and Document Model APIs.
An introduction to AWS Cloud Development Kit (CDK), explaining how to define cloud infrastructure using familiar programming languages like TypeScript.
An introduction to Amazon EventBridge, explaining how it simplifies serverless architecture by decoupling services using an event-driven model.
An introduction to AWS CDK, explaining how it allows developers to define cloud infrastructure using familiar programming languages like TypeScript.
A frontend engineer explains how serverless architecture empowers them to focus on product building by abstracting away backend complexity.
A developer troubleshoots a Terraform error about a missing 'region' argument, revealing an implicit provider creation issue.