21 Sep 2018
03:23 AM
- last edited on
09 Dec 2021
07:04 AM
by
MaciejNeumann
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 http://assets.dynatrace.com/global/resources/aws-...
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.
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