1 Answer
- Newest
- Most votes
- Most comments
0
To create a role that can write descriptions for tables and columns, as well as edit and add metadata in a project, you should assign the following permissions: glue:UpdateTable, glue:UpdateColumnStatisticsForTable, glue:PutTable, glue:PutColumnStatisticsForTable, and glue:UpdateDatabase. These permissions allow the role to update and manage table and column descriptions, and handle metadata tasks within the AWS Glue Data Catalog. Additionally, to ensure the role has access to the necessary resources, include the glue:GetTable, glue:GetTables, and glue:GetDatabase permissions for read operations. This setup ensures the role can perform all required metadata operations without overextending its privileges.
answered 2 years ago
Relevant content
- asked 3 years ago
- asked 8 months ago
