AWS Resource Access Manager (RAM)

Learn how to share AWS resources between multiple AWS accounts using AWS Resource Access Manager.

AWS Resource Access Manager (RAM) is a service that allows us to securely share AWS resources over multiple AWS accounts. These accounts can be within the same organization or different organizations. Through this, we can create a resource in one account and then access this resource from different accounts rather than creating the same resource multiple times over various accounts.

Press + to interact

Resource share in AWS RAM

In AWS RAM, resources are shared by creating a resource share. A resource share consists of three elements:

  • A list of resources that need to be shared

  • A list of principals ...