Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run PHP files on aws s3 bucket?

Tags:

amazon-rds

I have developed my website on aws platform using aws s3 buckets.How do I run php files on my domain?

like image 603
Shaili Avatar asked Nov 05 '25 02:11

Shaili


1 Answers

S3 doesn't run any sort of CGI script (PHP, Perl, Ruby, etc). Think of it as a static html and image repository.

If you want to host your PHP application on AWS, consider using AWS Beanstalk. It will launch an environment (server, IP, etc) where you can deploy and run your PHP application easily.

like image 179
mbarlocker Avatar answered Nov 07 '25 13:11

mbarlocker



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!