CloudFront distributions should require encryption in transit
Severity: Medium
Resource Types: AWS::CloudFront::Distribution
Description
This control checks whether an Amazon CloudFront distribution requires viewers to use HTTPS directly or whether it uses redirection. The control fails if ViewerProtocolPolicy
is set to allow-all
for defaultCacheBehavior
or for cacheBehaviors
.
HTTPS (TLS) can be used to help prevent potential attackers from using person-in-the-middle or similar attacks to eavesdrop on or manipulate network traffic. Only encrypted connections over HTTPS (TLS) should be allowed. Encrypting data in transit can affect performance. You should test your application with this feature to understand the performance profile and the impact of TLS.
Remediation
For detailed remediation instructions, see Requiring HTTPS for communication between viewers and CloudFront.