Which cloud products would be suitable for hosting a web app written in PHP that calls a binary executable tools, presumably compiled from C/C++?
I looked at AWS. Many serverless or managed sort of products do not allow executing command line tools.
Can only do this in AWS Elastic Compute Cloud (EC2) instance? AWS Beanstalk can do this or not? Lambda confirm cannot.
I looked at AWS. Many serverless or managed sort of products do not allow executing command line tools.
Can only do this in AWS Elastic Compute Cloud (EC2) instance? AWS Beanstalk can do this or not? Lambda confirm cannot.