1 Answer
- Newest
- Most votes
- Most comments
0
Thank you for reporting this issue with the display of IAM role names in the Table Optimization tab. This appears to be a UI rendering bug where the IAM role path is displaying "ole/" instead of "role/" in the AWS Glue console.
The actual functionality should not be affected by this display issue, as the underlying ARN structure is likely correct in the system. When you're configuring table optimizers like compaction, snapshot retention, or orphan file deletion, the system should still be using the correct role ARN format (arn:aws:iam::[account-id]:role/[role-name]) even if it's displaying incorrectly in the UI.
I'll make sure this feedback is passed along to the appropriate team for investigation and correction. In the meantime, you can verify the correct role is being used by checking the AWS CLI output when you run commands related to table optimizers, as the CLI should show the complete and correct role ARN.
Sources
Table optimization prerequisites - AWS Glue
Disabling orphan file deletion - AWS Glue
Disabling snapshot retention optimizer - AWS Glue
answered a year ago
Relevant content
asked 8 months ago
asked a year ago
asked 8 months ago
- AWS OFFICIALUpdated 2 years ago

Could you attach the screenshot of it ?