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.

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠