Skip to content

Bug - Typo in Glue Table Optimization tab

0

Hi,

On the Table Optimization tab (AWS Glue > tables > [table name] > Table optimization > Optimization configuration), the IAM role field reads "ole/[role name]" rather than "role/[role name]". There doesn't seem to be any issue with my role name in other pages in the UI so I'm assuming it's a bug.

See screenshot below.

Thanks, David

Enter image description here

asked a year ago118 views

1 Answer
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

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.