AWSWAFFullAccess - AWS Managed Policy

AWSWAFFullAccess

Description: Provides full access to AWS WAF actions.

AWSWAFFullAccess is an AWS managed policy.

Using this policy

You can attach AWSWAFFullAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: October 06, 2015, 20:44 UTC

  • Edited time: June 05, 2023, 20:55 UTC

  • ARN: arn:aws:iam::aws:policy/AWSWAFFullAccess

Policy version

Policy version: v11 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AllowUseOfAWSWAF", "Effect" : "Allow", "Action" : [ "waf:*", "waf-regional:*", "wafv2:*", "elasticloadbalancing:SetWebACL", "apigateway:SetWebACL", "appsync:SetWebACL", "logs:DescribeResourcePolicies", "logs:DescribeLogGroups", "cognito-idp:AssociateWebACL", "cognito-idp:DisassociateWebACL", "cognito-idp:ListResourcesForWebACL", "cognito-idp:GetWebACLForResource", "apprunner:AssociateWebAcl", "apprunner:DisassociateWebAcl", "apprunner:DescribeWebAclForService", "apprunner:ListServices", "apprunner:ListAssociatedServicesForWebAcl", "ec2:AssociateVerifiedAccessInstanceWebAcl", "ec2:DisassociateVerifiedAccessInstanceWebAcl", "ec2:DescribeVerifiedAccessInstanceWebAclAssociations", "ec2:GetVerifiedAccessInstanceWebAcl" ], "Resource" : "*" }, { "Sid" : "AllowLogDeliverySubscription", "Effect" : "Allow", "Action" : [ "logs:CreateLogDelivery", "logs:DeleteLogDelivery" ], "Resource" : "*" }, { "Sid" : "GrantLogDeliveryPermissionForS3Bucket", "Effect" : "Allow", "Action" : [ "s3:PutBucketPolicy", "s3:GetBucketPolicy" ], "Resource" : [ "arn:aws:s3:::aws-waf-logs-*" ] }, { "Sid" : "GrantLogDeliveryPermissionForCloudWatchLogGroup", "Effect" : "Allow", "Action" : [ "logs:PutResourcePolicy" ], "Resource" : "*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : [ "wafv2.amazonaws.com" ] } } } ] }

Learn more