Creating a subscriber with query access in Security Lake
Choose your preferred method to create a subscriber with query access in the current AWS Region. A subscriber can query data only from the AWS Region that it is created in. To create a subscriber, you'll need to have the AWS account ID and external ID of the subscriber. The external ID is a unique identifier that the subscriber provides to you. For more information about external IDs, see How to use an external ID when granting access to your AWS resources to a third party in the IAM User Guide.
Note
Security Lake does not support Lake Formation cross-account data sharing version 1. You must update Lake Formation cross-account data sharing to version 2 or version 3. For the steps to update Cross account version settings through the AWS Lake Formation console or the AWS CLI, see To enable the new version in the AWS Lake Formation Developer Guide.
Setting up cross-account table sharing (subscriber step)
Security Lake uses Lake Formation cross-account table sharing to support subscriber query access. When you create a subscriber with query access in the Security Lake console, API, or AWS CLI, Security Lake shares information about the relevant Lake Formation tables with the subscriber by creating a resource share in AWS Resource Access Manager (AWS RAM).
When you make certain types of edits to a subscriber with query access, Security Lake creates a new resource share. For more information, see Editing a subscriber with query access in Security Lake.
The subscriber should follow these steps to consume data from your Lake Formation tables:
-
Accept the resource share – The subscriber must accept the resource share that has the
resourceShareArn
andresourceShareName
that's generated when you create or edit the subscriber. Choose one of the following access methods:For console and AWS CLI, see Accepting a resource share invitation from AWS RAM.
-
For API, invoke the GetResourceShareInvitations API. Filter by
resourceShareArn
andresourceShareName
to find the correct resource share. Accept the invitation with the AcceptResourceShareInvitation API.
The resource share invitation expires in 12 hours, so you must validate and accept the invitation within 12 hours. If the invitation expires, you continue to see it in a
PENDING
state, but accepting it won't give you access to the shared resources. When more than 12 hours have passed, delete the Lake Formation subscriber and recreate the subscriber to get a new resource share invitation. -
Create a resource link to the shared database – The subscriber must create a resource link to the shared Lake Formation database in either AWS Lake Formation (if using the console) or AWS Glue (if using API/AWS CLI). This resource link points the subscriber's account to the shared database. Choose one of the following access methods:
-
For console and AWS CLI, see see Creating a resource link to a shared Data Catalog database. in the AWS Lake Formation Developer Guide.
-
We recommend that subscribers also create a unique database with the CreateDatabase API to store resource link tables.
-
-
Query the shared tables – Services like Amazon Athena can refer to the tables directly, and new data that Security Lake collects is automatically available to query. Queries run in the subscriber's AWS account, and costs incurred from queries are billed to the subscriber. You can control read access to resources in your own Security Lake account.
For more information about granting cross-account permissions, see Cross-account data sharing in Lake Formation in the AWS Lake Formation Developer Guide.