2024-01-29 18:52:19 +00:00
2024-01-14 21:10:13 +00:00
2024-01-14 21:10:13 +00:00
2023-12-28 11:11:13 +00:00
2023-12-28 11:11:03 +00:00
2023-12-28 11:06:00 +00:00
2023-12-28 11:06:00 +00:00
2023-12-28 10:06:18 +00:00
2023-12-28 11:06:00 +00:00

personal-website

Joe Carstairs' personal website

Invalidating the CloudFront cache

When you update pages, youll need to invalidate the CloudFront cache in order for CloudFront to serve the new versions before the caches expire (which could be a while). Heres how to do it:

  1. Go to the CloudFront console
  2. Select the distribution for this website
  3. Go to the Invalidations tab
  4. Add a new Invalidation
  5. Include all pages youve updated
  • Use the relative URL, not the filepath, e.g. "/blog/" not "/blog/index.html"
  • Include the trailing "/" or it wont work
  • You can use wildcards to make life easier, e.g. "/blog/2024/01/29/*"
S
Description
Joe Carstairs' public Internet presence
https://joeac.net
Readme GPL-3.0 5.7 MiB
Languages
Makefile 33.1%
Shell 23.8%
PHP 16.1%
JavaScript 14.5%
C 6%
Other 6.5%