Skip to content
Linuxbeast
  • 🏠 Home
  • 📘 About
  • 📩 Contact
  • 🚀 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 Access

⚙️ Setting Up Cross-Account S3 Upload with Lambda

May 8, 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 Access, IAM Role, Serverless Leave a comment

Retrieve AWS Secrets Manager Keys Across Accounts with a Python Script on EC2

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

When working with multiple AWS accounts, securely managing secrets can be challenging. In this tutorial, we’ll walk you through how to retrieve AWS Secrets Manager keys across accounts using a Python script on an EC2 instance. Looking to automate your secrets retrieval, this guide provides a practical, hands-on solution for secure access. Scope This blog … Read more

Categories AWS Secrets Manager, Cross-Account Access Tags AWS, Cross-Account Access, 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 Access Leave a comment

🚀 DevOps Journey

  • 📁 Getting Started
  • Basic setup for your laptop and local environment.

  • ⚙️ DevOps Tools
    • Git & GitHub
    • Learn Git commands, SSH setup, and version control tips.

    • Docker Essentials
    • Understand containers, Docker CLI, and WSL integration.

    • Python for DevOps
    • Use Python, manage versions, and write automation scripts.

  • ☁️ Cloud Skills
    • AWS CLI & IAM Basics
    • Configure AWS CLI, IAM roles, and use basic services.

    • Terraform Intro
    • Write simple IaC scripts and deploy infrastructure.

  • 🔄 CI/CD Pipelines
    • GitLab CI/CD Basics
    • Learn .gitlab-ci.yml files, runners, and pipelines.

  • 📊 Monitoring & Security
    • Monitoring with Datadog
    • Install agents and track logs/metrics.

    • Security Best Practices
    • SSH keys, secrets management, and basic hardening.

📂 Categories

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

💬Latest Comments

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

    thanks. this is working

  2. 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…

  3. Wilrik on Manage Zone Identifier Files in WSL on Windows 10 and Windows 11December 19, 2024

    Solution 1 does not work on my system (Windows 11 pro). Even with the policy "Do not preserve zone information…

  4. Linuxbeast on How to Add Swap Space on EC2 Ubuntu 22.04October 13, 2024

    Hi Paul, You're absolutely right. If the /etc/fstab file containing existing content that doesn't already have a new line at…

  5. Paul on How to Add Swap Space on EC2 Ubuntu 22.04October 10, 2024

    Command to add to /etc/fstab needs a new line. It will break your current fstab if not fixed.

© 2025 Linuxbeast • Built with GeneratePress