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
Error pages take excessively long to propegate when turning off an environment, and when updating an environment the edge caches could hold onto stale assets.
The invalidation must be performed as the last step in all cases.
We must wait for the first instance to come online or the last instance to go offline before doing the invalidation or it may not be effective.
Error pages take excessively long to propegate when turning off an environment, and when updating an environment the edge caches could hold onto stale assets.
The invalidation must be performed as the last step in all cases.
We must wait for the first instance to come online or the last instance to go offline before doing the invalidation or it may not be effective.
EX:
aws cloudfront create-invalidation --distribution-id EFCZGUFIBB1UY --paths "/staging*"
The text was updated successfully, but these errors were encountered: