tealise / Bitcraft-Core

The Core Framework
0 stars 0 forks source link

Cloud Storage Platform: AWS Elastic Beanstalk #3

Closed tealise closed 7 years ago

tealise commented 7 years ago

Amazon Web Services (AWS) has a PHP SDK for managing S3 buckets for managing file storage which will be helpful for customer images, documents, etc. Do they have an SDK for provisioning RDS instances for customer databases?

The plan is essentially this:

"Plan on running an EC2 and RDS instance for the main website which will manage subscriptions and also store the tenant details. Another scalable EC2 instance will act as the backend/api. Then obviously RDS instances for each tenant. The main website and the api will reference the initial RDS instance as their default db. The api should only require read access though, to get tenant details." - reddit.

More helpful links:

tealise commented 7 years ago

Noted and postponed AWS implementation until production.