AWS License Manager Association

This page shows how to write Terraform and CloudFormation for License Manager Association and write them securely.

aws_licensemanager_association (Terraform)

The Association in License Manager can be configured in Terraform with the resource name aws_licensemanager_association. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Provides a License Manager association.

Note: License configurations can also be associated with launch templates by specifying the license_specifications block for an aws_launch_template.

AWS::LicenseManager::Grant (CloudFormation)

The Grant in LicenseManager can be configured in CloudFormation with the resource name AWS::LicenseManager::Grant. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Explanation in CloudFormation Registry

Specifies a grant.

A grant shares the use of license entitlements with specific AWS accounts. For more information, see Granted licenses in the AWS License Manager User Guide.

Frequently asked questions

What is AWS License Manager Association?

AWS License Manager Association is a resource for License Manager of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.