AWS Tutorials

How to Build Event-Driven Apps Using AWS S3, Lambda & SNS

Automate real-time notifications with a flexible serverless workflow Introduction Event-driven architectures allow cloud systems to react to changes with minimal delay. Among AWS’s serverless tools, combining S3, Lambda, and SNS is a powerful and widely used pattern for building scalable, automated workflows. In this blog, I’ll walk you through setting up this workflow and share a globally […]

How to Build Event-Driven Apps Using AWS S3, Lambda & SNS Read More »

How to Use AWS S3 Event Notifications to Trigger Lambda, SNS, and SQS

Amazon S3, a scalable and reliable object storage service, is a cornerstone of many cloud-based architectures. But did you know that it also enables seamless automation of workflows through Amazon S3 Event Notifications? Whether you are triggering image processing upon file uploads or keeping track of file deletions, S3 Event Notifications are a powerful tool to

How to Use AWS S3 Event Notifications to Trigger Lambda, SNS, and SQS Read More »

Enabling Cross-Account Access: A Guide for DevOps Engineers

Managing secure data sharing between AWS accounts is essential for modern cloud operations. A common scenario involves allowing an application in one AWS account to interact with an S3 bucket in another account. This guide explains why cross-account access is needed, provides a detailed example of setting it up (with an encrypted S3 bucket), highlights key considerations,

Enabling Cross-Account Access: A Guide for DevOps Engineers Read More »

AWS Alerts: Get Notified on New Resource Creation

Avoid Surprise AWS Bills: Setting Up Alerts for New Resource Creations In modern cloud environments, ensuring control and visibility over your infrastructure is very important. As one of the leading cloud providers, AWS offers robust solutions to efficiently monitor and manage resources. I have been using AWS for over six years, working on various proof-of-concepts

AWS Alerts: Get Notified on New Resource Creation Read More »

Deploying Jenkins on AWS: The CloudFormation Way

Streamlining and Automating Jenkins Server Provisioning with Infrastructure as Code In this blog, we’ll explore how to create a Jenkins server on an EC2 instance with an EBS volume using AWS CloudFormation. Jenkins is a popular open-source automation server that enables developers to build, test, and deploy software projects seamlessly. AWS CloudFormation is an infrastructure-as-code

Deploying Jenkins on AWS: The CloudFormation Way Read More »

Scroll to Top