Licensing an AWS serverless application

1

We are developing a subscription model (billed under a monthly or annually) AWS serverless based applications which will be installed on our customer's AWS accounts. Our customer will own this account and we will only have an IAM login which they can remove whenever they want. The problem is how we can protect our application from misusing and restrict the customer if they haven't renewed the subscription for the next billing period. Is there any in-built or AWS recommended approach to handle this kind of scenario in serverless?

2 Antworten
0

You can have in your application some sort of "call home" mechanism which calls your backend to verify that the account is allowed to use the application.

Also, I recommend you look at the AWS Marketplace as a mechanism for distributing your application. I am not sure it has a mechanism to sell serverless applications, but it may have ways to protect you.

profile pictureAWS
EXPERTE
Uri
beantwortet vor 2 Jahren
profile picture
EXPERTE
überprüft vor einem Monat
0

I am also looking for a similar solution. Did you find any solution or hack? I did find https://aws-ia.github.io/cloudformation-aws-marketplace-saas/#_overview but that is to meter SaaS applications using AWS Marketplace. Could this work?

Is there any way we can protect/license/codesign/obfuscate our lambda code so we can run it in customer's AWS account, so they are billed for AWS cloud costs but have to come back to renew or buy more licenses from us?

jinman
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen