AWS Tutorials

AWS SES: Cross Account Email Receiving

Introduction In today’s interconnected world, businesses often find themselves in situations where they need to share resources across different AWS accounts. One common challenge is setting up email-receiving capabilities across AWS accounts, a process which is commonly known as “Cross Account Email Receiving”. This enables organizations to centralize their email handling while maintaining security and

AWS SES: Cross Account Email Receiving Read More »

AWS Lambda Best Practices

Now-a-days, any kind of computing tasks such as Real-time data processing, pre-process data for Machine learning models, Serverless back-ends (web, mobile, Internet of Things) can be done using AWS Lambda. While performing all above mentioned tasks, achieving scalability, higher performance and cost efficiency, and also not worrying about the underlying infrastructure, can be tiresome. But

AWS Lambda Best Practices Read More »

Terraform Modules: How to Build a Load-Balanced AWS Infrastructure

Add an Application Load Balancer to Your Scalable AWS Infrastructure In my [previous blog], we built a scalable AWS infrastructure using Terraform modules to provision a VPC, EC2 Auto Scaling Group, and S3 bucket. Now, let’s take it a step further by introducing an Application Load Balancer (ALB) to route incoming traffic to our EC2

Terraform Modules: How to Build a Load-Balanced AWS Infrastructure Read More »

Scroll to Top