diff --git a/docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-ecs/index.md b/docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-ecs/index.md index fa06cd3aa02..5d3858c25cc 100644 --- a/docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-ecs/index.md +++ b/docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-ecs/index.md @@ -35,9 +35,9 @@ To activate your license, complete the following tasks. For more information about deploying an application on Amazon ECS, refer to [Creating an Amazon ECS service](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-service.html). -1. As you create the Amazon ECS service, use the Grafana Enterprise version 8.3.0 or later container image. +1. As you create the Amazon ECS service, use the intended Grafana Enterprise container image version. - For example, enter `grafana/grafana-enterprise:8.3.3`. + For example, enter `grafana/grafana-enterprise:11.3.0`. > Only Grafana Enterprise versions 8.3.0 and later support licenses granted through AWS Marketplace. diff --git a/docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-eks/index.md b/docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-eks/index.md index 49060c0989d..a5698448447 100644 --- a/docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-eks/index.md +++ b/docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/activate-license-on-eks/index.md @@ -20,7 +20,7 @@ weight: 200 # Activate a Grafana Enterprise license from AWS Marketplace on EKS -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. +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. ## Before you begin: @@ -37,9 +37,9 @@ To activate your license, complete the following tasks: For more information about installing Grafana on Kubernetes using the Helm Chart, refer to the [Grafana Helm Chart](https://github.com/grafana/helm-charts/tree/main/charts/grafana#readme). -1. Use `kubectl set image deployment/my-release grafana=grafana/grafana-enterprise:` to update the container image to Grafana Enterprise version 8.3.0 or later. +1. Use `kubectl set image deployment/my-release grafana=grafana/grafana-enterprise:` to update the container image. - For example, enter `grafana/grafana-enterprise:8.3.3`. + For example, enter `grafana/grafana-enterprise:11.3.0`. > Only Grafana Enterprise versions 8.3.0 and later support licenses granted through AWS Marketplace.