From a18f274948f17368410889394cbfc4ba918bda42 Mon Sep 17 00:00:00 2001 From: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:03:46 +0100 Subject: [PATCH] Update eks.mdx naming of the AWS services consistent with how aws names their services --- pages/spicedb/getting-started/install/eks.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/spicedb/getting-started/install/eks.mdx b/pages/spicedb/getting-started/install/eks.mdx index ef21f4f..ac519f3 100644 --- a/pages/spicedb/getting-started/install/eks.mdx +++ b/pages/spicedb/getting-started/install/eks.mdx @@ -3,14 +3,14 @@ import YouTube from 'react-youtube'; # Installing SpiceDB on AWS EKS -[AWS EKS] is the managed Kubernetes service provided by Amazon and is the best way to run SpiceDB on AWS. +Amazon Elastic Kubernetes Service or [Amazon EKS] is the managed Kubernetes service provided by Amazon and is the best way to run SpiceDB on AWS. This guide walks through creating a highly-available SpiceDB deployment on an existing EKS cluster. -TLS configuration is managed by [cert-manager] and [AWS Route53]. +TLS configuration is managed by [cert-manager] and [Amazon Route53]. -[AWS EKS]: https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html +[Amazon EKS]: https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html [cert-manager]: https://cert-manager.io -[AWS Route53]: https://aws.amazon.com/route53/ +[Amazon Route53]: https://aws.amazon.com/route53/ ## Steps