AWS re:Invent 2017: Deconstructing SaaS: A Deep Dive into Building Multi-tenant Solu (ARC407)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 7

  • @CristianKlein
    @CristianKlein 6 ปีที่แล้ว +3

    The presenter argues that the multi-tenancy model used in the example is pooled. However, it feels to me that it can be seen as pooled storage, siloed authentication and authorization. Sure, one DynamoDB table is shared by multiple tenants, but each tenant has its own user pool and policies.

    • @dimkir100
      @dimkir100 6 ปีที่แล้ว +1

      From how I understood, it pools "heavy" or "costly" resources. Eg. you wouldn't want to provision for each tenant a new DynamoDB table with 100 Capacity Units each. You would rather provision one big table with 1000 Capacity units and pool this table between tenants. Whereas for User Pools - IFAIK there's no huge cost implications of creating a new UserPool for each user.... HTH

  • @abdulgaffarabdulmalik4333
    @abdulgaffarabdulmalik4333 2 หลายเดือนก่อน

    Unfortunately this doesnt do justice to the client side. This looks like multi tneant multi pool which is still not possible with aws amplify library...

  • @dimkir100
    @dimkir100 6 ปีที่แล้ว

    Slides for the talk are here www.slideshare.net/AmazonWebServices/deconstructing-saas-a-deep-dive-into-building-multitenant-solutions-on-aws-arc407-reinvent-2017

  • @onemator
    @onemator 7 ปีที่แล้ว +5

    Where can I download the PDF and application code?

    • @simrankaurkhurana
      @simrankaurkhurana 3 ปีที่แล้ว

      @@onemator Thanks for sharing! I watch a lot of these videos but I am not sure how to find the Github repo. Can you suggest how can I find them for such reInventvideos?

  • @133289ify
    @133289ify 3 ปีที่แล้ว

    me: want to drop a small multi-tenant website this evening
    aws: