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

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

Link to this function

create_license_configuration(client, input, options \\ [])

View Source

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.

Link to this function

delete_license_configuration(client, input, options \\ [])

View Source

Deletes the specified license configuration.

You cannot delete a license configuration that is in use.

Link to this function

get_license_configuration(client, input, options \\ [])

View Source

Gets detailed information about the specified license configuration.

Link to this function

get_service_settings(client, input, options \\ [])

View Source

Gets the License Manager settings for the current Region.

Link to this function

list_associations_for_license_configuration(client, input, options \\ [])

View Source

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).

Link to this function

list_failures_for_license_configuration_operations(client, input, options \\ [])

View Source

Lists the license configuration operations that failed.

Link to this function

list_license_configurations(client, input, options \\ [])

View Source

Lists the license configurations for your account.

Link to this function

list_license_specifications_for_resource(client, input, options \\ [])

View Source

Describes the license configurations for the specified resource.

Link to this function

list_resource_inventory(client, input, options \\ [])

View Source

Lists resources managed using Systems Manager inventory.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Lists the tags for the specified license configuration.

Link to this function

list_usage_for_license_configuration(client, input, options \\ [])

View Source

Lists 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.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Adds the specified tags to the specified license configuration.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes the specified tags from the specified license configuration.

Link to this function

update_license_configuration(client, input, options \\ [])

View Source

Modifies the attributes of an existing license configuration.

Link to this function

update_license_specifications_for_resource(client, input, options \\ [])

View Source

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.

Link to this function

update_service_settings(client, input, options \\ [])

View Source

Updates License Manager settings for the current Region.