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
CloudFront has a future to create Origin Group which is very usefully for high availability configuration.
Expected Behavior
A way to configure Origin Group, like
origin_groups = {
primary_origin_id = null # will get translated to the origin id of the origin created by this module.
failover_origin_id = module.s3_bucket.bucket_id
failover_criteria = [
403,
404,
500,
502
]
}
Describe the Feature
CloudFront has a future to create Origin Group which is very usefully for high availability configuration.
Expected Behavior
A way to configure Origin Group, like
Use Case
Optimizing high availability with CloudFront origin failover
Describe Ideal Solution
Such an option is already supported in the module cloudposse/cloudfront-s3-cdn/aws. Something similar will be a good option.
Thank you!
The text was updated successfully, but these errors were encountered: