Amazon License Manager website screenshot

Amazon License Manager

AWS License Manager makes it easier to manage licenses in AWS and on-premises servers from software vendors such as Microsoft, SAP, Oracle, and IBM. It helps you control your licensing costs by letting you create rules that emulate the terms of your licensing agreements.

1 APIs 5 Features
ComplianceCost ManagementLicense ManagementSoftware Licensing

APIs

AWS License Manager API

The AWS License Manager API provides programmatic access to create and manage license configurations, license associations, grants, tokens, and license reports for managing soft...

Collections

Pricing Plans

Rate Limits

Amazon License Manager Rate Limits

5 limits

RATE LIMITS

FinOps

Features

License Rule Enforcement

Define licensing rules based on software attributes and enforce them during instance launches.

License Tracking

Track license usage across AWS and on-premises environments from a central dashboard.

Cross-Account Discovery

Discover software inventory across multiple AWS accounts in an AWS Organization.

Automated Compliance Reports

Generate license compliance reports for auditors and software vendors.

Bring Your Own License (BYOL)

Use existing on-premises software licenses on EC2 with BYOL programs.

Use Cases

License Compliance

Ensure software deployments comply with license agreements across your AWS estate.

Cost Optimization

Track license usage to identify unused licenses and optimize software spend.

Vendor Audit Preparation

Generate detailed license reports for software vendor audits.

Semantic Vocabularies

Amazon License Manager Context

1 classes · 7 properties

JSON-LD

API Governance Rules

Amazon License Manager API Rules

16 rules · 9 errors 7 warnings

SPECTRAL

JSON Structure

Example Payloads

Resources

🌐
Portal
Portal
🌐
Portal
Portal
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Contact
Contact
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon License Manager API
  version: '2024-01-01'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: License Configurations
    type: folder
  items:
  - info:
      name: Amazon License Manager List License Configurations
      type: http
    http:
      method: GET
      url: https://license-manager.us-east-1.amazonaws.com/license-configurations
    docs: Lists the license configurations for your account.
  - info:
      name: Amazon License Manager Create License Configuration
      type: http
    http:
      method: POST
      url: https://license-manager.us-east-1.amazonaws.com/license-configurations
    docs: Creates a license configuration.
  - info:
      name: Amazon License Manager Get License Configuration
      type: http
    http:
      method: GET
      url: https://license-manager.us-east-1.amazonaws.com/license-configurations/:LicenseConfigurationArn
      params:
      - name: LicenseConfigurationArn
        value: ''
        type: path
        description: Amazon Resource Name (ARN) of the license configuration.
    docs: Gets detailed information about the specified license configuration.
  - info:
      name: Amazon License Manager Update License Configuration
      type: http
    http:
      method: PUT
      url: https://license-manager.us-east-1.amazonaws.com/license-configurations/:LicenseConfigurationArn
      params:
      - name: LicenseConfigurationArn
        value: ''
        type: path
        description: Amazon Resource Name (ARN) of the license configuration.
    docs: Modifies the attributes of an existing license configuration.
  - info:
      name: Amazon License Manager Delete License Configuration
      type: http
    http:
      method: DELETE
      url: https://license-manager.us-east-1.amazonaws.com/license-configurations/:LicenseConfigurationArn
      params:
      - name: LicenseConfigurationArn
        value: ''
        type: path
        description: Amazon Resource Name (ARN) of the license configuration.
    docs: Deletes the specified license configuration.
bundled: true