Distributed cache for static and dynamic content.
AWS CloudFormation template
{ "Type" : "AWS::CloudFront::Distribution", "Properties" : { "DistributionConfig" :
https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-distribution-serve-content/
can configure a single CloudFront web distribution to serve different types of requests from multiple origins. For example, if you are building a website that serves static content from an Amazon Simple Storage Service (Amazon S3) bucket and dynamic content from a load balancer, you can serve both types of content from a CloudFront web distribution.
AWS CloudFormation template
{ "Type" : "AWS::CloudFront::Distribution", "Properties" : { "DistributionConfig" :
DistributionConfig
,
"Tags" : [ Tag, ... ]
}
}https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-distribution-serve-content/
can configure a single CloudFront web distribution to serve different types of requests from multiple origins. For example, if you are building a website that serves static content from an Amazon Simple Storage Service (Amazon S3) bucket and dynamic content from a load balancer, you can serve both types of content from a CloudFront web distribution.
No comments:
Post a Comment