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 年前檢視次數 234 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南