You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failing to provision an AWS::CloudFront::AnycastIpList resource with InvalidRequest without a helpful diagnostic message explaining what is unexpected with my configuration.
Expected Behavior
AWS::CloudFront::AnycastIpList provisions or gracefully fails explaining what is wrong with the configuration.
AWSTemplateFormatVersion: '2010-09-09'
Description: CloudFormation template for AnycastIpList
Resources:
AnycastIpList:
Type: AWS::CloudFront::AnycastIpList
Properties:
Name: MyAnycastIpList
IpCount: 1
Outputs:
AnycastIpListId:
Description: The ID of the Anycast IP List
Value: !Ref AnycastIpList
Other Details
No response
The text was updated successfully, but these errors were encountered:
Name of the resource
Other
Resource Name
AWS::CloudFront::AnycastIpList
Issue Description
Failing to provision an AWS::CloudFront::AnycastIpList resource with InvalidRequest without a helpful diagnostic message explaining what is unexpected with my configuration.
Expected Behavior
AWS::CloudFront::AnycastIpList provisions or gracefully fails explaining what is wrong with the configuration.
Observed Behavior
Test Cases
Using this CloudFormation template:
Other Details
No response
The text was updated successfully, but these errors were encountered: