How to go about hosting a similar SAAS application with different databases for the units of a company

0

Hi,

I have a scenario where it is required to host a SAAS application which is same for the different units of a company but it has NoSQL databases which are different for the different units. I believe, containers can be used and I did some homework on that but I am not able to conceptualize the complete scenario.

I hope, my query is clear.

Please revert.

Regards

asked a year ago219 views
2 Answers
0

The most solid way to do this is to implement replicas of the application in different accounts under a unified management via AWS Organizations with proper SCP to limit the capabilities in those accounts.

See https://aws.amazon.com/organizations/

About SCPs: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html

profile pictureAWS
EXPERT
answered a year ago
  • Thanks for your answer but I am not able to understand how AWS Organizations can help as AWS organizations is more about consolidated billing across accounts and SCP. I do not understand how AWS organizations relates to my requirement to host a SAAS application which is same for the different units of a company but it has NoSQL databases which are different for the different units.

0

Take a look at some of the resources here: SaaS Architecture Overview.

profile pictureAWS
EXPERT
kentrad
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions