Step 10: Grant SELECT on the tables - AWS Lake Formation

Step 10: Grant SELECT on the tables

You must grant the SELECT permission on the new Data Catalog tables in AWS Lake Formation so that the data analyst can query the data that the tables point to.

Note

A workflow automatically grants the SELECT permission on the tables that it creates to the user who ran it. Because the data lake administrator ran this workflow, you must grant SELECT to the data analyst.

  1. On the Lake Formation console, in the navigation pane, under Permissions, choose Data lake permissions.

  2. Choose Grant, and in the Grant data permissions dialog box, do the following:

    1. Under Principals, for IAM user and roles, choose datalake_user.

    2. Under LF-Tags or catalog resources, choose Named data catalog resources.

    3. For Databases, choose lakeformation_tutorial.

      The Tables list populates.

    4. For Tables, choose one or more tables from your data source.

    5. Under Table and column permissions, choose Select.

  3. Choose Grant.

The next step is performed as the data analyst.