Skip to content
Linuxbeast
  • Home
  • About
  • Hire Me
  • Getting Started
  • en English
    • ar Arabic
    • zh-CN Chinese (Simplified)
    • nl Dutch
    • en English
    • fr French
    • de German
    • id Indonesian
    • it Italian
    • pt Portuguese
    • ru Russian
    • es Spanish
    • vi Vietnamese

Cross-Account

Setting Up Cross-Account SNS to SQS Subscription in AWS

August 25, 2025August 5, 2025 by Linuxbeast
Setting Up Cross-Account SNS to SQS Subscription in AWS

💡 Overview Setting up Amazon SNS to SQS subscriptions within the same AWS account is usually smooth. But when it comes to cross-account integration, it becomes tricky due to IAM policies and permission constraints. This guide explains how to properly configure a cross-account SNS ➝ SQS ➝ Lambda system with full security and reliability. 📘 … Read more

Categories Amazon SNS, Amazon SQS, Cross-Account Access Tags AWS, Cross-Account, IAM Roles, SNS, SQS, Tips & Tricks Leave a comment

How to Send Email Using AWS SES with Cross-Account Secrets Manager

August 2, 2025August 1, 2025 by Linuxbeast
How to Send Email Using AWS SES with Cross-Account Secrets Manager

🎯 Goal To send email using AWS Simple Email Service (SES) in Account A, while accessing SMTP credentials stored in Secrets Manager of the same account (Account A) from a Lambda function or script running in Account B. 📘 Why This is Useful ✅ Setup Overview Account A: Account B: 🔐 Step 1: Secrets Manager … Read more

Categories DevOps Automation Tags Automation, AWS SES, Boto3, Cross-Account, Email Automation, Python 🐍, Secrets Manager, Serverless Leave a comment

Setting Up Cross-Account S3 Upload with Lambda

August 25, 2025April 26, 2025 by Linuxbeast
Setting Up Cross-Account S3 Upload with AWS Lambda

📝 Introduction 💡 Brief overview of what you’re setting up and its purpose This guide outlines how to configure an AWS Lambda function in Account A to upload objects into an S3 bucket located in Account B. This setup enables secure cross-account data transfer, leveraging IAM roles for access control and eliminating the need for … Read more

Categories AWS Lambda 🪰 Tags Amazon S3, AWS Lambda, Cross-Account, IAM Role, Serverless Leave a comment

How to Access AWS Secrets Manager from Another Account (Step-by-Step Guide)

August 25, 2025August 16, 2024 by Linuxbeast
Retrieve AWS Secrets Manager Keys Across Accounts with a Python Script on EC2

Sometimes, you want to access a secret stored in Account A from a resource running in Account B. For example, an EC2 instance or Lambda function in Account B wants to read database credentials or API keys saved in AWS Secrets Manager of Account A. This guide shows how to do that securely using AWS … Read more

Categories AWS Secrets Manager, Cross-Account Access Tags AWS, Cross-Account, EC2 Instance, Python 🐍, Secrets Manager Leave a comment

How to Copy S3 Bucket Objects Across AWS Accounts

May 8, 2025May 16, 2024 by Linuxbeast
How to Copy S3 Bucket Objects Across AWS Accounts

In this blog, we’ll explore the process of copying S3 bucket objects across different AWS accounts. This task is crucial for scenarios such as data migration, backups, or simply sharing resources between departments or projects within your organization. As cloud solutions evolve, it’s increasingly common to manage multiple AWS accounts. Understanding how to transfer S3 … Read more

Categories Amazon S3 Tags AssumeRole, AWS, AWS CLI, Cross-Account Leave a comment

📂 Categories

  • Amazon EC2 (4)
  • Amazon ECS (1)
  • Amazon EFS (1)
  • Amazon S3 (2)
  • Amazon SNS (1)
  • Amazon SQS (2)
  • Amazon VPC (2)
  • Apache HTTP Server (1)
  • API Integration (1)
  • Automation 🤖 (1)
  • AWS CLI v2 (1)
  • AWS CloudWatch (1)
  • AWS Lambda 🪰 (4)
  • AWS Secrets Manager (1)
  • Cross-Account Access (3)
  • Data Engineering (2)
  • Datadog (3)
  • DevOps Automation (2)
  • DevTools (1)
  • Docker (2)
  • Git (7)
  • GitHub Copilot (1)
  • GitLab CI/CD (2)
  • HAProxy (1)
  • HubSpot (5)
  • Jenkins (1)
  • Let's Encrypt (2)
  • macOS (1)
  • MongoDB (1)
  • Monitoring (1)
  • MySQL (3)
  • PHP 8 (1)
  • PostgreSQL (3)
  • Python Development (5)
  • Rsync (1)
  • Serverless (1)
  • Tech Tutorials (1)
  • Terraform (2)
  • Text Editors (2)
  • Web Development (1)
  • WordPress (2)
  • WSL 2 (7)

💬Latest Comments

  1. Tyeth Gundry on How to Combine All Commits into One with GitLens Interactive Rebase in VSCodeJuly 8, 2025

    Someone at a previous place (where their job was integrating all teams work into releases), who was a fan of…

  2. Shanmukha on How to Install Ubuntu 20.04 or 22.04 in WSL 2 on Windows 10June 29, 2025

    Thanks for your efforts. The steps you provided easy to setup Linux ubuntu on windows

  3. John on Handling IP Address Overlapping in Network ConnectionsMay 13, 2025

    Great walkthrough of a very common (and often overlooked) networking pitfall. IP overlap issues tend to surface only when interconnectivity…

  4. Yohan on Manage Zone Identifier Files in WSL on Windows 10 and Windows 11March 19, 2025

    thanks. this is working

  5. Brian on How to Combine All Commits into One with GitLens Interactive Rebase in VSCodeJanuary 9, 2025

    This really isn't so much using gitlens to do the squash. Show how to do a squash WITHOUT using a…

© 2025 Linuxbeast • Built with GeneratePress