---
sourceDocument: Australia Enable AI
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/intelligent-experiences

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# Configure an IAM policy for execution monitoring

# Configure an IAM policy for execution monitoring {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Configuring IAM policy action permissions necessary for execution monitoring and integration user access on AWS to read Cloudwatch logs usage data.

## Antes de Iniciar

Role required: Admin  
Cloud watch logs:

* StartQuery
* GetQueryResults

{#configure-iam-policy-for-execution-monitoring__ul_lpm_pdj_jfc}  
Nota:  
To exclude specific resources from AI Control Tower, you can restrict them from the resources region. Select 'all' to include all CloudWatch logs data in AI Control Tower.

    { 

        "Version": "2012-10-17", 

        "Statement": [ 

            { 

                "Sid": "VisualEditor0", 

                "Effect": "Allow", 

                "Action": [ 

                    "logs:GetQueryResults", 

                    "logs:StartQuery" 

                ], 

                "Resource": "*" 

            } 

        ] 

    }

For more information about creating an user in IAM and providing the required access, see [++Understanding and Getting Your Security Credentials++](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html) page on the [++AWS Documentation++](https://docs.aws.amazon.com/index.html) site.

## O que Fazer Depois

Configure CloudTrail and CloudWatch in the AWS Console.

