Amazon CloudWatch
Cast connects to CloudWatch using theĀ boto3
Ā client. According to theirĀ documentation,Ā before you can query with Castā¦
You should set up authentication credentials. Credentials for your AWS account can be found in the IAM Console. You can create or use an existing user. Go to manage access keys and generate a new set of keys.
With your AWS Region, access_key_id and secret_access_key you can set up the CloudWatch and CloudWatch Log Insights Data Sources.
Helpful Links
To learn more about the CloudWatch ad-hoc query language you can study the following links.