AWS Modernization Workshop For .NET
A workshop guide for migrating monolithic .NET Framework applications to microservices on AWS using the Strangler Fig Pattern.
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.
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.