Tinashe Musonzamusonza.dev·Nov 23, 2024AWS IAM Roles: A Guide to Cross-Account Access with ExamplesIntroduction AWS IAM (Identity and Access Management) roles are the backbone of secure access control in cloud environments. However, managing cross-account IAM roles can quickly become challenging or confusing, especially if you’re missing critical ...Discuss·46 readsIAM
Roshan Poudelimroshanpoudel.hashnode.dev·Oct 31, 2024Cross-Account Event Routing AWSWhen building cloud-based event-driven systems, you may want to trigger with those events or publish to any consumers. AWS EventBridge comes handy to validate events, configure rules, patterns and targets to create consumer of events. Amazon Event-b...Discussrule
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 3, 2024Accessing Secrets Using Cross Account Role between Two AWS Accounts.Introduction :- In the world of cloud computing, managing secrets across different #AWS accounts can be a challenging task. However, by using cross-account roles, we can simplify this process and enhance security. This blog post will guide you throug...DiscussAWS
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Apr 17, 2024Creating Cross-Account VPC Peering in AWS with Terraform: A Beginner’s GuideIntroduction :- Remember the old days when setting up VPC peering required a series of manual clicks and checks? Those days are gone, my friend! The beauty of Terraform lies in its ability to simplify and automate tasks that once were time-consuming,...Discussvpc
Taegu Kangktg0210.hashnode.dev·Dec 26, 2023AWS ECR for cross accountoutline We can use private ECR over cross account safely, using AWS IAM. how-to Source AWS Account AWS ECR >> Select "Repositoty" >> Permissions >> Edit policy JSON IAM Policy { "Version": "2012-10-17", "Statement": [ { "Sid":...DiscussAWS ECR for cross account
Taegu Kangktg0210.hashnode.dev·Dec 22, 2023S3 object copy from cross accountoutline You can upload or download object from cross account S3 bucket. how-to Source Account Have S3 full access Destination Account S3 bucket policy { "Version": "2008-10-17", "Id": "PolicyForCloudFrontPrivateContent", "Statem...DiscussS3 object copy from cross account
Andrea CavagnaforLeapp blogblog.leapp.cloud·Dec 13, 2023How to manage IAM Role Federated at scaleA real-case scenario in managing cloud access at scale: the PiedPiper company PiedPiper company is a startup working on the AWS Cloud ecosystem. Like many others, it has adopted a Landing Zone approach in collecting and governing different AWS Accoun...Discuss·75 readsLeapp TeamIAM Role Federated
Andrea CavagnaforLeapp blogblog.leapp.cloud·Dec 13, 2023How to manage IAM Users at scaleA real-case scenario in managing cloud access at scale: the PiedPiper company PiedPiper company is a startup working on the AWS Cloud ecosystem. Like many others, it has adopted a Landing Zone approach in collecting and governing different AWS Accoun...Discuss·55 readsLeapp TeamIAM
Ankit Singhankit101.hashnode.dev·Dec 11, 2023Simplifying CI/CD Pipelines: Enabling CodeBuild to Connect with Cross Account S3 BucketScenario:- In many organizations, the CI/CD pipeline may be set up in one AWS account, while the deployment takes place in a different account using CodeBuild. In such a scenario, you might need CodeBuild to communicate with resources in the other a...Discuss·1 like·56 readsDevops
Philcybersavvy.hashnode.dev·Dec 1, 2023Step-by-Step Guide to Export Compute Optimizer Logs of Multi Accounts to a Specific S3 Bucket in AWS OrganizationIntroduction AWS Compute Optimizer is a powerful tool designed to analyze the configuration and utilization metrics of your AWS resources, providing recommendations to optimize performance and reduce costs. However, consolidating Compute Optimizer lo...Discuss·65 readsAWS