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
But i want to put the whole Applciation behind cloudfront, because of DDOS protection.
Current Problem is that it directly redirects to the Domain of the Load Balancer and not to the Cloudfront URL.
Well, Cloudfront is different from Load Balancing.
Cloudfront is mainly used for Lambda calls and serving static content from S3. Laravel is PHP-based and needs EC2/Computing to work, so you cannot have it behind Cloudfront. I think you can still achieve this by using Laravel Vapor and see if it works deploying the Lambda functions with Lambda@Edge.
Hi,
does anyone have experience using cloudfront as a cdn for elastic beanstalk? This should protect the application DDOS.
Thanks for any help!
The text was updated successfully, but these errors were encountered: