R12.3-2026Apr21

NetBrain Required AWS IAM Permissions

Code
{
  "Version": "2012-10-17",
  "Statement": [
        {
            "Action": [
                "autoscaling:Describe*",
                "autoscaling:Get*",
                "autoscaling-plans:Describe*",
                "autoscaling-plans:GetScalingPlanResourceForecastData",
                "cloudwatch:Describe*",
                "cloudwatch:Get*",
                "cloudwatch:List*",
                "directconnect:Describe*",
                "ec2:Describe*",
                "ec2:Get*",
                "ec2:SearchTransitGatewayRoutes",
                "network-firewall:DescribeFirewall",
                "network-firewall:DescribeFirewallPolicy",
                "network-firewall:DescribeRuleGroup",
                "network-firewall:ListFirewallPolicies",
                "network-firewall:ListFirewalls",
                "network-firewall:ListRuleGroups",
                "network-firewall:ListTagsForResource",
                "elasticloadbalancing:Describe*",
                "batch:Describe*",
                "batch:List*",
                "batch:Get*",
                "ecs:Describe*",
                "ecs:List*",
                "ecs:Get*",
                "apigateway:GET",
                "globalaccelerator:Describe*",
                "globalaccelerator:List*",
                "route53:List*",
                "route53:Get*",
                "route53:TestDNSAnswer",
                "vpc-lattice:Get*",
                "vpc-lattice:List*",
                "dynamodb:Describe*",
                "dynamodb:List*",
                "dynamodb:Get*",
                "memorydb:Describe*",
                "memorydb:List*",
                "cassandra:Get*",
                "cassandra:List*",
                "neptune-db:connect",
                "fsx:Describe*",
                "fsx:List*",
                "backup:List*",
                "backup:Get*",
                "backup:Describe*",
                "storagegateway:List*",
                "storagegateway:Describe*",
                "connect:Describe*",
                "connect:List*",
                "connect:Get*",
                "sns:Get*",
                "sns:List*",
                "events:Describe*",
                "events:List*",
                "sqs:Get*",
                "sqs:List*",
                "swf:List*",
                "swf:Describe*",
                "swf:Get*",
                "mq:Describe*",
                "mq:List*",
                "lightsail:Get*",
                "elasticbeanstalk:Describe*",
                "elasticbeanstalk:List*",
                "lambda:Get*",
                "lambda:List*",
                "cloudfront:Get*",
                "cloudfront:List*",
                "cloudfront:Describe*",
                "rds:Describe*",
                "rds:List*",
                "elasticache:Describe*",
                "elasticache:List*",
                "s3:Get*",
                "s3:List*",
                "elasticfilesystem:Describe*",
                "elasticfilesystem:List*",
                "athena:StartQueryExecution",
                "athena:Get*",
                "athena:StartQueryExecution",
                "athena:Get*"  
    
            ],
            "Effect": "Allow",
            "Resource": "*"
        }    
    ] 
}