Advice on setting up a platform to host PHP app + MySQL databases + subdomains

0

Hello,

I need advice on setting up the infrasture for a SaaS system we are building. Our system is as follows;

For one instance (on a high-level is this).

  • Website for users to login and view data that has records stored in a database + any files they upload (such as PDFs etc..). The website is based on PHP backend.
  • Then there is a MySQL databse to host the records.

Then we'd be replicating this for any client who decides to buy our service (so a new instance under foo1.domain.com gets created). The setup is similar to what wordpress.com offers for the users.

I'd like to utilize AWS services for it and what is the best place to get started? Any advice? I'd also like to have a way to keep track of the child instances (either in one EC2 instance) remotely to view their usage and disable any which haven't been used.

cyrl
已提问 2 年前222 查看次数
1 回答
0

AWS SaaS Boost may be a good fit for your use case. It's open source and free to use (you'll be billed for the AWS services you consume). Check it out on GitHub https://github.com/awslabs/aws-saas-boost and see the getting started guide as well as recordings of the "office hours" from Twitch https://github.com/awslabs/aws-saas-boost/discussions/106.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则