cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AWS instances monitoring in ca-central-1 region

mike
Newcomer

We're trying to integrate our AWS environment with Dynatrace, we used the key-based access with the following policy:

{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"autoscaling:Describe*",
"cloudwatch:Describe*",
"cloudwatch:List*",
"cloudwatch:Get*",
"ec2:Describe*",
"ec2:Get*",
"ec2:ReportInstanceStatus",
"elasticache:DescribeCacheClusters",
"elasticloadbalancing:Describe*",
"sqs:GetQueueAttributes",
"sqs:ListQueues",
"rds:DescribeDBInstances",
"SNS:ListTopics",
"s3:Get*",
"s3:List*"
],
"Effect": "Allow",
"Resource": "*"
}
]
}

But the problem is when we go check in the AWS section, we can only see our instance in the us-east-1 region, not in the ca-central-1 region. We have only 1 instance in us-east but 8 in ca-central.

Strangely though, we can see all the buckets, both the ones in us-east and ca-central.

I was told by support that it might have something to do with Cloudwatch but we checked it and it seems to be working fine.

Anyone has an idea?

1 REPLY 1

pawel_brzoska
Inactive

Sorry for late reply, ca-central-1 is supported since 1.121. Should work now.

Featured Posts