Skip to content

Commit 18ba723

Browse files
authored
Updated README for the utility to use only IAM access control
1 parent 41a8de9 commit 18ba723

File tree

1 file changed

+7
-1
lines changed
  • utilities/use_only_IAM_access_controls

1 file changed

+7
-1
lines changed

utilities/use_only_IAM_access_controls/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ AWS Lake Formation applies its own permission model when you access data in Amaz
77
You can run this script in any location where you have Python3 and AWS credentials.
88

99
```
10-
$ python update_permission.py
10+
$ python3 update_permission.py
11+
```
12+
13+
You can provide an AWS named profile name, and/or Region name.
14+
15+
```
16+
$ python3 update_permission.py -r us-west-2 -p <your-profile-name>
1117
```
1218

1319
You need use AWS credentials of the IAM user/role who has Lake Formation admin permission. If you run the script without Lake Formation admin permission, you will see ‘Access Denied’ exception.

0 commit comments

Comments
 (0)