Self-managed license reports
Self-managed license reports provide periodic snapshots of your license usage. You can set up multiple usage reports to track different license types in your environment with automated publishing to Amazon S3 buckets.
- Self-managed license summary report
-
Contains information on the number of consumed licenses and details about self-managed license configurations, including license count, license rules, and distribution across resource types.
- Resource usage report
-
Provides details about tracked resources and their license consumption, listing each resource with license ID, status, and AWS account ID information.
To create a self-managed license usage report
-
Open the License Manager console at https://console.aws.amazon.com/license-manager/
. -
From the navigation panel choose Usage reports (under License analytics).
-
Choose Create usage report, then define the parameters:
Enter a Name and optional Description for your usage report.
Select a self-managed license type from the drop-down list.
Choose the report types to generate.
Choose the frequency: Once every 24 hours, Once every 7 days, or Once every 30 days.
(Optional) Add Tags to track the usage report resource.
-
Select Create usage report.
To create a self-managed license report using CLI
-
Use the
create-license-manager-report-generatorcommand:aws license-manager create-license-manager-report-generator \ --report-generator-name "Daily License Usage Report" \ --type LicenseUsageReport \ --report-context '{ "licenseConfigurationArns": [ "arn:aws:license-manager:region:account:license-configuration/lic-config-id" ] }' \ --report-frequency '{ "value": 1, "period": "DAY" }' \ --client-token unique-token