Amazon managed policies for Amazon CloudFront - Amazon CloudFront
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon managed policies for Amazon CloudFront

To add permissions to users, groups, and roles, it’s easier to use Amazon managed policies than to write policies yourself. It takes time and expertise to create IAM customer managed policies that provide your users with only the permissions they need. To get started quickly, you can use our Amazon managed policies. These policies cover common use cases and are available in your Amazon Web Services account. For more information about Amazon managed policies, see Amazon managed policies in the IAM User Guide.

Amazon services maintain and update Amazon managed policies. You can’t change the permissions in Amazon managed policies. Services occasionally add additional permissions to an Amazon managed policy to support new features. This type of update affects all identities (users, groups, and roles) where the policy is attached. Services are most likely to update an Amazon managed policy when a new feature is launched or when new permissions become available. Services do not remove permissions from an Amazon managed policy, so policy updates won’t break your existing permissions.

Additionally, Amazon supports managed policies for job functions that span multiple services. For example, the ReadOnlyAccess Amazon managed policy provides read-only access to all Amazon services and resources. When a service launches a new feature, Amazon adds read-only permissions for new operations and resources. For a list and descriptions of job function policies, see Amazon managed policies for job functions in the IAM User Guide.

Amazon managed policy: CloudFrontReadOnlyAccess

You can attach the CloudFrontReadOnlyAccess policy to your IAM identities. This policy allows read-only permissions to CloudFront resources. It also allows read-only permissions to other Amazon service resources that are related to CloudFront and that are visible in the CloudFront console.

Permissions details

This policy includes the following permissions.

  • cloudfront:Describe* – Allows principals to get information about metadata about CloudFront resources.

  • cloudfront:Get* – Allows principals to get detailed information and configurations for CloudFront resources.

  • cloudfront:List* – Allows principals to get lists of CloudFront resources.

  • cloudfront-keyvaluestore:Describe* - Allows principals to get information about the key value store.

  • cloudfront-keyvaluestore:Get* - Allows principals to get detailed information and configurations for the key value store.

  • cloudfront-keyvaluestore:List* - Allows principals to get lists of the key value stores.

  • acm:ListCertificates – Allows principals to get a list of ACM certificates.

  • iam:ListServerCertificates – Allows principals to get a list of server certificates stored in IAM.

  • route53:List* – Allows principals to get lists of Route 53 resources.

  • waf:ListWebACLs – Allows principals to get a list of web ACLs in Amazon WAF.

  • waf:GetWebACL – Allows principals to get detailed information about web ACLs in Amazon WAF.

  • wafv2:ListWebACLs – Allows principals to get a list of web ACLs in Amazon WAF.

  • wafv2:GetWebACL – Allows principals to get detailed information about web ACLs in Amazon WAF.

{ "Version": "2012-10-17", "Statement": [ { "Sid": "cfReadOnly", "Effect": "Allow", "Action": [ "acm:ListCertificates", "cloudfront:Describe*", "cloudfront:Get*", "cloudfront:List*", "cloudfront-keyvaluestore:Describe*", "cloudfront-keyvaluestore:Get*", "cloudfront-keyvaluestore:List*", "iam:ListServerCertificates", "route53:List*", "waf:ListWebACLs", "waf:GetWebACL", "wafv2:ListWebACLs", "wafv2:GetWebACL" ], "Resource": "*" } ] }

Amazon managed policy: CloudFrontFullAccess

You can attach the CloudFrontFullAccess policy to your IAM identities. This policy allows administrative permissions to CloudFront resources. It also allows read-only permissions to other Amazon service resources that are related to CloudFront and that are visible in the CloudFront console.

Permissions details

This policy includes the following permissions.

  • s3:ListAllMyBuckets – Allows principals to get a list of all Amazon S3 buckets.

  • acm:ListCertificates – Allows principals to get a list of ACM certificates.

  • cloudfront:* – Allows principals to perform all actions on all CloudFront resources.

  • cloudfront-keyvaluestore:* - Allows principals to perform all actions on the key value store.

  • iam:ListServerCertificates – Allows principals to get a list of server certificates stored in IAM.

  • waf:ListWebACLs – Allows principals to get a list of web ACLs in Amazon WAF.

  • waf:GetWebACL – Allows principals to get detailed information about web ACLs in Amazon WAF.

  • wafv2:ListWebACLs – Allows principals to get a list of web ACLs in Amazon WAF.

  • wafv2:GetWebACL – Allows principals to get detailed information about web ACLs in Amazon WAF.

  • kinesis:ListStreams – Allows principals to get a list of Amazon Kinesis streams.

  • kinesis:DescribeStream – Allows principals to get detailed information about a Kinesis stream.

  • iam:ListRoles – Allows principals to get a list of roles in IAM.

{ "Version": "2012-10-17", "Statement": [ { "Sid": "cfflistbuckets", "Action": [ "s3:ListAllMyBuckets" ], "Effect": "Allow", "Resource": "arn:aws:s3:::*" }, { "Sid": "cffullaccess", "Action": [ "acm:ListCertificates", "cloudfront:*", "cloudfront-keyvaluestore:*", "iam:ListServerCertificates", "waf:ListWebACLs", "waf:GetWebACL", "wafv2:ListWebACLs", "wafv2:GetWebACL", "kinesis:ListStreams" ], "Effect": "Allow", "Resource": "*" }, { "Sid": "cffdescribestream", "Action": [ "kinesis:DescribeStream" ], "Effect": "Allow", "Resource": "arn:aws:kinesis:*:*:*" }, { "Sid": "cfflistroles", "Action": [ "iam:ListRoles" ], "Effect": "Allow", "Resource": "arn:aws:iam::*:*" } ] }

Amazon managed policy: AWSCloudFrontLogger

You can’t attach the AWSCloudFrontLogger policy to your IAM identities. This policy is attached to a service-linked role that allows CloudFront to perform actions on your behalf. For more information, see Service-linked roles for Lambda@Edge.

This policy allows CloudFront to push log files to Amazon CloudWatch. For details about the permissions included in this policy, see Service-linked role permissions for CloudFront logger.

Amazon managed policy: AWSLambdaReplicator

You can’t attach the AWSLambdaReplicator policy to your IAM identities. This policy is attached to a service-linked role that allows CloudFront to perform actions on your behalf. For more information, see Service-linked roles for Lambda@Edge.

This policy allows CloudFront to create, delete, and disable functions in Amazon Lambda to replicate Lambda@Edge functions to Amazon Web Services Regions. For details about the permissions included in this policy, see Service-linked role permissions for Lambda replicator.

CloudFront updates to Amazon managed policies

View details about updates to Amazon managed policies for CloudFront since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the CloudFront Document history page.

Change Description Date

CloudFrontReadOnlyAccess and CloudFrontFullAccess - Update to two existing policies.

CloudFront added new permissions for key value stores.

The new permissions allow users to get information about, and take action on, key value stores.

December 19, 2023

CloudFrontReadOnlyAccess – Update to an existing policy

CloudFront added a new permission to describe CloudFront Functions.

This permission allows the user, group, or role to read information and metadata about a function, but not the function’s code.

September 8, 2021

CloudFront started tracking changes

CloudFront started tracking changes for its Amazon managed policies.

September 8, 2021