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

Can Dynatrace SaaS Monitor AWS API-Gateway, AWS SNS and AWS SQS

Hi

When I integrate my AWS account to AWS we give certain user inline policy:

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"autoscaling:Describe*",
"cloudwatch:Describe*",
"cloudwatch:Get*",
"cloudwatch:List*",
"ec2:Describe*",
"elasticloadbalancing:Describe*",
"rds:DescribeDBInstances",
"rds:DescribeEvents",
"rds:List*",
"dynamodb:DescribeTable",
"dynamodb:ListTables",
"lambda:ListFunctions",
"lambda:GetFunction",
"elasticbeanstalk:DescribeEnvironments",
"elasticbeanstalk:DescribeEnvironmentResources",
"s3:ListAllMyBuckets",
"sts:GetCallerIdentity",
"cloudformation:ListStackResources"
],
"Resource": "*"
}
]

}

This is taken from https://assets.dynatrace.com/global/resources/aws-policy.json

Now in this policy there is no mention about SNS, SQS and API-Gateway.

Does this mean that Dynatrace is unable to monitor this service or can it monitor if we add permissions to the policy?

Thanks

br

Farid

 

2 REPLIES 2

gilgi
DynaMight Champion
DynaMight Champion

Dynatrace is currently not reporting on SNS and SQS. look at this post. It mentions support for SQS scheduled for October.


michal_nalezin
Dynatrace Advisor
Dynatrace Advisor


Hi Farid


API Gateway, SNS, and SQS are monitored within the Early Access Program (EAP) for AWS supporting services. You can find all the details in this blog post.


Best


Michal


Featured Posts