AWS / CloudFront / CloudFront HTTPS Only

November 2, 2022 ยท View on GitHub

CloudSploit

AWS / CloudFront / CloudFront HTTPS Only

Quick Info

Plugin TitleCloudFront HTTPS Only
CloudAWS
CategoryCloudFront
DescriptionEnsures CloudFront distributions are configured to redirect non-HTTPS traffic to HTTPS.
More InfoFor maximum security, CloudFront distributions can be configured to only accept HTTPS connections or to redirect HTTP connections to HTTPS.
AWS Linkhttp://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CloudFront.html
Recommended ActionRemove HTTP-only listeners from distributions.

Detailed Remediation Steps

  1. Log in to the AWS Management Console.
  2. Select the "Services" option and search for CloudFront.
  3. Select the "CloudFront Distribution" that needs to be verified and click on it to open its configuration settings.
  4. Click the "Behaviors" tab, select the "Behavior" which needs to be verified and click "Edit"
  5. On the Edit Behavior page scroll down to "Viewer" Settings, verify the "Viewer Protocol Policy" and if "HTTP and HTTPS" is selected than CloudFront allows viewers to access your web content using either HTTP or HTTPS.
  6. To redirect all HTTP traffic to HTTPS under the "Viewer Protocol Policy" choose "Redirect HTTP to HTTPS" to redirect all HTTP requests to HTTPS.
  7. If you want to drop all HTTP traffic then under the "Viewer Protocol Policy" choose "HTTPS Only" so CloudFront allows viewers to access your content only if they're using HTTPS.
  8. Repeat steps number 3 to 7 for all other CloudFront Distributions using HTTP-only listeners.