I understand the free ssl certificate is not the main purpose of CloudFront. However, I am just interested what would be the negative sides of that? I am planning to do that with a Drupal website running on ec2 + rds.
I've tried with a dev site and looks like it's working fine with these settings:
Allowed HTTP Methods - GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE
Forward Headers - All
Forward Cookies - All
Query String Forwarding and Caching - Forward all, cache based on all
What could go wrong in this case?
Thank you.