Skip to content

Instantly share code, notes, and snippets.

@monodot
Created August 8, 2024 08:21
Show Gist options
  • Save monodot/eab62147f94675a8b647c80434be5046 to your computer and use it in GitHub Desktop.
Save monodot/eab62147f94675a8b647c80434be5046 to your computer and use it in GitHub Desktop.
cloudwatch
{
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