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