21 Sep 2018 11:23 AM - last edited on 15 Feb 2023 01:22 PM by ghaydtner
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
Solved! Go to Solution.
24 Sep 2018 01:00 PM
Dynatrace is currently not reporting on SNS and SQS. look at this post. It mentions support for SQS scheduled for October.
15 Jan 2019 11:11 AM
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