AWS.LicenseManager (aws-elixir v0.7.0) View Source
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
Creates a license configuration.
Deletes the specified license configuration.
Gets detailed information about the specified license configuration.
Gets the License Manager settings for the current Region.
Lists the resource associations for the specified license configuration.
Lists the license configuration operations that failed.
Lists the license configurations for your account.
Describes the license configurations for the specified resource.
Lists resources managed using Systems Manager inventory.
Lists the tags 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 the specified tags to the specified license configuration.
Removes the specified tags from the specified license configuration.
Modifies the attributes of an existing license configuration.
Adds or removes the specified license configurations for the specified AWS resource.
Updates License Manager settings for the current Region.
Link to this section Functions
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.
Deletes the specified license configuration.
You cannot delete a license configuration that is in use.
Gets detailed information about the specified license configuration.
Gets the License Manager settings for the current Region.
list_associations_for_license_configuration(client, input, options \\ [])
View SourceLists 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_failures_for_license_configuration_operations(client, input, options \\ [])
View SourceLists the license configuration operations that failed.
Lists the license configurations for your account.
list_license_specifications_for_resource(client, input, options \\ [])
View SourceDescribes the license configurations for the specified resource.
Lists resources managed using Systems Manager inventory.
Lists the tags for the specified license configuration.
list_usage_for_license_configuration(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 the specified tags to the specified license configuration.
Removes the specified tags from the specified license configuration.
Modifies the attributes of an existing license configuration.
update_license_specifications_for_resource(client, input, options \\ [])
View SourceAdds 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.
Updates License Manager settings for the current Region.