Disable CloudFront Caching - gecko-8/devwiki GitHub Wiki

  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.