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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ