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.
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.