Blogs

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 »

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 »

Scroll to Top