404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.118.11.120: ~ $
**Example 1: To create a license configuration**

The following ``create-license-configuration`` example creates a license configuration with a hard limit of 10 cores. ::

  aws license-manager create-license-configuration --name my-license-configuration \
      --license-counting-type Core \
      --license-count 10 \
      --license-count-hard-limit

Output::

  {
    "LicenseConfigurationArn": "arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-6eb6586f508a786a2ba41EXAMPLE1111"
  }

**Example 2: To create a license configuration**

The following ``create-license-configuration`` example creates a license configuration with a soft limit of 100 vCPUs. It uses a rule to enable vCPU optimization. ::

  aws license-manager create-license-configuration --name my-license-configuration 
      --license-counting-type vCPU \
      --license-count 100 \
      --license-rules "#honorVcpuOptimization=true"

Output::

  {
    "LicenseConfigurationArn": "arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-6eb6586f508a786a2ba41EXAMPLE2222"
  }

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