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

已提问 1 年前229 查看次数
2 回答
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
专家
已回答 1 年前
  • 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
专家
kentrad
已回答 1 年前

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

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

回答问题的准则