Created
August 8, 2024 08:21
-
-
Save monodot/eab62147f94675a8b647c80434be5046 to your computer and use it in GitHub Desktop.
cloudwatch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Version = "2012-10-17" | |
Statement = [ | |
{ | |
Effect = "Allow" | |
Action = [ | |
"tag:GetResources", | |
"cloudwatch:GetMetricData", | |
"cloudwatch:ListMetrics", | |
"apigateway:GET", | |
"aps:ListWorkspaces", | |
"autoscaling:DescribeAutoScalingGroups", | |
"dms:DescribeReplicationInstances", | |
"dms:DescribeReplicationTasks", | |
"ec2:DescribeTransitGatewayAttachments", | |
"ec2:DescribeSpotFleetRequests", | |
"shield:ListProtections", | |
"storagegateway:ListGateways", | |
"storagegateway:ListTagsForResource" | |
] | |
Resource = "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment