Author: PBKN
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"
Understanding Push vs. Pull in AWS Event-Driven Architecture
Curious about push and pull in AWS’s Event-Driven Architecture? This post unravels how SNS, SQS, and Event Source Mapping power decoupled serverless solutions, while bridging push- and pull-based models. Learn how to fine-tune concurrency, handle scaling, and profit from EDA …
Read More "Understanding Push vs. Pull in AWS Event-Driven Architecture"
Building a Scalable Video Transcription Architecture on AWS
Learn how to automate video transcription using AWS services like S3, EventBridge, SQS, Lambda, and Amazon Transcribe. This step-by-step guide helps you create an end-to-end scalable solution for seamless video-to-text conversion, leveraging AWS best practices for efficient architecture and automation.
Read More "Building a Scalable Video Transcription Architecture on AWS"
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"
