View Source aws_license_manager (aws v0.3.1)
AWS License Manager
AWS License Manager makes it easier to manage licenses from software vendors across multiple AWS accounts and on-premises servers.Link to this section Summary
Functions
Checks in the specified license.
Creates a grant for the specified license.
Creates a license configuration.
Creates a long-lived token.
Deletes the specified license configuration.
Deletes the specified token.
Gets a temporary access token to use with AssumeRoleWithWebIdentity.
Lists the resource associations for the specified license configuration.
Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time.
Adds or removes the specified license configurations for the specified AWS resource.
Link to this section Functions
Checks in the specified license.
Check in a license when it is no longer in use.Creates a grant for the specified license.
A grant shares the use of license entitlements with specific AWS accounts.Creates a license configuration.
A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a license must be associated with a host), and the number of licenses purchased and used.Creates a long-lived token.
A refresh token is a JWT token used to get an access token. With an access token, you can call AssumeRoleWithWebIdentity to get role credentials that you can use to call License Manager to manage the specified license.Deletes the specified license configuration.
You cannot delete a license configuration that is in use.Deletes the specified token.
Must be called in the license home Region.Gets a temporary access token to use with AssumeRoleWithWebIdentity.
Access tokens are valid for one hour.Lists the resource associations for the specified license configuration.
Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance might not consume a license (depending on the license rules).list_associations_for_license_configuration(Client, Input, Options)
View Sourcelist_failures_for_license_configuration_operations(Client, Input, Options)
View SourceLists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time.
Use this action to audit the current license consumption for any license inventory and configuration.Adds or removes the specified license configurations for the specified AWS resource.
You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and AWS CloudFormation templates, as they send license configurations to the operation that creates the resource.