You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WP2Static S3 addon allows invaliding CloudFront distributions when deploying. An invalidation would make index.html (and other likely cached paths) immediately update when new content is posted.
I think it would take the following:
Update the ECS task execution role to allow invalidating the CloudFront distribution created by the cloudfront module.
The WP2Static S3 addon allows invaliding CloudFront distributions when deploying. An invalidation would make
index.html
(and other likely cached paths) immediately update when new content is posted.I think it would take the following:
cloudfront
module.a. Document manual configuration changes for the S3 Deployment add-on (see also docs: add additional setup instructions #69); or,
b. Automatically update the configuration for the user (see Additional pre-configuration of S3 Add-on: Activate and ACL #15)
The text was updated successfully, but these errors were encountered: