Skip to content

Disable CloudFront Caching

Jason Lewis edited this page Sep 14, 2020 · 1 revision
  1. Navigate to the CloudFront service in the AWS Console.
  2. Select your distribution.
  3. Click Distribution Settings.
  4. Select the Behaviors tab.
  5. Click the Create Behavior button.
  6. Set Path Pattern to "*" or something else if you only want to disable caching on specific files.
  7. Set Cache Policy to Managed-CachingDisabled.
  8. Click Create.
Clone this wiki locally