I’m new to AWS and am having some difficulties understanding CloudFront. I have started off with one EC2 instance with NGINX, MySQL, and some PHP files within the public folder to expose APIs to the world. Then I was told CloudFront could be used to protect the instance from malicious attacks. I figured CloudFront required an Elastic Load Balancer. So
Tag: amazon-cloudfront
Have a problem with cloudfront signed urls (No account found for the given parameters)
I’m trying to create signed urls from cloudfront with aws-sdk-php I have created both Distributions WEB and RTMP and this is the code i used to do that this is start.php and this is config.php and this is index.php When i click on the link i get that error What is the problem here and how can i solve that?