Skip to main content

Remediation

From Command Lineโ€‹

To enable CloudWatch metrics for an AWS Athena Workgroup, use the update-work-group command and set PublishCloudWatchMetricsEnabled to true:

aws athena update-work-group 
--work-group-name {{work-group-name}}
--configuration-updates '{"PublishCloudWatchMetricsEnabled": true}'