Home  >  Q&A  >  body text

How to run PHP files on AWS S3 bucket

I have developed my website on AWS platform using AWS S3 bucket. How do I run PHP files on my domain name?

P粉214089349P粉214089349219 days ago269

reply all(1)I'll reply

  • P粉071626364

    P粉0716263642024-02-18 09:38:00

    S3 does not run any kind of CGI scripts (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 easily deploy and run your PHP application.

    reply
    0
  • Cancelreply