Viewing resources shared with you - Amazon Resource Access Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Viewing resources shared with you

You can view the shared resources that you can access. You can see which principals shared the resources with you and which resource shares include the resources.

Console
To view resources shared with you
  1. Navigate to the Shared with me : Shared resources page in the Amazon RAM console.

  2. Because Amazon RAM resource shares exist in specific Amazon Web Services Regions, choose the appropriate Amazon Web Services Region from the dropdown list in the upper-right corner of the console. To see resource shares that contain global resources, you must set the Amazon Web Services Region to US East (N. Virginia), (us-east-1). For more information about sharing global resources, see Sharing Regional resources compared to global resources.

  3. Apply a filter to find specific shared resources. You can apply multiple filters to narrow your search.

  4. The following information is available:

    • Resource ID – The ID of the resource. Choose the ID of the resource to view it in its service console.

    • Resource type – The type of resource.

    • Last share date – The date on which the resource was shared with you.

    • Resource shares – The number of resource shares in which the resource is included. Choose the value to view the resource shares.

    • Owner ID – The ID of the principal who owns the resource.

Amazon CLI
To view resources shared with you

You can use the list-resources command to view resources that are shared with you.

The following example command displays details about the resource accessible through a resource share in the specified Amazon Web Services Region from another Amazon Web Services account.

$ aws ram list-resources \ --region us-east-1 \ --resource-owner OTHER-ACCOUNTS { "resources": [ { "arn": "arn:aws-cn:license-manager:us-east-1:111111111111:license-configuration:lic-36be0485f5ae379cc74cf8e9242ab143", "type": "license-manager:LicenseConfiguration", "resourceShareArn": "arn:aws-cn:ram:us-east-1:111111111111:resource-share/8b831ba0-63df-4608-be3c-19096b1ee16e", "status": "AVAILABLE", "creationTime": "2021-09-21T08:50:41.308000-07:00", "lastUpdatedTime": "2021-09-21T08:50:42.517000-07:00" } ] }