I'm building a fairly simple WordPress website where I have installed the plugin S3 Offload (to automatically push all the images to my S3 server).
While using S3 on its own, everything sort of worked (very slow loading), however, after I have enabled also CloudFront and waited for 24h for the distribution to be fully deployed, I started receiving 503 errors when requesting the images.
I was going through some CloudFront articles about the matter and I made sure to follow the guidelines (link the S3 bucket in the distribution, set the objects in the S3 bucket to be public, etc.), however, I'm still getting the same error.
Any idea?
Cheers!