404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.149.254.225: ~ $
**Example 1: To list all of your license configurations**

The following ``list-license-configurations`` example lists all your license configurations. ::

    aws license-manager list-license-configurations 

Output::

    {
        "LicenseConfigurations": [
            {
                "LicenseConfigurationId": "lic-6eb6586f508a786a2ba4f56c1EXAMPLE",
                "LicenseConfigurationArn": "arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE",
                "Name": "my-license-configuration",
                "LicenseCountingType": "Core",
                "LicenseRules": [],
                "LicenseCount": 10,
                "LicenseCountHardLimit": true,
                "ConsumedLicenses": 0,
                "Status": "AVAILABLE",
                "OwnerAccountId": "123456789012",
                "ConsumedLicenseSummaryList": [
                    {
                        "ResourceType": "EC2_INSTANCE",
                        "ConsumedLicenses": 0
                    },
                    {
                        "ResourceType": "EC2_HOST",
                        "ConsumedLicenses": 0
                    },
                    {
                        "ResourceType": "SYSTEMS_MANAGER_MANAGED_INSTANCE",
                        "ConsumedLicenses": 0
                    }
                ],
                "ManagedResourceSummaryList": [
                    {
                        "ResourceType": "EC2_INSTANCE",
                        "AssociationCount": 0
                    },
                    {
                        "ResourceType": "EC2_HOST",
                        "AssociationCount": 0
                    },
                    {
                        "ResourceType": "EC2_AMI",
                        "AssociationCount": 0
                    },
                    {
                        "ResourceType": "SYSTEMS_MANAGER_MANAGED_INSTANCE",
                        "AssociationCount": 0
                    }
                ]
            },
            {
                ...
            }
        ]
    }

**Example 2: To list a specific license configuration**

The following ``list-license-configurations`` example lists only the specified license configuration. ::

    aws license-manager list-license-configurations \
        --license-configuration-arns arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-38b658717b87478aaa7c00883EXAMPLE

Filemanager

Name Type Size Permission Actions
create-license-configuration.rst File 1.06 KB 0755
delete-license-configuration.rst File 374 B 0755
get-license-configuration.rst File 1.74 KB 0755
get-service-settings.rst File 768 B 0755
list-associations-for-license-configuration.rst File 1 KB 0755
list-license-configurations.rst File 2.42 KB 0755
list-license-specifications-for-resource.rst File 525 B 0755
list-resource-inventory.rst File 1.42 KB 0755
list-tags-for-resource.rst File 482 B 0755
list-usage-for-license-configuration.rst File 944 B 0755
tag-resource.rst File 404 B 0755
untag-resource.rst File 412 B 0755
update-license-configuration.rst File 861 B 0755
update-license-specifications-for-resource.rst File 799 B 0755
update-service-settings.rst File 544 B 0755