<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activate a Grafana Enterprise license purchased through AWS Marketplace on Grafana Labs</title><link>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/</link><description>Recent content in Activate a Grafana Enterprise license purchased through AWS Marketplace on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/index.xml" rel="self" type="application/rss+xml"/><item><title>Activate a Grafana Enterprise license from AWS Marketplace on EKS</title><link>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-eks/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-eks/</guid><content><![CDATA[&lt;h1 id=&#34;activate-a-grafana-enterprise-license-from-aws-marketplace-on-eks&#34;&gt;Activate a Grafana Enterprise license from AWS Marketplace on EKS&lt;/h1&gt;
&lt;p&gt;If you have purchased a Grafana Enterprise subscription through AWS Marketplace, you must activate it to use Grafana Enterprise data source plugins and features in Grafana.&lt;/p&gt;
&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Purchase a subscription to &lt;a href=&#34;https://aws.amazon.com/marketplace/pp/prodview-dlncd4kzt5kx6&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Grafana Enterprise from AWS Marketplace&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Be sure that the IAM user that was used to purchase Grafana Enterprise has permission to manage subscriptions, create new IAM users and roles, and create access policies.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To activate your license, complete the following tasks:&lt;/p&gt;
&lt;h2 id=&#34;task-1-deploy-grafana-enterprise-on-amazon-eks&#34;&gt;Task 1: Deploy Grafana Enterprise on Amazon EKS&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Deploy Grafana Enterprise on Amazon EKS.&lt;/p&gt;
&lt;p&gt;For more information about deploying an application on Amazon EKS, refer to &lt;a href=&#34;https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Getting started with Amazon EKS – AWS Management Console and AWS CLI&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information about installing Grafana on Kubernetes using the Helm Chart, refer to the &lt;a href=&#34;https://github.com/grafana/helm-charts/tree/main/charts/grafana#readme&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Grafana Helm Chart&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use &lt;code&gt;kubectl set image deployment/my-release grafana=grafana/grafana-enterprise:&amp;lt;version&amp;gt;&lt;/code&gt; to update the container image.&lt;/p&gt;
&lt;p&gt;For example, enter &lt;code&gt;grafana/grafana-enterprise:11.3.0&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;Only Grafana Enterprise versions 8.3.0 and later support licenses granted through AWS Marketplace.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;task-2-configure-grafana-for-high-availability&#34;&gt;Task 2: Configure Grafana for high availability&lt;/h2&gt;
&lt;p&gt;Grafana requires that you configure a database to hold dashboards, users, and other persistent data.&lt;/p&gt;
&lt;h3 id=&#34;before-you-begin-1&#34;&gt;Before you begin&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Ensure that you have a supported Grafana database available.
&lt;ul&gt;
&lt;li&gt;For a list of supported databases, refer to &lt;a href=&#34;../../../../setup-grafana/installation/#supported-databases&#34;&gt;Supported databases&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;For information about creating a database, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating an Amazon RDS DB instance&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Review the information required to connect to the RDS DB instance. For more information, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_CommonTasks.Connect.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Connecting to an Amazon RDS DB instance&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To configure Grafana for high availability, choose &lt;strong&gt;one&lt;/strong&gt; of the following options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Option 1:&lt;/strong&gt; Use &lt;code&gt;kubectl edit configmap grafana&lt;/code&gt; to edit &lt;code&gt;grafana.ini&lt;/code&gt; add the following section to the configuration:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;[database]
type = [database type]
host = [database address and port]
name = [database name]
user = [database username]
password = [database password]&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Option 2:&lt;/strong&gt; use &lt;code&gt;kubectl edit deployment my-release&lt;/code&gt; to edit the pod &lt;code&gt;env&lt;/code&gt; variables and add the following database variables:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;- name: GF_DATABASE_TYPE
  value: [database type]
- name: GF_DATABASE_HOST
  value: [database address and port]
- name: GF_DATABASE_NAME
  value: [database name]
- name: GF_DATABASE_USER
  value: [database username]
- name: GF_DATABASE_PASSWORD
  value: [database password]&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information on Grafana High Availability setup, refer to &lt;a href=&#34;../../../../setup-grafana/set-up-for-high-availability/&#34;&gt;Set up Grafana for high availability&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;task-3-configure-grafana-enterprise-to-validate-its-license-with-aws&#34;&gt;Task 3: Configure Grafana Enterprise to validate its license with AWS&lt;/h2&gt;
&lt;p&gt;In this task, you configure Grafana Enterprise to validate the license with AWS instead of Grafana Labs.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In AWS IAM, assign the following permissions to the Node IAM role (if you are using a Node Group), or the Pod Execution role (if you are using a Fargate profile):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:CheckoutLicense&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:ListReceivedLicenses&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:GetLicenseUsage&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:CheckInLicense&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about creating an access policy, refer to &lt;a href=&#34;https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create-console.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating IAM policies (console)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information about AWS license permissions, refer to &lt;a href=&#34;https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslicensemanager.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Actions, resources, and condition keys for AWS License Manager&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Choose &lt;strong&gt;one&lt;/strong&gt; of the following options to update the &lt;a href=&#34;../../../../setup-grafana/configure-grafana/enterprise-configuration/#license_validation_type&#34;&gt;license_validation_type&lt;/a&gt; configuration to &lt;code&gt;aws&lt;/code&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Option 1:&lt;/strong&gt; Use &lt;code&gt;kubectl edit configmap grafana&lt;/code&gt; to edit &lt;code&gt;grafana.ini&lt;/code&gt; add the following section to the configuration:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;[enterprise]
license_validation_type=aws&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Option 2:&lt;/strong&gt; Use &lt;code&gt;kubectl edit deployment my-release&lt;/code&gt; to edit the pod &lt;code&gt;env&lt;/code&gt; variables and add the following variable:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;name: GF_ENTERPRISE_LICENSE_VALIDATION_TYPE
value: aws&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;task-4-start-or-restart-grafana&#34;&gt;Task 4: Start or restart Grafana&lt;/h3&gt;
&lt;p&gt;To activate Grafana Enterprise features, you must start (or restart) Grafana.&lt;/p&gt;
&lt;p&gt;To restart Grafana on a Kubernetes cluster,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Run the command &lt;code&gt;kubectl rollout restart deployment my-release&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After you update the service, navigate to your Grafana instance, sign in with Grafana Admin credentials, and navigate to &lt;strong&gt;Administration &amp;gt; General &amp;gt; Stats and license&lt;/strong&gt; to validate that your license is active.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For more information about restarting Grafana, refer to &lt;a href=&#34;../../../../setup-grafana/start-restart-grafana/&#34;&gt;Restart Grafana&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you experience issues when you update the EKS cluster, refer to &lt;a href=&#34;https://docs.aws.amazon.com/eks/latest/userguide/troubleshooting.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Amazon EKS troubleshooting&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
]]></content><description>&lt;h1 id="activate-a-grafana-enterprise-license-from-aws-marketplace-on-eks">Activate a Grafana Enterprise license from AWS Marketplace on EKS&lt;/h1>
&lt;p>If you have purchased a Grafana Enterprise subscription through AWS Marketplace, you must activate it to use Grafana Enterprise data source plugins and features in Grafana.&lt;/p></description></item><item><title>Activate a Grafana Enterprise license from AWS Marketplace on ECS</title><link>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-ecs/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-ecs/</guid><content><![CDATA[&lt;h1 id=&#34;activate-a-grafana-enterprise-license-from-aws-marketplace-on-ecs&#34;&gt;Activate a Grafana Enterprise license from AWS Marketplace on ECS&lt;/h1&gt;
&lt;p&gt;If you have purchased a Grafana Enterprise subscription through AWS Marketplace, you must activate it in order to use Grafana Enterprise data source plugins and features in Grafana.&lt;/p&gt;
&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Purchase a subscription to &lt;a href=&#34;https://aws.amazon.com/marketplace/pp/prodview-dlncd4kzt5kx6&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Grafana Enterprise from AWS Marketplace&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Be sure that the IAM user that was used to purchase Grafana Enterprise has permission to manage subscriptions, create new IAM users and roles, and create access policies.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To activate your license, complete the following tasks.&lt;/p&gt;
&lt;h2 id=&#34;task-1-deploy-grafana-enterprise-on-amazon-ecs&#34;&gt;Task 1: Deploy Grafana Enterprise on Amazon ECS&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Deploy Grafana Enterprise on Amazon ECS.&lt;/p&gt;
&lt;p&gt;For more information about deploying an application on Amazon ECS, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-service.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating an Amazon ECS service&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As you create the Amazon ECS service, use the intended Grafana Enterprise container image version.&lt;/p&gt;
&lt;p&gt;For example, enter &lt;code&gt;grafana/grafana-enterprise:11.3.0&lt;/code&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Only Grafana Enterprise versions 8.3.0 and later support licenses granted through AWS Marketplace.&lt;/p&gt;&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;task-2-configure-grafana-for-high-availability&#34;&gt;Task 2: Configure Grafana for high availability&lt;/h2&gt;
&lt;p&gt;Grafana requires that you configure a database to hold dashboards, users, and other persistent data.&lt;/p&gt;
&lt;h3 id=&#34;before-you-begin-1&#34;&gt;Before you begin&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Ensure that you have a supported Grafana database available.
&lt;ul&gt;
&lt;li&gt;For a list of supported databases, refer to &lt;a href=&#34;../../../../setup-grafana/installation/#supported-databases&#34;&gt;Supported databases&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;For information about creating a database, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating an Amazon RDS DB instance&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Review the information required to connect to the RDS DB instance. For more information, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_CommonTasks.Connect.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Connecting to an Amazon RDS DB instance&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To configure Grafana for high availability:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In AWS ECS, use environment variables to update the &lt;code&gt;database&lt;/code&gt; parameters.&lt;/p&gt;
&lt;p&gt;For a list of database parameters, refer to &lt;a href=&#34;../../../../setup-grafana/configure-grafana/#database&#34;&gt;Configuration&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a revision of the task definition for the ECS Task that runs Grafana Enterprise.&lt;/p&gt;
&lt;p&gt;For more information about creating a task, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-task-definition.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Updating a task definition using the classic console&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Within the new revision, edit the Grafana Enterprise container for this task, and add the following environment variables to the container:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;GF_DATABASE_TYPE=[database type]
GF_DATABASE_HOST=[database address and port]
GF_DATABASE_NAME=[database name]
GF_DATABASE_USER=[database username]
GF_DATABASE_PASSWORD=[database password]&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;For more information about how to update your ECS service with an environment variable, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-service-console-v2.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Updating a service using the new console&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;task-3-configure-grafana-enterprise-to-validate-its-license-with-aws&#34;&gt;Task 3: Configure Grafana Enterprise to validate its license with AWS&lt;/h2&gt;
&lt;p&gt;In this task you configure Grafana Enterprise to validate the license with AWS instead of Grafana Labs.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In AWS IAM, create an access policy with the following permissions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:CheckoutLicense&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:ListReceivedLicenses&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:GetLicenseUsage&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:CheckInLicense&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about creating an access policy, refer to &lt;a href=&#34;https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create-console.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating IAM policies (console)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information about AWS license permissions, refer to &lt;a href=&#34;https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslicensemanager.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Actions, resources, and condition keys for AWS License Manager&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create an Elastic Container Service task role and attach the policy you created in the previous step.&lt;/p&gt;
&lt;p&gt;For more information about creating a task role, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;IAM Roles for Tasks&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a revision of the task definition for the ECS Task that runs Grafana Enterprise.&lt;/p&gt;
&lt;p&gt;For more information about creating a revision of the task definition, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-task-definition.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Updating a task definition using the classic console&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Within the new revision, perform the following steps:&lt;/p&gt;
&lt;p&gt;a. Update the Task Role of your ECS Task to the role that you created, with permission to access license information.&lt;/p&gt;
&lt;p&gt;b. Edit the Grafana Enterprise container for this task, and add the following environment variable to the container:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;GF_ENTERPRISE_LICENSE_VALIDATION_TYPE=aws&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;For more information about how to update your ECS service with an environment variable, refer to &lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-service-console-v2.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Updating a service using the new console&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;task-4-start-or-restart-grafana&#34;&gt;Task 4: Start or restart Grafana&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;To restart Grafana and activate your license, update the service running Grafana to use the latest revision of the task definition that you created.&lt;/li&gt;
&lt;li&gt;After you update the service, navigate to your Grafana instance, sign in with Grafana Admin credentials, and navigate to &lt;strong&gt;Administration &amp;gt; General &amp;gt; Stats and license&lt;/strong&gt; to validate that your license is active.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For more information about validating that your license is active, refer to &lt;a href=&#34;../../#grafana-enterprise-license-restrictions&#34;&gt;Grafana Enterprise license restrictions&lt;/a&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="activate-a-grafana-enterprise-license-from-aws-marketplace-on-ecs">Activate a Grafana Enterprise license from AWS Marketplace on ECS&lt;/h1>
&lt;p>If you have purchased a Grafana Enterprise subscription through AWS Marketplace, you must activate it in order to use Grafana Enterprise data source plugins and features in Grafana.&lt;/p></description></item><item><title>Activate a Grafana Enterprise license from AWS on an instance deployed outside of AWS</title><link>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-instance-outside-aws/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-instance-outside-aws/</guid><content><![CDATA[&lt;h1 id=&#34;activate-a-grafana-enterprise-license-from-aws-on-an-instance-deployed-outside-of-aws&#34;&gt;Activate a Grafana Enterprise license from AWS on an instance deployed outside of AWS&lt;/h1&gt;
&lt;p&gt;While AWS Marketplace lists ECS and EKS as the supported environments for Grafana Enterprise, you can apply a Grafana Enterprise license from AWS Marketplace to any Grafana instance with network access to the AWS licensing service.&lt;/p&gt;
&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Purchase a subscription to &lt;a href=&#34;https://aws.amazon.com/marketplace/pp/prodview-dlncd4kzt5kx6&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Grafana Enterprise from AWS Marketplace&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Be sure that the IAM user that was used to purchase Grafana Enterprise has permission to manage subscriptions, create new IAM users, and create access policies.&lt;/li&gt;
&lt;li&gt;Be sure there is network access between AWS and the environment where you intend to run Grafana. Network access is required because your Grafana instance communicates with the &lt;a href=&#34;https://docs.aws.amazon.com/general/latest/gr/licensemanager.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;AWS License Manager endpoints and quotas&lt;/a&gt; to retrieve license and subscription information. Grafana instances with access to the public internet will have access to AWS license manager.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To activate a Grafana Enterprise license from AWS on a Grafana Enterprise instance deployed outside of AWS, complete the following tasks.&lt;/p&gt;
&lt;h2 id=&#34;task-1-install-grafana-enterprise&#34;&gt;Task 1: Install Grafana Enterprise&lt;/h2&gt;
&lt;p&gt;To install Grafana, refer to the documentation specific to your implementation.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../setup-grafana/installation/&#34;&gt;Install Grafana&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../setup-grafana/installation/docker/&#34;&gt;Run Grafana Docker image&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../setup-grafana/installation/kubernetes/#deploy-grafana-enterprise-on-kubernetes&#34;&gt;Deploy Grafana on Kubernetes&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;task-2-create-an-aws-iam-user-with-access-to-your-grafana-enterprise-license&#34;&gt;Task 2: Create an AWS IAM user with access to your Grafana Enterprise license&lt;/h2&gt;
&lt;p&gt;To retrieve your license, Grafana Enterprise requires access to your AWS account and license information. To grant access, create an IAM user in AWS with access to the license, and pass its credentials as environment variables on the host or container where Grafana is running. These environment variables allow Grafana to retrieve license details from AWS.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In the AWS License Manager service, create an IAM policy with the following permissions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:CheckoutLicense&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:ListReceivedLicenses&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:GetLicenseUsage&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;license-manager:CheckInLicense&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about creating a policy in AWS, refer to &lt;a href=&#34;https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating IAM policies&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information about AWS Identity and Access Management, refer to &lt;a href=&#34;https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;IAM users&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To limit the policy to obtain usage data just for Grafana Enterprise, in the &lt;strong&gt;Resources&lt;/strong&gt; section of the policy, specify your license ARN.&lt;/p&gt;
&lt;p&gt;You can find your license ID in the &lt;strong&gt;Granted Licenses&lt;/strong&gt; section of &lt;a href=&#34;https://console.aws.amazon.com/license-manager/home&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;AWS License Manager&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The policy JSON should look similar to the following example:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;{
   &amp;#34;Version&amp;#34;: &amp;#34;2012-10-17&amp;#34;,
   &amp;#34;Statement&amp;#34;: [
      {
            &amp;#34;Sid&amp;#34;: &amp;#34;VisualEditor0&amp;#34;,
            &amp;#34;Effect&amp;#34;: &amp;#34;Allow&amp;#34;,
            &amp;#34;Action&amp;#34;: &amp;#34;license-manager:GetLicenseUsage&amp;#34;,
            &amp;#34;Resource&amp;#34;: &amp;#34;arn:aws:license-manager::[YOUR_ACCOUNT]:license:[YOUR_LICENSE_ID]&amp;#34;
      },
      {
            &amp;#34;Sid&amp;#34;: &amp;#34;VisualEditor1&amp;#34;,
            &amp;#34;Effect&amp;#34;: &amp;#34;Allow&amp;#34;,
            &amp;#34;Action&amp;#34;: [
               &amp;#34;license-manager:CheckoutLicense&amp;#34;,
               &amp;#34;license-manager:ListReceivedLicenses&amp;#34;,
               &amp;#34;license-manager:CheckInLicense&amp;#34;
            ],
            &amp;#34;Resource&amp;#34;: &amp;#34;*&amp;#34;
      }
   ]
}&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create an IAM user and choose access key credentials as its authentication method.&lt;/p&gt;
&lt;p&gt;For more information about creating an IAM user, refer to &lt;a href=&#34;https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;IAM users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information about access key credentials, refer to &lt;a href=&#34;https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Managing access keys for IAM users&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Attach the policy you created to the IAM user.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the following values as environment variables to the host or container running Grafana:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AWS region&lt;/li&gt;
&lt;li&gt;IAM user&amp;rsquo;s access key ID&lt;/li&gt;
&lt;li&gt;IAM user&amp;rsquo;s secret access key&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The environment variables should look similar to the following example:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;AWS_ACCESS_KEY_ID=ABCD5E75FGHIJKTM7
AWS_SECRET_ACCESS_KEY=k8fhYAQVy&amp;#43;5NhCejhe6HeSjSphjRuy&amp;#43;12C06
AWS_REGION=us-east-1&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;task-3-configure-grafana-enterprise-to-validate-its-license-with-aws&#34;&gt;Task 3: Configure Grafana Enterprise to validate its license with AWS&lt;/h2&gt;
&lt;p&gt;In this task you configure Grafana Enterprise to validate the license with AWS instead of Grafana Labs.&lt;/p&gt;
&lt;p&gt;Choose one of the following options to update the &lt;a href=&#34;../../../../setup-grafana/configure-grafana/enterprise-configuration/#license_validation_type&#34;&gt;license_validation_type&lt;/a&gt; configuration to &lt;code&gt;aws&lt;/code&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Option 1:&lt;/strong&gt; In the &lt;code&gt;[enterprise]&lt;/code&gt; section of the grafana.ini configuration file, add &lt;code&gt;license_validation_type=aws&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;[enterprise]
license_validation_type=aws&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Option 2:&lt;/strong&gt; Add the following environment variable to the container or host:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;GF_ENTERPRISE_LICENSE_VALIDATION_TYPE=aws&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;task-4-start-or-restart-grafana&#34;&gt;Task 4: Start or restart Grafana&lt;/h2&gt;
&lt;p&gt;To activate Grafana Enterprise features, start (or restart) Grafana.&lt;/p&gt;
&lt;p&gt;For information about restarting Grafana, refer to &lt;a href=&#34;../../../../setup-grafana/start-restart-grafana/&#34;&gt;Restart Grafana&lt;/a&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="activate-a-grafana-enterprise-license-from-aws-on-an-instance-deployed-outside-of-aws">Activate a Grafana Enterprise license from AWS on an instance deployed outside of AWS&lt;/h1>
&lt;p>While AWS Marketplace lists ECS and EKS as the supported environments for Grafana Enterprise, you can apply a Grafana Enterprise license from AWS Marketplace to any Grafana instance with network access to the AWS licensing service.&lt;/p></description></item><item><title>Manage your Grafana Enterprise license in AWS Marketplace</title><link>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/manage-license-in-aws-marketplace/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/manage-license-in-aws-marketplace/</guid><content><![CDATA[&lt;h2 id=&#34;manage-your-grafana-enterprise-license-in-aws-marketplace&#34;&gt;Manage your Grafana Enterprise license in AWS Marketplace&lt;/h2&gt;
&lt;p&gt;You can use AWS Marketplace to make the following modifications to your Grafana Enterprise license:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add active users&lt;/li&gt;
&lt;li&gt;Remove active users&lt;/li&gt;
&lt;li&gt;Cancel your subscription to Grafana Enterprise.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;To modify your Grafana Enterprise subscription in AWS Marketplace:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open the AWS Console and navigate to &lt;a href=&#34;https://console.aws.amazon.com/marketplace/home/subscriptions#/subscriptions&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Subscription Management&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Update your license.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sign in to Grafana as a Server Administrator.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Administration&lt;/strong&gt; in the side navigation menu, &lt;strong&gt;General&lt;/strong&gt;, and then &lt;strong&gt;Stats and license&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Token&lt;/strong&gt; section under &lt;strong&gt;Enterprise License&lt;/strong&gt;, click &lt;strong&gt;Renew token&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This action retrieves updated license information from AWS.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;To learn more about licensing and active users, refer to &lt;a href=&#34;../&#34;&gt;Activate a Grafana Enterprise license purchased through AWS Marketplace&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
]]></content><description>&lt;h2 id="manage-your-grafana-enterprise-license-in-aws-marketplace">Manage your Grafana Enterprise license in AWS Marketplace&lt;/h2>
&lt;p>You can use AWS Marketplace to make the following modifications to your Grafana Enterprise license:&lt;/p>
&lt;ul>
&lt;li>Add active users&lt;/li>
&lt;li>Remove active users&lt;/li>
&lt;li>Cancel your subscription to Grafana Enterprise.&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>To modify your Grafana Enterprise subscription in AWS Marketplace:&lt;/strong>&lt;/p></description></item><item><title>Transfer your AWS Marketplace Grafana Enterprise license</title><link>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/transfer-ge-license/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/administration/enterprise-licensing/activate-aws-marketplace-license/transfer-ge-license/</guid><content><![CDATA[&lt;h1 id=&#34;transfer-your-aws-marketplace-grafana-enterprise-license&#34;&gt;Transfer your AWS Marketplace Grafana Enterprise license&lt;/h1&gt;
&lt;p&gt;You can transfer your AWS Marketplace Grafana Enterprise license to another Grafana Enterprise instance. The transfer process requires that you first remove your license from one instance, and then apply the license to another instance.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When you remove an Enterprise license, the system immediately disables all Grafana Enterprise features.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;To remove an Enterprise license from a Grafana Enterprise instance, perform one of the following steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you are using Amazon ECS or Amazon EKS, remove the &lt;code&gt;GF_ENTERPRISE_LICENSE_VALIDATION_TYPE&lt;/code&gt; environment variable from the container.&lt;/li&gt;
&lt;li&gt;If you have deployed Grafana Enterprise outside of AWS, remove the &lt;code&gt;aws&lt;/code&gt; license_validation_type value from the grafana.ini configuration file.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It can take the system up to one hour to clear the license. After the system clears the license, you can apply the same license to another Grafana Enterprise instance.&lt;/p&gt;
&lt;p&gt;To determine that the system has returned your license, check the license details in AWS License Manager.&lt;/p&gt;
]]></content><description>&lt;h1 id="transfer-your-aws-marketplace-grafana-enterprise-license">Transfer your AWS Marketplace Grafana Enterprise license&lt;/h1>
&lt;p>You can transfer your AWS Marketplace Grafana Enterprise license to another Grafana Enterprise instance. The transfer process requires that you first remove your license from one instance, and then apply the license to another instance.&lt;/p></description></item></channel></rss>