Grant acceptance and activation in License Manager
When a grant is created for a granted license, it is distributed to the recipient. A granted license must be accepted and activated before it can be used by the grant recipient. The grant activation process can include additional options for granted licenses sourced from the AWS Marketplace.
By default, the Grant overview page for a granted license has a
status of Pending Acceptance
. You can choose to Accept
,
Accept and Activate
, or Reject
the grant. Grants that are
accepted but not yet activated have a status of Disabled
. Accepted and
activated grants have a status of Active
.
A granted license must be accepted and activated before it can be used by the grant recipient. By default, the grant details page for a granted license has a status of Pending acceptance. You can choose to Accept, Accept and Activate, or Reject the license. Grants that are accepted but not yet activated have a status of Disabled. Accepted and activated grants have a status of Active.
Tip
You can automatically accept grants that come from the management account of your organization. To enable grant auto-acceptance, link your organization accounts on the settings page in the AWS License Manager console from the management account.
You can't activate two licenses for the same product from AWS Marketplace at the same time. If you have two subscriptions (for example, the public offer for a product and a private offer, or a subscribed license for a product and a granted license for the same product), you can take one of the following actions:
-
Disable the existing grant for the same product and then activate the new grant.
-
Activate the new grant and specify that you want to disable and replace the existing active grant with the new grant. You can use the License Manager console or the AWS CLI:
-
Using the License Manager console, activate the new grant while selecting Yes that you want to replace active grants.
-
Using the
CreateGrantVersion
API, activate the new grant by specifyingALL_GRANTS_PERMITTED_BY_ISSUER
for theActivationOverrideBehavior
with aStatus
ofActive
.
-