【问题标题】:Set Cloudfront "Cache Based on Selected Request Headers" to All in Cloudformation [duplicate]在 Cloudformation 中将 Cloudfront“基于所选请求标头的缓存”设置为全部 [重复]
【发布时间】:2020-01-16 23:52:00
【问题描述】:

在 Cloudformation 中,如何将 Cloudfront 的“基于选定请求标头的缓存”设置为全部?

据我了解,这等于根本不缓存。但是,docs 中的Forwarded Values 是必填字段。文档中还提到You must create exactly one default cache behavior

【问题讨论】:

标签: amazon-web-services amazon-cloudformation amazon-cloudfront


【解决方案1】:

How to configure CloudFront using CloudFormation to set the 'Headers' property in 'ForwardedValues' to 'all'? 的副本

@James Dean 的回答

"ForwardedValues": { "Headers": { "Items": [ "*" ] } }

【讨论】:

    猜你喜欢
    • 2021-07-24
    • 2016-01-01
    • 1970-01-01
    • 2013-01-09
    • 1970-01-01
    • 2019-05-15
    • 2017-07-15
    • 2022-08-12
    • 2013-05-01
    相关资源
    最近更新 更多