AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFront::AnycastIpList

CloudFront AnycastIpList

An Anycast static IP list. For more information, see [Request Anycast static IPs to use for allowlisting](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/request-static-ips.html) in the *Amazon CloudFront Developer Guide*.

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
IpCount
integer
RequiredCreate-only
Name
string
RequiredCreate-only
IpAddressType
string
IpamCidrConfigs
array
Write-only
Tags
Tags
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AnycastIpListAnycastIpList-
ETagstring-
Idstring-
IpamCidrConfigResultsarray-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::AnycastIpList

Resources:
  MyResource:
    Type: AWS::CloudFront::AnycastIpList
    Properties:
      IpCount: 1
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudfront:CreateAnycastIpListcloudfront:TagResource

delete

cloudfront:DeleteAnycastIpListcloudfront:GetAnycastIpList

update

cloudfront:UpdateAnycastIpListcloudfront:GetAnycastIpListcloudfront:ListTagsForResourcecloudfront:TagResourcecloudfront:UntagResource

list

cloudfront:ListAnycastIpLists

read

cloudfront:GetAnycastIpListcloudfront:ListTagsForResource

Get the CloudFront Cheat Sheet

Everything you need to know about CloudFront on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudFront
Properties9
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateDeleteUpdateListRead

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

IpCountNameTags

External Links