AWS CloudWatch


StreamWeaver-supported versions

  • AWS CloudWatch versions: not applicable

StreamWeaver data acquisition methods

  • AWS CloudWatch  REST APIs

Pre-requisite: IAM User Permissions

The CloudWatch connectivity requires the AWS access key and secret key along with the specified region endpoint. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html for Managing Access Keys for IAM Users.

The policy should correspond to the following permissions:

IAM Policy
{
   "Version": "2012-10-17",
   "Statement": [
        {
           "Effect": "Allow",
           "Action": "ec2:Describe*",
           "Resource": "*"
        },
        {
           "Effect": "Allow",
           "Action": "elasticloadbalancing:Describe*",
           "Resource": "*"
        },
        {
           "Effect": "Allow",
           "Action": [
               "cloudwatch:ListMetrics",
               "cloudwatch:GetMetric*",
               "cloudwatch:Describe*"
            ],
           "Resource": "*"
        },
        {
           "Effect": "Allow",
           "Action": "autoscaling:Describe*",
           "Resource": "*"
        },
        {
           "Effect": "Allow",
           "Action": "health:Describe*",
           "Resource": "*"
        }
    ]
}


Click here to return to Step-by-Step Configuration Guide

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.




 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*