Cloudfront, ELB and SSL
If i use Cloudfront to sit in front of a webserver, which itself is behind an ELB, would the following apply? I use Route53 to create a domain name record for the CF domain and apply an SSL certificate to that domain to secure the distribution If CF can not serve the content from the cache then the SSL connection is forward to the the ELB (which fronts the webserver as an origin server) Therefore i also need to use the same domain name (FQDN) on the ELB (via Route53 CNAME) and apply the same cert there too? When CF forwards the request through the ELB the SSL is terminated Is that right ? Will