lm

License Manager

ManagementAWS
General

General information about the service.

Description

AWS License Manager manages software licenses across AWS and on-premises.

Service Namespace

AWS::LicenseManager::License

ARN Pattern

arn:aws:license-manager:{region}:{account}:license:{license-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

lm-

Length

1-100

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_licensemanager_license_configuration" "main" {
2 name = "lm-${var.environment}"
3 license_counting_type = "vCPU"
4}
Utilities

Utilities to support app deployment or configuration.