I'm curious on my setup regarding usage of cloudfront. Currently I've this setup for my website.
Internet_traffic <-> WAF <-> Cloudfront <-> ELB <-> EC2s
I've wordpress running on EC2, since there's cloudfront before ELB, does it make any sense to use a separated cloudfront distribution again in the wordpress hosted in the EC2?
Cname for cloudfront before ELB: www.example.com
Cname for cloudfront used in EC2: cdn.example.com
Thanks!