Amazon SQS is essential for message queuing but poses a risk of data loss if messages fail and remain in a Dead Letter Queue (DLQ) past the 14-day retention. Here's a serverless solution that automatically redrives aging messages from DLQs …
Tag: Infrastructure as Code
Implementing AWS CodePipeline Automatic Rollback with SAM & CloudFormation
Tired of stressful deployment failures? Learn how to implement AWS CodePipeline's automatic rollback feature. Using CloudFormation with PipelineType: V2 and OnFailure: ROLLBACK, plus a buildspec.yml for your SAM app, you can create a safety net that automatically reverts failed deployments, …
Read More "Implementing AWS CodePipeline Automatic Rollback with SAM & CloudFormation"
Deploy Your First AWS Batch Using CodePipeline and CloudFormation
Deploying an automated workload on AWS can be both rewarding and empowering, especially when using AWS CodePipeline and AWS Batch. In this blog post, you’ll learn how to create a scalable deployment pipeline from scratch using AWS CloudFormation templates. We’ll …
Read More "Deploy Your First AWS Batch Using CodePipeline and CloudFormation"
Solving AWS Config Conformance Pack Remediation Challenges: A Journey from Frustration to Success
Overcoming challenges in deploying AWS Config Conformance Packs with custom remediation, we share our journey from initial failures to a seamless solution. Discover key learnings, troubleshooting steps, and the final template that made automated remediation work flawlessly.
Translate SAM to CloudFormation: Verify and Understand Infrastructure Changes
Ever wondered what AWS resources SAM will create before hitting deploy? Get a sneak peek by translating your SAM template into CloudFormation script right within your IntelliJ IDE. This pre-deployment safety check empowers you to verify and understand the exact …
Read More "Translate SAM to CloudFormation: Verify and Understand Infrastructure Changes"
Visualizing SAM/CloudFormation Templates: Moving Beyond CloudFormation Designer with AWS Application Composer
AWS has shifted gears in the way we visualize cloud infrastructure, promoting AWS Application Composer over the older CloudFormation Designer. While this brings a modern interface, there are nuances to understand, especially when working with SAM templates. Dive into this …
Auto-Healing SNS Subscriptions in AWS SAM: A Solution for Large Enterprises
Struggling with SNS Topic subscriptions mysteriously turning off in your enterprise? Discover a robust solution that leverages AWS SAM, Lambda, and the AWS SDK to automatically detect and re-subscribe emails, ensuring seamless communication. This comprehensive guide will walk you through …
Read More "Auto-Healing SNS Subscriptions in AWS SAM: A Solution for Large Enterprises"
AWS Log Subscription Filter: A Hands-On Guide with AWS SAM
Unleash the power of AWS SAM and Lambda to streamline log monitoring! This hands-on guide will walk you through building a custom log subscription filter, empowering you to pinpoint critical log events in real-time. Learn to filter, process, and receive …
Read More "AWS Log Subscription Filter: A Hands-On Guide with AWS SAM"
