AWS Feed
Ensure license compliance in AWS for ISVs using ISV seller-issued licenses
AWS License Manager helps reduce the risk of noncompliance by providing independent software vendors (ISVs) with a centralized AWS account and built-in controls to ensure only approved users and workloads can consume licenses. ISVs can use License Manager to manage and distribute software licenses to end users with and without AWS accounts. As an issuer, you can track the usage of your seller issued licenses centrally using the License Manager dashboard.
License Manager captures license capabilities as entitlements in the license. Entitlements can be represented in a limited or unlimited fashion, and can be associated with units like count, GB stored, and vCPUs. ISVs can configure their software to check licenses in or out as they are activated based on these entitlements. License entitlements also streamline upgrades and renewals by removing expensive license audits. They provide customers with a self-service tracking tool with built-in license tracking capabilities.
In this blog post, we show you how to create, track and distribute licenses using License Manager for ISVs. Our license in this blog post contains entitlements that are granted by the issuer to end users with AWS accounts. The end user consumes the license using a checkout operation. License Manager tracks the issuance and consumption of these license entitlements on an ongoing basis.
Prerequisites
Before you start using AWS License Manager, configure the settings section of the License Manager console.
Walkthrough
Step 1: Create a seller issued license
- From the left navigation pane of the AWS License Manager console, choose Seller issued licenses and then choose Create license.
Figure 1: Create a license
- In Create license, enter a name (for example,
AcmeContainerSecurity-vCPUlicense
) and an optional description. - In Product name, enter a name for your product (for example,
Acme Container Security
). - In Product SKU, enter your product SKU number.
- In Recipient, specify to whom (for example,
Marketing
) the license is being granted. - Enter license start and end dates.
Figure 2: License details for a seller issued license
- In Consumption configuration, complete the Renewal frequency, Consumption configuration, and Max time to live fields.
Figure 3: License consumption details
- In Issuer name, enter the name for the license issuer (for example,
Acme
). The Seller of record and Agreement URL fields are optional.
Figure 4: Issuer details for a seller issued license
- In Entitlements, enter the name for the entitlement (for example,
vCPU
). In Figure 5, Unit type is set to Count and Max count is set to100
. Keep the Allow check in and Overages allowed check boxes as unchecked and then choose Create license.
Figure 5: Entitlement details for a seller issued license
You have now created a license for Acme Corporation’s Acme Container Security product. This license contains entitlements with a maximum count of 100 vCPUs. These entitlements can be consumed in the AWS account where they were created or you can grant them to end users with and without AWS accounts. See Figure 6.
Figure 6: License details for a seller issued license in License Manager
Step 2: Create a license grant
Now create a grant for the license you created in the previous step and assign the grant to an AWS account ID.
- From the left navigation pane of the AWS License Manager console, choose Seller issued licenses.
- Choose the license ID of the license you just created and under Grants, choose Create grant.
- In Grant name, enter a name for this grant. In AWS account ID, enter the ID of the AWS account that will be granted this license.
Figure 7: Grant details for a seller issued license
Figure 8 shows that a grant has been created for the account.
Figure 8: A license grant for a seller issued license in License Manager
Step 3: Accept the grant
- Using the recipient’s AWS account, open the AWS License Manager console.
- In the left navigation pane, choose Granted licenses, and then choose the license ID for your grant.
- Choose Accept & activate license.
Figure 9: License details
Figure 10 shows that the license grant is available for consumption in the granted account.
Figure 10: License grant is available to use in another AWS account
Step 4: Consume and track licenses
Now you can consume the grant and use the license in your application. This requires two steps, which are performed with the License Manager CLI. You can use any of the client libraries for License Manager in your supported application.
- To fetch the key fingerprint to identify a trusted license issuer, use the GetLicense API action and copy the
KeyFingerprint
field from the output.
Figure 11: GetLicense API input and output
- Use the CheckoutLicense API action to consume the license.
Figure 12: checkout-license CLI usage and response
- Track license consumption
-
- From the left navigation pane of the AWS License Manager console, choose Seller issued licenses.
- Choose the license ID of the license you created earlier.
- In Entitlements, under Usage, confirm that the count has increased to 1.
- From the left navigation pane of the AWS License Manager console, choose Seller issued licenses.
Figure 13: Usage column now displays 1
Conclusion
In this blog post, we demonstrated license tracking and consumption of ISV seller issued licenses. We also showed how AWS License Manager can help reduce the risk of license noncompliance for ISVs by providing them with a centralized AWS account and built-in controls to ensure that only approved users and workloads can consume licenses.