Cloudfront: Is there an easy way to remove multiple response headers?

0

Background

By default, AWS adds a couple of very revealing information in the response headers of a setup using CloudFront and codebuild. Among others are x-amz-meta-codebuild-buildarn is revealed stating the internal ARN of codebuild (including the internal name used for the project).

Little feedback on the side: Would be nice, if AWS would stop sending those by default.

CloudFront provides a way to remove headers, but only in one-entry-at-a-time-text-box-fashion without wildcard support. So one needs to copy and paste every single header into that list.

Question

Is there another way I'm not seeing to more easily remove those headers?

*edit:*I just figured, the following headers are not even removable/overwritable at all: x-amz-cf-id, x-amz-cf-pop, x-cache, which is a pitty :(

Peter
asked a year ago855 views
1 Answer
0

Hi,

you are correct. there is no way to remove headers such as x-amz-cf-id.

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions